mirror of
https://github.com/langchain-ai/create-agent-chat-app.git
synced 2026-07-18 13:18:40 -04:00
[GH-ISSUE #12] feat: Add a Supervisor agent or Swarm as the default "agent" entry point #6
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @shaneholloman on GitHub (Mar 16, 2025).
Original GitHub issue: https://github.com/langchain-ai/create-agent-chat-app/issues/12
Are there plans to make and Js versions of the supervisor and swarm agents and add one or the other as the main entry point?
@bracesproul commented on GitHub (Mar 17, 2025):
@shaneholloman We already have JS versions! See here for Swarm, and here for Supervisor.
Also, we do not currently have plans to add a supervisor agent as the default agent entrypoint.
feat: Add a Supervisor agent or Swarm as the default "agent" entry pointto [GH-ISSUE #12] feat: Add a Supervisor agent or Swarm as the default "agent" entry point