You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
curl -X POST http://127.0.0.1:7813/api/agent/runs -H 'Content-Type: application/json' -d @.genegis/agent-run.json
62
74
```
63
75
64
-
Workbench proxies the same flow at `/api/agent/plan`, `/api/agent/execute`, `/api/agent/retry`, and `/api/agent/runs/latest`.
76
+
Workbench proxies the same flow at `/api/agent/plan`, `/api/agent/execute`, `/api/agent/retry`, and `/api/agent/runs/latest`. STAC overlay APIs: `/api/stac/fetch`, `/api/stac/import`, `/api/stac/overlay`.
65
77
66
78
Tauri desktop uses the same UI with `invoke` commands (`agent_plan`, `agent_execute`, `agent_retry`, `agent_runs_list`, …).
Bundle includes collab summary, comments, provenance entries, agent run index, and STAC collection/items. Schema: `genegis-audit-bundle-v2` (see `crates/genegis-agent/src/audit.rs`).
87
+
Bundle includes collab summary, comments, provenance entries, agent run index, and STAC snapshots (`alpha`, `overlay`, `merged`). Schema: `genegis-audit-bundle-v3` (see `crates/genegis-agent/src/audit.rs`).
76
88
77
89
## Provenance
78
90
@@ -85,5 +97,6 @@ Successful or pending agent runs append to `Workspace.provenance` inside the col
0 commit comments