AgenticMaid Project
@Buidl-Land
AgenticMaid Project について
AgenticMaid is a Python library designed to interact with one or more Multi-Capability Protocol (MCP) servers.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"AutoMaid": {
"command": "python",
"args": [
"-m",
"uvicorn",
"AgenticMaid.api:app",
"--reload"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is AgenticMaid Project?
AgenticMaid Project is a Python library that interacts with one or more Multi-Capability Protocol (MCP) servers. It dynamically fetches tools from those servers, manages configurations for various AI/LLM services, schedules automated tasks, and handles chat service interactions. It is designed for developers building AI-powered applications that need to combine multiple capabilities and language models.
How to use AgenticMaid Project?
Install the required dependencies (python-dotenv, langchain-mcp-adapters, langgraph, etc.) and configure the library using either a Python dictionary, a JSON file, or a .env file for API keys. Instantiate ClientAgenticMaid with your configuration, call await client.async_initialize(), then use run_mcp_interaction() to invoke agents that leverage the fetched MCP tools.
Key features of AgenticMaid Project
- Multi-server MCP interaction and tool fetching
- Dynamic tool retrieval at runtime
- Flexible configuration via dictionary, JSON, or
.envfiles - Supports OpenAI, Anthropic, Azure OpenAI, and local LLMs
- Scheduled tasks with cron-like expressions
- Chat service integration framework
- Agent creation using
langgraphReAct agents
Use cases of AgenticMaid Project
- Building AI agents that use tools from multiple MCP servers
- Scheduling periodic automated tasks (e.g., hourly summaries)
- Powering chat interfaces with configurable AI/LLM backends
- Rapidly prototyping applications that need to switch between AI providers
FAQ from AgenticMaid Project
What are the system requirements?
Python 3.8 or higher is required. The library depends on packages such as langchain-mcp-adapters, langgraph, schedule, and provider-specific packages like langchain-openai and langchain-anthropic.
How do I configure API keys for AI services?
API keys and default model settings can be placed in a .env file inside the AgenticMaid/ directory. They can be overridden by values passed directly in the main JSON or dictionary configuration.
Can AgenticMaid connect to multiple MCP servers at the same time?
Yes. The library is designed to connect to multiple MCP servers and dynamically fetch and combine their tools for use by agents.
What AI providers are supported?
OpenAI, Anthropic, Azure OpenAI, and local OpenAI-compatible servers (e.g., LM Studio) are supported. Providers are configured under the ai_services section of the configuration.
How do I run a scheduled task?
Define the task in the scheduled_tasks array of the configuration, providing a cron_expression (e.g., "0 * * * *"), a prompt, and a model_config_name. The schedule is handled by the schedule library.
「その他」の他のコンテンツ
Nginx UI
0xJackyYet another WebUI for Nginx
Codelf
unbugA search tool helps dev to solve the naming things problem.
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
コメント