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

SPIKE: Use of Lang Graph for the Agent Framework #2

Open
gideonaina opened this issue Dec 13, 2024 · 0 comments
Open

SPIKE: Use of Lang Graph for the Agent Framework #2

gideonaina opened this issue Dec 13, 2024 · 0 comments
Labels
spike Investigation that outputs a design or PoC

Comments

@gideonaina
Copy link
Owner

Crew AI is currently being used for the agent orchestration framework. However, Crew AI is optimized for managing complex workflows, such as chaining tasks across different agents with distinct capabilities (e.g., summarizing, translating, analyzing).
However, for workflows that require clear dependencies, conditional task execution, and non-linear flows, such as research assistance or decision trees, Lang graph (https://langchain-ai.github.io/langgraph/) might be more suited. Seethe technical comparison below:

Technical Comparison

Feature Crew AI LangGraph
Workflow Structure Sequential Graph-based
Collaboration Between Agents Strong focus Moderate focus
Dependency Management Limited Advanced
Parallel Execution Limited Native
Debugging and Visualization Basic Robust (via graph structure)
Scalability Excellent for linear flows Excellent for complex flows

Since Lang graph supports more complex workflow than Crew AI, the goal of this spike is to come up with a design to that will use Lang graph for the agentic framework.

@gideonaina gideonaina added the spike Investigation that outputs a design or PoC label Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
spike Investigation that outputs a design or PoC
Projects
None yet
Development

No branches or pull requests

1 participant