Source Material
Code clones, architecture notes, and research materials used to build the synthesis pages.
Code Clones
- 📁 brainpro/ — Rust agent (doom loop detection, model routing, persona system)
- 📁 elizaos/ — ElizaOS framework (character system, actions, providers, evaluators)
- 📁 openclaw/ — OpenClaw/Clawdbot (WebSocket server, multi-channel, voice)
- 📁 elizaos-plugins-registry/ — Plugin registry patterns
- 📁 milady/ — ElizaOS local-first fork (TUI, desktop app)
- 📁 autocode/ — Autocode research
Research
- 📁 research/ — Claude Code internals, project conversations
- 📄 CODING.md33KB — LLM steering patterns comparison
- 📄 OPENCLAW.md28KB — OpenClaw architecture deep dive
- 📄 TODO.md — Research backlog
Architecture Notes
- 📁 notes/ — Original architecture markdown files
Structure
refs/ ├── brainpro/ # Rust agent implementation ├── elizaos/ # Character system, plugins ├── openclaw/ # WebSocket server, multi-channel ├── elizaos-plugins-registry/ ├── milady/ # ElizaOS local-first fork ├── autocode/ ├── research/ # Claude Code internals ├── notes/ # Architecture markdown ├── CODING.md # Steering patterns (33KB) └── OPENCLAW.md # OpenClaw notes (28KB)