kernel: kbot is an open-source terminal AI agent that features 35 specialist agents, over 600 tools, and 20 AI providers. It runs fully offline with embedded or local models, supports multi-step planning, and includes a learning engine that adapts to user patterns. It can be used as an SDK, an MCP server, or a standalone CLI.; fastapi_mcp: FastAPI-MCP allows you to expose your existing FastAPI endpoints as Model Context Protocol (MCP) tools. It offers native integration with FastAPI, including built-in authentication using existing dependencies, and preserves schemas and documentation.
Explain or fix code directly in the terminal
Integrating FastAPI services as tools for large language models (LLMs) that support MCP.