Agent 运行时 / 安全2025.09 - 2026.01

Trusted Computing Coding Agent

自研 HarnessTEE / Intel TDX多智能体RAG / MCPDocker / QEMU

Summary

A self-built coding-agent runtime (harness) that builds a trusted tool-call execution plane on a TEE hardware root of trust for interception, authorization and audit.

Problem

Coding agents autonomously run high-risk operations; prompt/skill layers cannot guarantee hardware-level trust and auditability.

Solution

Built a harness from scratch (State-Session-Memory + explicit control loop + extensible hooks), routing every tool call through TEE (TDX) for authorization and cryptographic audit evidence.

Impact

  • Hardware-level interception, authorization and tamper-proof audit for tool calls.
  • Designed a Planner/Researcher/Coder/Verifier multi-agent closed-loop workflow.

TEE Trusted Tool-call Plane

Each tool call as subject/action/object/context/effect: Tool Call → REE request → TEE authorization → constrained execution → cryptographic audit evidence.

TEE Trusted Tool-call Plane

Key Techniques

Self-built Runtime

State-Session-Memory context + explicit control loop + extensible hook lifecycle; hooks double as mount points for TEE checks.

Evidence