agentos-mirror

command
v0.1.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 3, 2026 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Overview

Command agentos-mirror serves the AgentOS oversight console over a READ-ONLY proxy to an upstream agentosd — e.g. a live production org. It lets you watch the REAL fleet (real lanes, real failures, real tamper-proof audit chain) in the same console you'd demo, without any ability to change it.

Only safe, read-only paths reach the upstream:

GET  /proc, /proc/...   — the measured-truth projection
GET  /audit, /audit/verify, /audit/export — the tamper-evident trail
POST /audit/verify      — re-prove a SUPPLIED chain (never mutates the upstream)

Every other request (ticket submission, signals, org-config — every mutation) is refused with 405. The console reads `/__console_config__`, sees readonly, hides "Start agents", and renders the upstream's real lanes as the agents.

agentos-mirror --upstream http://127.0.0.1:8088 --addr 127.0.0.1:18090 --label "live org"

Standard library only.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL