Skip to content

feat: multi-host bindings + write isolation for AGER (0.6.0) - #6

Merged
RichardHightower merged 1 commit into
mainfrom
feat/ager-isolation-grok
Aug 16, 2026
Merged

feat: multi-host bindings + write isolation for AGER (0.6.0)#6
RichardHightower merged 1 commit into
mainfrom
feat/ager-isolation-grok

Conversation

@RichardHightower

Copy link
Copy Markdown
Contributor

Summary

Wave A #5 for okf-agent-graph#5.

AGER loops (Orchestrator / Doer / Judge / Synthesizer) can bind to a shared second brain without colliding writes.

Do not merge until you have reviewed.

Tickets

Isolation

read  → origin/main  (KnowledgeBind / RetrievalBinding)
write → brain/<actor>/<session-id>  (LoopPolicy, captured graphs, run records)
close → PR

A lumenfield-detector loop and a northstar-console loop may both retrieve from the same tree. They must not write the same AgentNode on main.

No private remotes. No real client names. Unique branch feat/ager-isolation-grok.

Codex .codex-plugin is unchanged regarding hooks (AGER has git hooks, not Codex plugin hooks).

What landed

Area Change
Agent Plugins 1.0 Root plugin.json
Grok Bot docs/GROK_BOT.md + hosts/grok-bot/
Deep Agents docs/LANG_CHAIN_DEEP_AGENTS.md + hosts/deep-agents/
Isolation docs/ISOLATION.md (LoopPolicy / KnowledgeBind), scripts/brain_session.py, ager-session
Onboarding docs/ONBOARDING.md
Tests tests/test_isolation.py; packaging lockstep 0.6.0
Version 0.6.0

Test plan

  • python3 tests/test_isolation.py
  • python3 tests/test_plugin.py
  • python3 tests/test_ager.py
  • python3 tests/test_ager_scan.py
  • Human review of docs
  • Human OK before merge

Wave A #5. Unique worktree/branch so concurrent agents do not collide.

Adds Grok Bot, Deep Agents, isolation (LoopPolicy / KnowledgeBind),
onboarding, ager-session, vendored brain_session.py, and isolation
tests using fictional lumenfield-detector / northstar-console only.
Stamps 0.6.0.

Closes #5
Refs SpillwaveSolutions/okf-plugin#55
Refs SpillwaveSolutions/okf-plugin#56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Wave A #5: Multi-host bindings + write isolation for AGER

2 participants