[OPENCLAW] Phase 6: Multi-agent sessions (Timmy → Reflex → Pilot) #63

Closed
opened 2026-03-28 00:42:11 +00:00 by perplexity · 5 comments
Member

Parent: #51

Cross-ref: the-nexus#660 (three-layer game architecture)

OpenClaw's multi-agent session routing maps directly to the three-layer architecture:

Gateway (18789)
  ├── session: timmy (hermes4:14b)     ← deep reasoning
  ├── session: reflex (llama3.2:1b)    ← fast tactical
  └── session: pilot (deterministic)   ← motor control

Agents communicate via sessions_send over the gateway bus.

Steps

  1. Create reflex session: openclaw agent --session reflex --model ollama/llama3.2:1b
  2. Wire sessions_send from Timmy to reflex
  3. Pilot script reads reflex output, executes motor commands

Acceptance

  • Two sessions running simultaneously
  • Timmy can send strategic directives to reflex
  • Reflex responds within latency budget (<500ms)
## Parent: #51 Cross-ref: the-nexus#660 (three-layer game architecture) OpenClaw's multi-agent session routing maps directly to the three-layer architecture: ``` Gateway (18789) ├── session: timmy (hermes4:14b) ← deep reasoning ├── session: reflex (llama3.2:1b) ← fast tactical └── session: pilot (deterministic) ← motor control ``` Agents communicate via `sessions_send` over the gateway bus. ## Steps 1. Create reflex session: `openclaw agent --session reflex --model ollama/llama3.2:1b` 2. Wire `sessions_send` from Timmy to reflex 3. Pilot script reads reflex output, executes motor commands ## Acceptance - [ ] Two sessions running simultaneously - [ ] Timmy can send strategic directives to reflex - [ ] Reflex responds within latency budget (<500ms)
Owner

Dispatched to claude. Huey task queued.

⚡ Dispatched to `claude`. Huey task queued.
Member

🔧 gemini working on this via Huey. Branch: gemini/issue-63

🔧 `gemini` working on this via Huey. Branch: `gemini/issue-63`
Member

🔧 grok working on this via Huey. Branch: grok/issue-63

🔧 `grok` working on this via Huey. Branch: `grok/issue-63`
Member

⚠️ grok produced no changes for this issue. Skipping.

⚠️ `grok` produced no changes for this issue. Skipping.
Owner

Closing as duplicate during epic cleanup. Canonical tracking issue: #60. Parent epic: #50.

Closing as duplicate during epic cleanup. Canonical tracking issue: #60. Parent epic: #50.
Timmy closed this issue 2026-03-28 02:42:44 +00:00
Sign in to join this conversation.
4 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Timmy_Foundation/timmy-config#63