Make agent runtime metadata first-class and visible in Agent Proxy #147
Labels
No labels
burndown-2026-08
autonomy
async-consult
autonomy
epic
autonomy
headless
autonomy
live-collab
coherence-core
priority
P0
priority
P1
priority
P2
priority
P3
priority
P4
qa-fixture
role/advocate
role/director
role/exec
role/frontend
role/gamedev
role/human
role/platform
role/qa
role/science
role/sysadmin
state
ambient
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
coilyco-flight-deck/agent-proxy#147
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What to build
Make Agent Proxy the human-readable projection of runtime facts that Ward, cli-guard and its specgen-generated Aguard surface, AOS, and agent-compose already determine.
The first glance must identify the active harness. The detailed view must expose every safe scalar value that explains how an agent run was composed, launched, guarded, routed, and observed. Source systems remain authoritative. Agent Proxy correlates and presents their facts without becoming a config owner or an authorization layer.
This is a cross-repo program ticket. Implementation may land in the owning repositories, but the resulting runtime contract must work end to end.
Inventory baseline
Agent Proxy
Ward
cli-guard, specgen, and Aguard
AOS
agent-compose
Target contract
Per-request pinned envelope
Every supported request path should carry a small normalized envelope containing the safe fields needed for immediate attribution:
One-per-run launch manifest
Each run should publish one correlated manifest containing the broader safe scalar posture:
Linked trajectory events
Request lifecycle, guard decisions, Aguard operations, composition decisions, and routing events should join the same run and session without importer-supplied correlation arguments.
Acceptance criteria
Ownership boundary
Work areas
agent-proxywardagentic-osagent-composecli-guardand specgen-generated Aguard consumersBlocked by
None - the Agent Proxy migration may affect landing order, but its stable service boundary is sufficient to define the contract now.
Execution type
AFK after owner-repo implementation slices are linked from this ticket.