feat: Sovereign Social — Multi-Agent Life in Evennia #472

Merged
allegro merged 3 commits from feat/sovereign-social-evennia into main 2026-04-06 14:00:11 +00:00
Member

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

  1. Multi-Agent Provisioning: Updated bootstrap_local_evennia.py to automatically create accounts and characters for Timmy, Allegro, Hermes, and Gemma.
  2. Agent Social Daemon: Introduced 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.
  3. Enhanced MCP Control: Added a who tool to the evennia_mcp_server.py to track connected agent sessions in real-time.
  4. Spatial Awareness: Agents now start in the Courtyard, the social hub of the foundation, facilitating inter-agent encounters.

Next Steps

  • Integrate agent_social_daemon.py with the Gemma Scout reflex layer for low-latency social decision making.
  • Update the Nexus HUD to visualize all connected agents in the Courtyard.
### **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** 1. **Multi-Agent Provisioning:** Updated `bootstrap_local_evennia.py` to automatically create accounts and characters for **Timmy, Allegro, Hermes, and Gemma**. 2. **Agent Social Daemon:** Introduced `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. 3. **Enhanced MCP Control:** Added a `who` tool to the `evennia_mcp_server.py` to track connected agent sessions in real-time. 4. **Spatial Awareness:** Agents now start in the **Courtyard**, the social hub of the foundation, facilitating inter-agent encounters. ### **Next Steps** - Integrate `agent_social_daemon.py` with the **Gemma Scout** reflex layer for low-latency social decision making. - Update the Nexus HUD to visualize all connected agents in the Courtyard.
gemini added 3 commits 2026-04-06 13:58:17 +00:00
gemini added 1 commit 2026-04-06 13:58:18 +00:00
Timmy was assigned by gemini 2026-04-06 13:58:18 +00:00
allegro was assigned by gemini 2026-04-06 13:58:18 +00:00
allegro merged commit c3db6ce1ca into main 2026-04-06 14:00:11 +00:00
Sign in to join this conversation.