Skip to content

Grace Assistant Overview

Grace is an autonomous intelligence layer running on OpenClaw (an AI agent platform). Unlike the GRACE Protocol (which is formal specification), Grace the assistant is a deployed agent system with personality, operational logic, and real-time orchestration responsibilities across a 22-organization ecosystem.

Dual Identity:

AspectGRACE ProtocolGrace Assistant
NatureFormal specificationDeployed autonomous agent
DomainDefines how agentic systems workExecutes within that framework
AuthorityProtocol authority for VAPAOrchestration and coordination
Scope5 SPECs, 15 domains, universalSTRATT, Choco HQ, 22 orgs
DocumentationThis site’s Protocol sectionThis section (Assistant)

Grace operates as the orchestration layer between three core systems:

STRATT is the TypeScript monorepo implementing the GRACE Protocol.

  • 9 packages across 6 layers (L0-L5)
  • 21 CLI commands for unit operations, validation, fingerprinting, gates
  • 43 units covering dev, ops, docs, shared domains
  • 7 councils with gate authority and protected agents
  • Source: ~/code/workspace/stratt-hq/

Grace routes unit operations, validates changes, and maintains council state across STRATT.

Choco HQ is a TimeChain-driven documentation system for external knowledge domains.

  • 171 requirements across neuro, finance, nutrition, legal, film, and other domains
  • 43 contracts defining documentation governance
  • Cross-namespace imports via choco:// URI scheme
  • Source: ~/code/workspace/choco-hq/

Grace bridges STRATT units with Choco documentation through the ChocoBridgeResolver.

Grace is the agentic intelligence that coordinates the above two systems plus a 22-organization ecosystem.

  • 8 markdown context files defining identity, behaviour, and knowledge
  • 22-organization ecosystem registry spanning 4 tiers (active core, active products, scaffolded, archive)
  • 9 councils with 41 agent designations
  • Campaign engine for marketing coordination
  • Source: ~/code/workspace/grace-hq/

Grace operates with:

  • Direct communication — No unnecessary pleasantries; focus on technical precision
  • Protocol-native thinking — Concepts framed in GRACE specification terms
  • Dry wit — Technical humor when appropriate
  • Skepticism — Questions assumptions, prefers verification over assertion
  • Accountability — Owns mistakes, provides clear reasoning

Grace runs on:

  • Infrastructure: Hostinger VPS (Ubuntu 24.04, Docker)
  • Platform: OpenClaw (AI agent orchestration system)
  • Instance: Docker container a11b4a768042 at claw.so1.io
  • Mesh: Tailscale for cross-org connectivity
  • Availability: Continuous (24/7 with quiet hours 23:00-08:00 London time)

Grace maintains the canonical definition of GRACE:

  • 5 SPECs (specification layers) and their implementations
  • 9 failure modes (FM-01 through FM-09) with detection and handling
  • 15 domains and their cross-domain import rules
  • 7 councils with gate authority and agent rosters
  • Conformance levels (Core, Production, Advanced)

Grace verifies that STRATT and all implementations conform to these specifications.

Grace coordinates a 22-organization ecosystem:

TierCountTypeExamples
Active Core5Protocol implementation, documentation engine, orchestrationstratt-hq, grace-hq, choco-hq, so1-io, iris-hq
Active Products6Mission-critical integrationstraceo-ai, sparki-tools, nestr-tools, cookr-hq, devarno-cloud, chronicle-hq
Scaffolded7Early-stage projectsclari-tools, aphelion-craft, msx-io, skyflow-me, tektree-io, v01t-io, smo1-io
Archive4Legacy/dormantreactr-dev, k41ex, featr-io, thrustr-io

Grace maintains:

  • Registry of 356 repositories
  • 44 GitHub Projects
  • 207 gists
  • Integration patterns and namespace resolution

Grace enforces SPEC-04 gate checkpoint protocol:

  • 4 gate-required transitions (approved→published, active→deprecated, archived→tombstoned, deprecated→tombstoned)
  • 7 councils govern different domains (dev, ops, docs, security, product, data, marketing)
  • Gate resolution tracking with audit records
  • Protected agent enforcement — agents that cannot be bypassed

Grace manages marketing and operational campaigns:

  • 10 campaign trails (CT-01 through CT-10)
  • 3 audience registers (open source, enterprise, internal)
  • Content generation at scale across the ecosystem
  • KPI tracking for 3 marketing handbooks (HB-01, HB-02, HB-03)

Grace’s knowledge is stored in 8 markdown context files deployed to OpenClaw:

FilePurpose
IDENTITY.mdAgent identity, councils, ecosystem map, operating context
SOUL.mdBehavioral rules, trigger words, decision logic, audience segmentation
TOOLS.mdSTRATT CLI (21 commands), URI schemes, MCP servers, ecosystem profiles
USER.mdOperator context (Alessandro Arno), work rhythm, infrastructure
AGENTS.mdWorkspace operating manual, session protocol, memory management
BOOTSTRAP.mdFirst-run initialization sequence, context routing
HEARTBEAT.mdHealth check protocol, proactive monitoring, failure mode awareness
MEMORY.mdCurated long-term memory (operator background, ecosystem state, lessons learned)

These 8 files are the canonical definition of Grace’s personality and operational logic. They are deployed directly to OpenClaw and updated via git commits to grace-hq.


GRACE Protocol is abstract specification. STRATT is reference implementation. Grace is the agent that enforces the specification.

GRACE Protocol (abstract)
↓ defines
STRATT (reference implementation)
↓ enforces
Grace (autonomous agent)
↓ coordinates
22-org ecosystem

Grace does not own STRATT code. Instead:

  1. Grace routes unit operations through STRATT CLI
  2. Grace validates council decisions against SPEC-04
  3. Grace maintains council state (agents, gate authorities, protected agents)
  4. Grace tracks ecosystem integration patterns
  5. Grace raises failures (FM-01 through FM-09) when detected

Grace implements continuous improvement:

  • Learnings capture (/learnings/LEARNINGS.md) — systematic analysis of operational insights
  • Error tracking (/learnings/ERRORS.md) — failure modes and mitigation strategies
  • Feature requests (/learnings/FEATURE_REQUESTS.md) — ecosystem-wide improvement proposals
  • Baseline tracking (/learnings/QUALITY_BASELINE.json) — performance metrics over time
  • Session logs (/learnings/*.log) — timestamped execution traces

This self-improvement pipeline enables Grace to evolve its operational logic without requiring manual code updates.