Support dynamic skills and subagents for multi tenants #2904
Tony Wang (qweasd1)
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
thanks for creating this great project! I have a proposal want to share here and wish to hear feedback!
So my company is building a general agent running on the cloyd that allow customers to extend it with custom skills + custom agent. Since this is running on the cloud, different customer might want to enable different custom skills + agents. It's a little bit challenge to implement it with today's deepagents since the tools and subagents is defined globally in a fixed way. It would be nice the the skills and subagents can be dynamically filtered by the the thread config (e.g. filter by tenant id)
To implement this, I think we have several options:
skillsand a similar function to return subagents onsubagents, these functions can be pass through to the corresponding middlewaresI think this will be a pretty common feature for SaaS company when they try to build their agent. Feel free to share your thoughts on this! I'm happy to discuss and work on PR to get this work
Beta Was this translation helpful? Give feedback.
All reactions