You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just discovered your project and quite interesting. I couldn't find a good TS project for agents. I see we have tool support, are we planning to support MCP as they are quite standard nowadays and plenty in number to use.
Another thing, how can I implement human in loop flow with agents, like an agent seeking clarity or approval.
Another usecase I have is of doing a brainstorming session between agents, so given the topic they should be able to do to and fro and come up with a solution. It generally needs a loop where we can define how many iterations they can run.
Anyways, thanks for your open source project.
The text was updated successfully, but these errors were encountered:
MCP, looking into it also open to contribution here
Just put your own loop around the agent and add a optional questionForUser or userResponse field. The chat context would have to be maintain by you and passed in via an input field.
Same as above create multiple agents and put your own loop around it output of one is the input to the other etc.
Hey team,
Just discovered your project and quite interesting. I couldn't find a good TS project for agents. I see we have tool support, are we planning to support MCP as they are quite standard nowadays and plenty in number to use.
Another thing, how can I implement human in loop flow with agents, like an agent seeking clarity or approval.
Another usecase I have is of doing a brainstorming session between agents, so given the topic they should be able to do to and fro and come up with a solution. It generally needs a loop where we can define how many iterations they can run.
Anyways, thanks for your open source project.
The text was updated successfully, but these errors were encountered: