Adding Letta (previously MemGPT) agent integration
Hi! I'm one of the developers of Letta (https://github.com/cpacker/MemGPT) - I was wondering how we can integrate with Composio to be a supported framework? We currently have support for custom tools and Langchain/CrewAI tools, but would love to include more and be listed as a supported integration https://docs.letta.com/agents/tools
GitHub
GitHub - cpacker/MemGPT: Letta (fka MemGPT) is a framework for crea...
Letta (fka MemGPT) is a framework for creating stateful LLM services. - cpacker/MemGPT
4 Replies
Hey that would be awesome. Do you want to connect on a call and I can show you the complete process?
https://cal.com/team/composio/chat-with-soham
Also to check out the code for implementation -
General code for all frameworks - https://github.com/ComposioHQ/composio/tree/master/python/plugins
Langchain Code inside it for example -
https://github.com/ComposioHQ/composio/blob/master/python/plugins/langchain/composio_langchain/toolset.py
Docs for each framework -
https://docs.composio.dev/framework/llamaindex
The process will be to create a similar plugin code for MemGPT.
GitHub
composio/python/plugins at master · ComposioHQ/composio
Composio equip's your AI agents & LLMs with 100+ high-quality integrations via function calling - ComposioHQ/composio
GitHub
composio/python/plugins/langchain/composio_langchain/toolset.py at ...
Composio equip's your AI agents & LLMs with 100+ high-quality integrations via function calling - ComposioHQ/composio
Composio Docs
🦙 Using Composio With LlamaIndex - Composio
Composio enables your agents to connect with Various Tools and work with them
Oh, btw if you already support langchain tools this should be really easy as you can directly wrap around langchain tool plugin and build on top of that. Happy to actually get it working and raise a PR? Let me know if that works for you.
modern-tealOP•5mo ago
Yeah that would be great!
Perfect.