Initial commit: Discord-Claude Gateway with event-driven agent runtime
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user