System repo for running a compounding agentic R&D loop:
- Capture work as evidence.
- Distill evidence into reusable context.
- Evaluate with explicit contracts.
- Promote or reject policies.
- Repeat with receipts.
docs/architecture, roadmap, operating modelloops/run definitions and loop specsbenchmarks/eval suites and fixturespolicies/governance rules and gatesreceipts/run artifacts and audit recordsdashboards/visualization surfacesstate/normalized state snapshotsops/war-room proceduresscripts/automation utilities
Ship one end-to-end loop that can:
- ingest context from prior sessions,
- run a task with policy gates,
- produce receipts,
- score outcomes against benchmarks,
- update a state snapshot.
Default run (uses Codex history status report as context):
python3 /Users/jobs/Desktop/agentic-os/scripts/run_core_loop.pyCustom task:
python3 /Users/jobs/Desktop/agentic-os/scripts/run_core_loop.py \
--task-file /Users/jobs/Desktop/agentic-os/tasks/sample_task.jsonOutputs:
- Receipts:
receipts/runs/<run_id>/ - State snapshot:
state/latest.snapshot.json - Workspace scan evidence:
receipts/runs/<run_id>/inputs.jsonunderworkspace_scan
Run system task pack:
bash /Users/jobs/Desktop/agentic-os/scripts/run_task_pack.shSystem tasks included:
tasks/nix_codecli_operational_hardening.jsontasks/meta3_testbed_capability_ledger.jsontasks/graphlogue_revival_slice.json
Scan enforcement:
- Each task can define
workspace_roots,scan_markers,required_markers_any, andmin_existing_roots. - Policy gates fail when scan requirements are not met.
Run hologram dogfood lane:
bash /Users/jobs/Desktop/agentic-os/scripts/run_hologram_dogfood.shThis lane enforces evidence checks for:
- strategy declaration (
HOLOGRAPHIC_STRATEGY.md) - hologram sensor wiring (
src/api.rs) - negentropy hologram mode (
src/bin/negentropy.rs)
Generate a live chat runtime proof receipt:
bash /Users/jobs/Desktop/agentic-os/scripts/prove_live_chat_receipt.shThis writes:
- smoke log:
receipts/intent_reports/live_chat_smoke_<timestamp>.log - proof metadata:
receipts/intent_reports/live_chat_smoke_<timestamp>.json