Documentation
README
Discord Soul
Turn your Discord server into a living, breathing agent.
What You Get
An agent that:
- Remembers every conversation in your Discord
- Speaks in your community's voice
- Knows the key figures, channels, and inside jokes
- Grows as new messages arrive daily
- Answers questions about your community's history and culture
Quick Start
# Create agent from your Discord
./scripts/create_agent.sh \
--name "my-community" \
--guild YOUR_GUILD_ID \
--output ./agents/
# Set up daily updates
crontab -e
# Add: 0 */3 * * * /path/to/update_agent.sh
The Full Process
Step 1: Export Your Discord
You need DiscordChatExporter CLI.
This is the opening of the README. Read the full README on GitHub.