Initial commit: Discord-Claude Gateway with event-driven agent runtime

This commit is contained in:
2026-02-22 13:44:22 -05:00
parent 68f24d50e1
commit b4f340b610
8 changed files with 335 additions and 76 deletions

View File

@@ -119,12 +119,11 @@ When the event reaches the front of the queue, the Agent Runtime reads ALL markd
```
config/
├── identity.md → Agent name, role, vibe
├── soul.md → Personality, tone, values
├── agents.md → Operating rules, safety boundaries
├── user.md → Info about the human
── memory.md → Long-term memory (agent can write to this)
└── tools.md → Tool configs, API notes
├── CLAUDE.md Persona: identity, personality, user context, tools
├── agents.md → Operating rules, cron jobs, hooks
├── memory.md → Long-term memory (agent-writable)
├── heartbeat.md → Proactive check definitions
── sessions.json → Channel → session ID map (auto-generated)
```
Files are read fresh every time — edit them while the gateway is running and the next event picks up changes.