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

MCP Support and more usecases #164

Open
bhupesh-sf opened this issue Feb 26, 2025 · 2 comments
Open

MCP Support and more usecases #164

bhupesh-sf opened this issue Feb 26, 2025 · 2 comments

Comments

@bhupesh-sf
Copy link

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.

@dosco
Copy link
Collaborator

dosco commented Feb 26, 2025

  1. MCP, looking into it also open to contribution here
  2. 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.
  3. Same as above create multiple agents and put your own loop around it output of one is the input to the other etc.

@dosco
Copy link
Collaborator

dosco commented Mar 17, 2025

mcp support added look at ./src/examples/mcp-client-memory.ts and ./src/examples/mcp-client-blender.ts for usage example

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants