swarmbot
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 24 lines 499 B view raw
1mode: api 2apiKey: "${LETTA_API_KEY}" 3 4agent: 5 name: swarm 6 # id: "${LETTA_AGENT_ID}" # Optional: set to use a specific agent 7 8channels: 9 irc: 10 enabled: true 11 server: wss://irc.freeq.at/irc 12 nick: swarmbot 13 joinChannels: 14 - "#swarm" 15 dmPolicy: allowlist 16 allowedUsers: 17 - "nandi.latha.org" 18 maxMessageLength: 400 19 chunkDelay: 1.0 20 messageReadDelayMs: 2000 21 22# Agent dispatch map: @<name> → Letta agent ID 23agents: 24 researcher: "${LETTA_AGENT_RESEARCHER_ID}"