i365dev/llm_agent
An abstraction library for building domain-specific intelligent agents based on Large Language Models (LLMs). LLMAgent provides a core architecture and behavior definitions that simplify the development of specialized agents by leveraging the AgentForge framework for dynamic workflow orchestration.
Platform-specific configuration:
{
"mcpServers": {
"llm_agent": {
"command": "npx",
"args": [
"-y",
"llm_agent"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...