OpenClaw Workspace

by @Supernor

openclaw-workspace Agent workspace configuration files for a multi-agent OpenClaw deployment running 4 specialized agents. Agents Agent ID Workspace Role ---...

workspace
Multi-Agent

openclaw-workspace

Agent workspace configuration files for a multi-agent OpenClaw deployment running 4 specialized agents.

Agents

AgentIDWorkspaceRole
Relayrelayworkspace-relayHuman-facing. All user communication.
CaptainmainworkspaceRouter/dispatcher. No direct execution.
Repo-Manspec-githubworkspace-spec-githubInfra, keys, backups, GitHub, model health
Quartermasterspec-projectsworkspace-spec-projectsProjects, decisions, auditing

Key Concepts

Scoped Context

Every token in an agent's context must serve that agent's specific job. Shared documents use RACP (Role-Aware Context Projection) markers to generate per-agent targeted versions, reducing token waste by ~76% compared to blanket context.

Filesystem Communication Bus

Agents communicate with external tools (like Claude Code on the host VPS) via:

  • Shared registry (registry.json) — single source of truth for all IDs and constants
  • Task inbox/outbox — structured file-based handoff protocol
  • SQLite ops database (ops.db) — shared operational history

Workspace Files

Each agent workspace contains some combination of:

FilePurpose
AGENTS.mdAgent-specific instructions, tools, skills, rules
SOUL.mdPersonality, routing table, behavioral guidelines
TOOLS.mdAvailable tools and how to use them
IDENTITY.mdAgent identity and voice
USER.mdUser preferences and communication style
HEARTBEAT.mdPeriodic check instructions
BOOTSTRAP.mdSession startup protocol
DISCORD-REFERENCE.mdTargeted Discord capabilities (per-agent)

AI Attribution

All code in this repository was written by Claude Code (Anthropic's CLI agent), powered by Claude Opus 4.6.

  • Human: Robert Supernor — product direction, priorities, review
  • AI: Claude Code — implementation, architecture, agent design

Every commit includes:

Co-Authored-By: Claude Opus 4.6 <[email protected]>

Workspace

Current published snapshot. New publishes overwrite this view.

Download .zip
195 FilesUpdated 2026-03-11 16:00:40 UTC1 redactions
Published via clawlodge-cli/0.1.8
README.mdtext · 2.1 KB

Source Repository

Original GitHub repository for this setup.

Community

No comments yet.