From 52674dca66c889d46fd3fbe6c78ee5ccccf01681 Mon Sep 17 00:00:00 2001 From: mfowler Date: Sun, 23 Aug 2026 02:05:15 +0000 Subject: [PATCH] Update agent-orchestrator with Codex backend --- engine | 2 +- fleet.toml | 4 ++-- project-orchestrator | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) create mode 120000 project-orchestrator diff --git a/engine b/engine index 52b59bb..927c90d 160000 --- a/engine +++ b/engine @@ -1 +1 @@ -Subproject commit 52b59bbe0053808f30ddec0118e0c9f9e306f031 +Subproject commit 927c90de43f190b76af2357304fafa0d7dcd0a0f diff --git a/fleet.toml b/fleet.toml index 22d56cb..5ea7904 100644 --- a/fleet.toml +++ b/fleet.toml @@ -76,10 +76,10 @@ name = "notplants-atproto" location = "/srv/project-orchestrator/projects/notplants-atproto" harness = "agent-orchestrator" ref = "26d93c1eda36dd68d1f59e5bec5e4cea9bc0d761" # latest engine (v0.1.0-33-g26d93c1) from the bot's Tangled repo -enabled = true # RUNNING — operator-driven via Remote Control +enabled = false # STOPPED 2026-08-20 — do not start without the operator asking secrets = ".env" # atproto creds; gitignored, not yet populated config = "agents.toml" -notes = "Created 2026-08-01. Analysis of the operator's atproto data, and possibly custom feeds; the operator sets direction interactively. Single persistent agent 'analyst' (claude-opus-5, watch=heal, resume=true) exposed over Claude Code Remote Control as session notplants-atproto-analyst. Engine sourced from the bot's Tangled repo by operator choice (see comment above). Scope is deliberately open — the operator drives." +notes = "Created 2026-08-01. Analysis of the operator's atproto data, and possibly custom feeds; the operator sets direction interactively. Single persistent agent 'analyst' (claude-opus-5, watch=heal, resume=true) exposed over Claude Code Remote Control as session notplants-atproto-analyst. Engine sourced from the bot's Tangled repo by operator choice (see comment above). Scope is deliberately open — the operator drives. STOPPED 2026-08-20 and enabled=false: taken down to reclaim memory on the orchestrator box, which was OOM-killing builds (~12 concurrent agents against 3.7 GB RAM, swap full). The project is intact and resume=true, so `start-project.sh notplants-atproto analyst` brings the operator's session back as it was — this is a resource decision, not an archival." # Standby orchestrator for cc-ci, on the Claude Code backend + Fable model (claude-fable-5). The # PRIMARY cc-ci orchestrator runs on opencode + glm-5.2 elsewhere; this is a SELF-CONTAINED standby diff --git a/project-orchestrator b/project-orchestrator new file mode 120000 index 0000000..3c67098 --- /dev/null +++ b/project-orchestrator @@ -0,0 +1 @@ +/srv/project-orchestrator \ No newline at end of file