What is the idiomatic way to do routing in Embabel? #1273
Unanswered
LiveNathan
asked this question in
Q&A
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.
-
I have a larger project that needs to handle routing. I created a demo based on the project creator. The main branch using subagents. The refactor-embabel-state-pattern branch uses State.
For this kind of purpose where each agent further classifies the user request and routes the request, would you use the subagent or state pattern? Did I implement it correctly?
Beta Was this translation helpful? Give feedback.
All reactions