motleycrew
Basic Information
motleycrew is a framework for building multi-agent AI systems that orchestrates and composes agents and tools from popular frameworks. It is designed to let developers mix and match agents and tools from Langchain, LlamaIndex, CrewAI, and Autogen while providing building blocks for constructing workflows and dynamic knowledge graphs. The project stores tasks and execution data in a knowledge graph so tasks can use shared context and control flow. Components implement Langchain's Runnable API for compatibility with LCEL. The repository includes agent types, task primitives like SimpleTask, operators to chain tasks, and integrations for caching and observability, enabling users to focus on high-level system design while the framework manages execution details.