★ 497 stars
Python
🤖 AI/LLM
Updated 1mo ago
One-stop handbook for building, deploying, and understanding LLM agents with 60+ skeletons, tutorials, ecosystem guides, and evaluation tools.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"llm-agents-ecosystem": {
"command": "uvx",
"args": [
"llm-agents-ecosystem-handbook"
]
}
}
}
Run in terminal:
claude mcp add llm-agents-ecosystem uvx llm-agents-ecosystem-handbook
Add to .cursor/mcp.json:
{
"mcpServers": {
"llm-agents-ecosystem": {
"command": "uvx",
"args": [
"llm-agents-ecosystem-handbook"
]
}
}
}
Or install with pip: pip install llm-agents-ecosystem-handbook
Topics
aiai-agentai-agentsfine-tuningfinetuning-llmsfreameworkllmllmopslocal-developmentmcp-servermemoryragrag-chatbotvoice-agent