agent-operating-framework

nguyenngocduyphuc/agent-operating-framework
★ 0 stars Python AI/LLM Updated today
MCP server that wires AI agents into a structured execution loop: preflight → check_contract → work → verify_gate → post_evidence
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": {
    "agent-operating-fram": {
      "command": "uvx",
      "args": [
        "agent-operating-framework"
      ]
    }
  }
}

Or install with pip: pip install agent-operating-framework

README Excerpt

> A lightweight operational gate for AI-agent workspaces -- prevents wrong-repo, wrong-branch, and ungrounded execution. ```bash git clone https://github.com/nguyenngocduyphuc/agent-operating-framework cd agent-operating-framework pip install . aof init your-project/ # creates .aof_policy.json + .agentframework marker

Topics

ai-agentsclaude-codeexecution-frameworkllmmcppythonscope-lock