agents-AI

RenanMiqueloti/agents-AI
★ 0 stars Python 🤖 AI/LLM Updated today
Agentes LangGraph com HITL via interrupt(), MCP server custom e evals LLM-as-judge — multi-provider (Claude, OpenAI, Ollama)
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": {
    "agents-ai": {
      "command": "uvx",
      "args": [
        "agents-ai"
      ]
    }
  }
}

Or install with pip: pip install agents-ai

Topics

agentsai-engineeringclaudeevalshuman-in-the-looplangchainlanggraphllmmcpollamaopenaipython