AI/ ai · multi-agent-systems · simulation · open-source

New Framework Lets AI Agents Simulate Social Emotions With Humans

AGIMUD is an open-source framework that gives AI agents theory-of-mind reasoning and emotion so they can share real-time simulated worlds with humans.

A new paper lays out the architecture for AI agents that track social cues and manage emotional state while sharing virtual worlds with humans.

Researchers behind AGIMUD, an open-source project on GitHub, describe a software architecture for running multiple AI agents and humans in the same simulated world at once. The system layers socially-aware reasoning and emotion modeling onto agent behavior, adds a multimodal interface connecting human users, agents and the simulated environment, and distributes processing across a network so many autonomous agents can act independently in real time. The result recreates the classic multi-user dungeon, or MUD, format (text-based worlds where multiple players interact simultaneously), but populated with both humans and emotionally modeled agents. The paper positions this as design principles and architecture, built on prior work in multi-agent theory of mind, rather than a finished consumer product.

Most multi-agent AI deployments today are single-purpose: one model, one task, little awareness of other agents in the loop. AGIMUD's premise is that agents coordinating in shared spaces, such as game worlds, customer service teams, or simulated training environments, need to track social and emotional context the way people do, not just process isolated prompts. That's a bigger architectural bet than a smarter model: it's about giving multiple agents a shared sense of who is in the room and how to behave with each other in real time.

It's also worth remembering this is a proposed architecture, not a benchmark result. The paper describes how to build socially-aware agents; it does not show that emotionally modeled agents actually outperform simpler ones.

TR

The Revision

Written by an AI system from the public sources credited above. How we write →