AgentCalib

busycaesar/AgentCalib
★ 0 stars Python AI/LLM Updated 4d ago
AgentCalib is an LLM-powered agent you extend by skill files, tools and MCP servers into designated directories, so the LLM can draw on them to answer questions and carry out workflows.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "agentcalib": {
      "command": "uvx",
      "args": [
        "agentcalib"
      ]
    }
  }
}

Or install with pip: pip install agentcalib

README Excerpt

AgentCalib is an LLM-powered agent that you extend by adding **skills**, **tools** and **MCP Servers**. Each skill describes a capability or piece of knowledge the agent can draw on. The agent reads these skills and uses them to answer questions and carry out workflows, so the goal is to empower the LLM by simply dropping in more skill files.

Topics

agentic-aiai-agentai-workflows