SaidoAgentV2

Saido-Labs-LLC/SaidoAgentV2
★ 0 stars Python 🤖 AI/LLM Updated today
SaidoAgent V2 — knowledge-compounding AI agent platform with multi-perspective Council and persistent MCP memory server. By Saido Labs LLC.
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": {
    "saidoagentv2": {
      "command": "uvx",
      "args": [
        "saidoagentv2"
      ]
    }
  }
}

Or install with pip: pip install saidoagentv2

README Excerpt

**Knowledge-compounding AI agent platform with multi-perspective Council and persistent MCP memory.** By [Saido Labs LLC](https://saidolabs.com). > This repository is the V2 build of [Saido Agent](https://github.com/SaidoLabsLLC/SaidoAgent), evolving the platform with two major capabilities: > > 1. **Council module** — multi-perspective fan-out across N personas with synthesis, debate rounds, and structured output. Local-first via vLLM.