Replies: 1 comment
-
Hi @CoGian we dont really have a graph like approach to building agents, but we have recently revamped our workflows with more structured control, you might want to have a look at that and let us know if it helps pls- https://docs.agno.com/workflows_2/overview |
Beta Was this translation helpful? Give feedback.
0 replies
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’m currently working on migrating an application built with LangGraph to Agno. In my LangGraph implementation, I use subgraphs extensively to organize and reuse workflows. As I start this migration, I’m trying to figure out the best way to replicate or adapt this structure in Agno. Would using BaseAgent be the right approach to model these subgraphs, or is there another recommended pattern in Agno for handling such modular, reusable graph components?
Beta Was this translation helpful? Give feedback.
All reactions