MetaGPT: MetaGPT is a multi-agent framework that assigns different roles to LLMs, enabling them to collaborate on complex software development tasks. It takes a one-line requirement and outputs comprehensive project artifacts, mimicking a software company's entire process.; llmcore: LLMCore is a Qt/C++ library that provides a unified streaming API for multiple LLM providers (Claude, OpenAI, Ollama, Google AI, llama.cpp) and implements client and server for the MCP 2025-11-25 specification. It supports streaming chat, tool calling, and MCP transports like stdio and HTTP.
Data Interpreter
Build custom LLM chat applications