-
Notifications
You must be signed in to change notification settings - Fork 289
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
Feat crewai - ETHGlobal #302
base: main
Are you sure you want to change the base?
Conversation
🟡 Heimdall Review Status
|
Hey @bilgin-kocak thanks for the contribution, I took a quick glance and this is looking nice. Just FYI we are working on releasing v0.1.0 of the Python packages very soon which includes a structural update to the repo – specifically, framework extensions will live here: https://github.com/coinbase/agentkit/tree/0.1.0-python/python/framework-extensions I'll ping you once the release is out so you can rebase and move the extension there! |
@0xRAG Sure I will rebase it after structural updates |
Hey @bilgin-kocak we just released Python v0.1.0, which includes a major change to how actions are structured! Please reference the docs for instructions on creating actions in the new pattern, or reference an implementation, then rebase your branch on Let me know if you have any questions, thanks! |
FYI in the new structure, the crew-ai extension integration would go under |
Thanks I will do the updates |
#318
What changed? Why?
Qualified Impact
### What changed? Why?
Added CrewAI framework support to AgentKit, expanding the framework compatibility beyond just LangChain. This addition allows developers to use AgentKit actions with CrewAI's agent collaboration capabilities.
Key changes:
Qualified Impact
Medium impact - adds new functionality without modifying existing code:
New package addition only - no changes to existing packages like cdp-langchain or cdp-agentkit-core
If issues arise: