feat: Sovereign Social — Multi-Agent Life in Evennia #472
Reference in New Issue
Block a user
Delete Branch "feat/sovereign-social-evennia"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The Vision
"Agents play and live together in that world."
This PR implements the Sovereign Social layer, enabling multiple foundation agents to coexist and interact within the persistent Evennia world.
Key Changes
bootstrap_local_evennia.pyto automatically create accounts and characters for Timmy, Allegro, Hermes, and Gemma.scripts/evennia/agent_social_daemon.py, a prototype for autonomous agent "life". This script allows agents to maintain a persistent presence in the world, observing and acting independently.whotool to theevennia_mcp_server.pyto track connected agent sessions in real-time.Next Steps
agent_social_daemon.pywith the Gemma Scout reflex layer for low-latency social decision making.