grok-bot-harness
Composes Agent, prompts, tools, memory, and service ports into the Bot task runner.
Start reading
| Entry | Purpose |
|---|---|
| src/runner/sand-agent-runner.ts | Sand Agent Runner |
| src/runner/tools/turn-toolset.ts | Turn Toolset |
| src/ports/box.ts | Box |
| src/local/README.md | Local adapter guide |
Change boundaries
Start with runner and ports for product behavior; independently maintained local replacements belong in strict TypeScript under src/local.
Related modules: agent · agent-exec · chat-inference · grok-bot-voice-call-harness. These are reading links, not npm dependency declarations.
Build from the repository root. See source recovery for bundle-scope rules and development for verification.