Mistral Agent Manager
Manages Mistral AI agents through a REST API, enabling creation, listing, retrieval, deletion, and searching capabilities.
概要
This FastAPI server provides a robust interface for managing Mistral AI agents. It allows users to create, list, retrieve details, delete, and search for agents via a REST API, facilitating seamless integration with tools like the MCP Inspector and Le Chat. Designed for comprehensive control over Mistral agent lifecycles, it leverages the Model Context Protocol (MCP) for communication, streamlining development workflows.
主な機能
- Delete agents by ID
- Search for agents by name
- List all available agents
- Retrieve detailed information for any agent
- Create new Mistral agents
- 1 GitHub stars
ユースケース
- Integrating Mistral agent control into conversational AI platforms like 'Le Chat'
- Programmatically creating and overseeing AI agents for various applications
- Managing Mistral agents through a dedicated inspector interface