motleycrew
Basic Information
motleycrew is a Python framework for building and orchestrating multi-agent AI systems. It is designed to let developers mix and match agents and tools from popular ecosystems to create complex workflows while managing execution details. The repository provides building blocks such as agents, tools, tasks and a knowledge graph backend that stores tasks and execution data. Components implement Langchain's Runnable API for compatibility with LCEL and integrations include Langchain, LlamaIndex, CrewAI, and Autogen. The project also integrates caching and observability tools to simplify debugging and testing. The README includes installation instructions, a quickstart example showing a writer and illustrator task chain, and pointers to documentation and example flows like a research agent and a blog with images.