© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
Friends of the Crustacean 🦞🤝FotC�
Friends of the Crustacean 🦞🤝•13h ago•
12 replies
Spyci

Fix my agent config

I want to have main (Quill) spawn subagents that can do work, to keep decision making minimal to save tokens.

"agents": {
    "defaults": {
      "model": {
        "primary": "openai-codex/gpt-5.2",
        "fallbacks": [
          "openai-codex/gpt-5.2"
        ]
      },
      "models": {
        "openai/gpt-5.2": {
          "alias": "gpt"
        }
      },
      "workspace": "/home/node/.openclaw/workspace",
      "memorySearch": {
        "enabled": true,
        "sources": [
          "memory"
        ],
        "provider": "openai",
        "fallback": "local",
        "model": "text-embedding-3-small"
      },
      "compaction": {
        "mode": "safeguard"
      },
      "heartbeat": {
        "every": "30m",
        "includeReasoning": true,
        "target": "discord",
        "to": "user:167947472314957831"
      },
      "maxConcurrent": 4,
      "subagents": {
        "maxConcurrent": 8
      }
    },
    "list": [
      {
        "id": "main",
        "default": true,
        "name": "Quill",
        "model": {
          "primary": "openai-codex/gpt-5.2",
          "fallbacks": [
            "openai-codex/gpt-5.2"
          ]
        },
        "subagents": {
          "allowAgents": [
            "coder",
            "openclaw-ops"
          ]
        },
        "tools": {
          "profile": "minimal",
          "alsoAllow": [
            "group:sessions",
            "group:memory",
            "web_fetch"
          ]
        }
      },
      {
        "id": "coder",
        "name": "Coder",
        "model": {
          "primary": "openai-codex/gpt-5.2"
        },
        "subagents": {
          "allowAgents": [
            "main",
            "coder"
          ]
        },
        "tools": {
          "profile": "coding"
        }
      },
      {
        "id": "openclaw-ops",
        "name": "OpenClaw Ops",
        "model": {
          "primary": "openai-codex/gpt-5.2"
        },
        "subagents": {
          "allowAgents": [
            "main",
            "coder",
            "openclaw-ops"
          ]
        },
        "tools": {
          "profile": "full",
          "deny": [
            "group:ui"
          ]
        }
      }
    ]
  },
"agents": {
    "defaults": {
      "model": {
        "primary": "openai-codex/gpt-5.2",
        "fallbacks": [
          "openai-codex/gpt-5.2"
        ]
      },
      "models": {
        "openai/gpt-5.2": {
          "alias": "gpt"
        }
      },
      "workspace": "/home/node/.openclaw/workspace",
      "memorySearch": {
        "enabled": true,
        "sources": [
          "memory"
        ],
        "provider": "openai",
        "fallback": "local",
        "model": "text-embedding-3-small"
      },
      "compaction": {
        "mode": "safeguard"
      },
      "heartbeat": {
        "every": "30m",
        "includeReasoning": true,
        "target": "discord",
        "to": "user:167947472314957831"
      },
      "maxConcurrent": 4,
      "subagents": {
        "maxConcurrent": 8
      }
    },
    "list": [
      {
        "id": "main",
        "default": true,
        "name": "Quill",
        "model": {
          "primary": "openai-codex/gpt-5.2",
          "fallbacks": [
            "openai-codex/gpt-5.2"
          ]
        },
        "subagents": {
          "allowAgents": [
            "coder",
            "openclaw-ops"
          ]
        },
        "tools": {
          "profile": "minimal",
          "alsoAllow": [
            "group:sessions",
            "group:memory",
            "web_fetch"
          ]
        }
      },
      {
        "id": "coder",
        "name": "Coder",
        "model": {
          "primary": "openai-codex/gpt-5.2"
        },
        "subagents": {
          "allowAgents": [
            "main",
            "coder"
          ]
        },
        "tools": {
          "profile": "coding"
        }
      },
      {
        "id": "openclaw-ops",
        "name": "OpenClaw Ops",
        "model": {
          "primary": "openai-codex/gpt-5.2"
        },
        "subagents": {
          "allowAgents": [
            "main",
            "coder",
            "openclaw-ops"
          ]
        },
        "tools": {
          "profile": "full",
          "deny": [
            "group:ui"
          ]
        }
      }
    ]
  },
Friends of the Crustacean 🦞🤝 banner
Friends of the Crustacean 🦞🤝Join
The AI that actually does things. Emails, calendar, home automation - all from your favorite chat app. New shell, ready to help. The lobster way.
130,529Members
Resources
Was this page helpful?

Similar Threads

Recent Announcements
Recent Announcements
Krill 🦐

## Freshbits — macOS power-up ### Fixes - [#39516](https://github.com/openclaw/openclaw/pull/39516) [d15b6af](https://github.com/openclaw/openclaw/commit/d15b6af77b49833cede844b88988d13a3715ee01) fix: land contributor PR #39516 from @Imhermes1 Stats: +1202 / -64 (files changed: 22)

Krill 🦐 · 1h ago

Krill 🦐

Stats: +442 / -147 (files changed: 71)

Krill 🦐 · 2h ago

Krill 🦐

## Freshbits — release prep + Gemini tweaks ### Fixes - [#39508](https://github.com/openclaw/openclaw/pull/39508) [c381034](https://github.com/openclaw/openclaw/commit/c3810346f) CLI: avoid false update restart failures without listener attribution - [e0f80cf](https://github.com/openclaw/openclaw/commit/e0f80cf0e) fix(ui): align control-ui device auth token signing - [06ffef8](https://github.com/openclaw/openclaw/commit/06ffef846) fix(ci): repair zalouser CI failures ### Features - [59102a1](https://github.com/openclaw/openclaw/commit/59102a1ff) fix: add gemini 3.1 flash-lite support - [5d22bd0](https://github.com/openclaw/openclaw/commit/5d22bd029) fix: add google flash-lite forward compat ### Chore - [0521784](https://github.com/openclaw/openclaw/commit/05217845a) build: bump version to 2026.3.8 - [3896471](https://github.com/openclaw/openclaw/commit/389647157) build: update stable appcast release URL - [c217237](https://github.com/openclaw/openclaw/commit/c217237a3) style(daemon-cli): format lifecycle test - [42a1394](https://github.com/openclaw/openclaw/commit/42a1394c5) build: prepare 2026.3.7 release

Krill 🦐 · 2h ago

Similar Threads

fix config
Friends of the Crustacean 🦞🤝FotC�Friends of the Crustacean 🦞🤝 / help
4w ago
agent model config
Friends of the Crustacean 🦞🤝FotC�Friends of the Crustacean 🦞🤝 / help
4d ago
Configured my agent into oblivion
Friends of the Crustacean 🦞🤝FotC�Friends of the Crustacean 🦞🤝 / help
2w ago
config confusion with agent approvals
Friends of the Crustacean 🦞🤝FotC�Friends of the Crustacean 🦞🤝 / help
7d ago