Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support creation of Agents. #82

Open
homanp opened this issue Apr 24, 2023 · 2 comments
Open

Support creation of Agents. #82

homanp opened this issue Apr 24, 2023 · 2 comments
Assignees
Labels
api An issue related to the Langchain API enhancement New feature or request infrastructure An infrastructure issue

Comments

@homanp
Copy link
Owner

homanp commented Apr 24, 2023

Is your proposal related to a problem?

Add possibility for the user to create Agents and connect them to chatbots and other tools.

Describe the solution you'd like

A user should be able to create Agents in a simple ans straightforward way.

Describe alternatives you've considered

(Write your answer here.)

Additional context

The UI focus on connecting different Tools and chains to the agent.

@homanp homanp added enhancement New feature or request infrastructure An infrastructure issue api An issue related to the Langchain API labels Apr 24, 2023
@homanp homanp self-assigned this Apr 24, 2023
@finom
Copy link

finom commented May 24, 2023

Unfortunately without agents the UI has no use for me. Clients on the market want to solve 2 groups of tasks:

  • Make AI know something (covered by the tool)
  • Make AI do something (not covered by the tool or not documented)

The second one isn't less important than the first one. Is there any chance to implement an agent easily? If somebody asks "what's the weather today" I'm going to use location tool and some weather API tool.

@homanp
Copy link
Owner Author

homanp commented May 24, 2023

Unfortunately without agents the UI has no use for me. Clients on the market want to solve 2 groups of tasks:

  • Make AI know something (covered by the tool)
  • Make AI do something (not covered by the tool or not documented)

The second one isn't less important than the first one. Is there any chance to implement an agent easily? If somebody asks "what's the weather today" I'm going to use location tool and some weather API tool.

Yes, agree. I created a new repo for agents https://github.com/homanp/superagent

This will also ship with a UI and a Cloud API https://docs.superagent.sh

You can read more here https://superagent.sh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api An issue related to the Langchain API enhancement New feature or request infrastructure An infrastructure issue
Projects
None yet
Development

No branches or pull requests

2 participants