agent-control-plane

agent-control-plane

Enables users to deploy a production-grade control plane for agents, providing a spec-compliant MCP server, scoped tool grants, failure-mode detection, and cost governance.

Category
访问服务器

README

🛰 agent-control-plane

ci python tests deps mcp license

The systems layer around an agent — not another agent.

Anyone can wire up a model and some tools. What decides whether it survives production is the layer around it: a portable tool surface, scope grants the model cannot argue with, failure modes you can name and detect, and a bill you can predict before it arrives.

git clone https://github.com/sujithnsn953/agent-control-plane
cd agent-control-plane
python examples/demo.py     # all four, ~0.1s, no API key
pytest                      # 55 tests

Zero runtime dependencies — the MCP server, both transports and the HTTP conformance tests are standard library only. There is no framework between the code and the spec.


Three things, each enforced in code

1. A spec-correct MCP server — protocol 2025-11-25

Not a wrapper around someone else's SDK. JSON-RPC 2.0 framing, lifecycle, and both standard transports, written against the spec's MUSTs with a conformance test for each rule that is easy to get wrong:

Rule Where Test
stdout carries only MCP messages; logs go to stderr transports.py test_stdio_writes_only_mcp_messages_to_stdout
Framing must never contain an embedded newline jsonrpc.py test_encoded_message_never_contains_a_newline
Origin validated → 403 (DNS rebinding defence) origin_allowed test_http_rejects_bad_origin_with_403
Accept must offer both json and event-stream accept_ok test_http_rejects_missing_accept_types_with_400
Missing MCP-Protocol-Version → assume 2025-03-26 protocol_version_ok test_protocol_version_header_rules
Unsupported version → 400 protocol_version_ok test_http_rejects_unsupported_protocol_version_with_400
MCP-Session-Id issued at init, visible ASCII only SessionStore test_http_initialize_issues_a_session_id
Unknown/terminated session → 404, so the client restarts do_POST test_http_unknown_session_is_404_so_client_restarts
Notification input → 202, no body, never answered do_POST test_http_notification_returns_202_with_no_body
No server-initiated stream → GET returns 405 do_GET test_http_get_declines_sse_stream_with_405

Two decisions worth defending:

Version negotiation doesn't echo. If a client requests a version we don't speak, the server replies with its own latest rather than parroting the request back. Echoing claims support you don't have, and the client finds out the hard way.

Tool failure is a result, not a protocol error. A tool that raises returns isError: true so the model can see it and adapt. JSON-RPC errors are reserved for protocol faults — which keeps "the agent misbehaved" separable from "the transport did".

2. Orchestration with failure modes that are detected, not described

A supervisor plans and delegates. Workers hold scoped tool grants. A critic reviews. The supervisor holds no tools at all — so a confused supervisor wastes tokens rather than causing side effects, and every side effect traces to exactly one scoped worker.

Seven named pathologies, each detectable as a pure function of the run record, each driven deliberately in test_failure_modes.py:

Mode What it looks like
supervisor_thrash the same assignment reissued forever because the result won't parse
empty_worker_result success reported with no content; emptiness propagates into the answer
critic_deadlock the reviewer never signs off
context_explosion every agent appends, none compacts; the run dies of context length
scope_violation a worker reaches outside its grant — OWASP LLM06 Excessive Agency
partial_completion success claimed while subtasks failed — the most dangerous, because nothing looks broken
orphaned_subtask planned, then never assigned or never returned

critic_deadlock is the one I'd read first. Bounding the loop stops the budget bleeding, but a run that exits early because the synthesis stopped changing is still a run whose reviewer never accepted the answer. Flagging only on the round limit would hide exactly the case the bound was added to handle — so the detector covers both.

3. Cost governance — the question that separates shipped from demoed

Hiring guides put it bluntly: someone who has never reasoned about inference cost has never shipped under a budget.

routing 8/10 calls down: $0.0738 vs $0.225 always-frontier  (67.2% saved)
prefix reused  1x    : caching LOSES money  (breakeven at 1.278 calls)
prefix reused  2x    : worth caching
per-run P&L          : $0.044500 of $0.5 ceiling
  supervisor:synthesis     $0.042500
  reader:t1                $0.002000

Prompt-cache breakeven is independent of prefix size. Writing to cache costs more than a normal input token; reading costs far less. Set the two totals equal and the prefix length cancels:

N* = (cache_write − cache_read) / (input − cache_read)

So "is my prompt big enough to cache?" is the wrong question. "Will I reuse it enough times?" is the right one — and for a prefix you touch once, caching is a straight loss. There's a test for that.

Routing escalates on evidence, never on a guess — a declared complexity or an actual failure — and every decision records why. A routing layer you can't audit is one nobody will trust with production traffic.

The ceiling is enforced, not advisory. charge() raises when the budget is gone, and a rejected charge is never recorded — a ledger that logs charges it refuses can't be reconciled against the provider's bill.


How this fits the other two repos

This is the platform; those are its components.

  • secure-rag-assistanta prompt instruction is not a security control: redaction before embedding, scope filtering before ranking, 39 security tests.
  • pharma-ops-agenta correct final answer is not a working agent: trajectory evaluation, budgets, loop detection, and a CI release gate.
  • pharma-supply-intelligence — the data platform underneath: Event Hubs → Databricks medallion → XGBoost → FastAPI, Terraform-provisioned and run live on Azure.

Three focused libraries and one platform composing them, which is how real teams build — and a better signal than one repo trying to do everything.

Roadmap

Phase 1 is what's here. Next: OpenTelemetry GenAI tracing, working/episodic memory with write policies, hybrid retrieval (BM25 + vector) with recall@k, and a human-in-the-loop approval queue with a kill switch for irreversible actions.

A note on the numbers

Model prices move constantly. The table in pricing.py is illustrative and configurableverify_prices_before_use exists so nobody ships a cost model built on a stale constant. The arithmetic is the durable part; the rates are data you supply.

License

MIT — see LICENSE.

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选