LICENSE
README.md
pyproject.toml
emotionsim/__init__.py
emotionsim/cli.py
emotionsim/cli_monitor.py
emotionsim/main.py
emotionsim.egg-info/PKG-INFO
emotionsim.egg-info/SOURCES.txt
emotionsim.egg-info/dependency_links.txt
emotionsim.egg-info/entry_points.txt
emotionsim.egg-info/requires.txt
emotionsim.egg-info/top_level.txt
emotionsim/acp/__init__.py
emotionsim/acp/coordination.py
emotionsim/acp/message.py
emotionsim/acp/registry.py
emotionsim/acp/wave_controller.py
emotionsim/agents/__init__.py
emotionsim/agents/base.py
emotionsim/agents/cognitive_engine.py
emotionsim/agents/coordinator.py
emotionsim/agents/designer.py
emotionsim/agents/environment.py
emotionsim/agents/evaluator.py
emotionsim/agents/graph_memory.py
emotionsim/agents/human.py
emotionsim/agents/intent_memory.py
emotionsim/agents/lightweight_agent.py
emotionsim/agents/memory.py
emotionsim/agents/personality_mechanics.py
emotionsim/agents/voting_mixin.py
emotionsim/api/__init__.py
emotionsim/api/chat.py
emotionsim/api/datalake.py
emotionsim/api/document.py
emotionsim/api/report.py
emotionsim/api/routes.py
emotionsim/api/runs.py
emotionsim/api/scenarios.py
emotionsim/api/seed.py
emotionsim/api/websocket.py
emotionsim/core/__init__.py
emotionsim/core/config.py
emotionsim/core/database.py
emotionsim/datalake/__init__.py
emotionsim/datalake/config.py
emotionsim/datalake/logger.py
emotionsim/datalake/models.py
emotionsim/datalake/store.py
emotionsim/llm/__init__.py
emotionsim/llm/base.py
emotionsim/llm/ollama.py
emotionsim/llm/openai_client.py
emotionsim/llm/pipeline_logger.py
emotionsim/llm/router.py
emotionsim/llm/token_logger.py
emotionsim/llm/vllm.py
emotionsim/models/__init__.py
emotionsim/models/agent.py
emotionsim/models/conversation.py
emotionsim/models/goal.py
emotionsim/models/governance.py
emotionsim/models/graph.py
emotionsim/models/message.py
emotionsim/models/run.py
emotionsim/models/scenario.py
emotionsim/models/step.py
emotionsim/scenarios/__init__.py
emotionsim/scenarios/airplane_crash.py
emotionsim/scenarios/alien_signal.py
emotionsim/scenarios/bushfire.py
emotionsim/scenarios/defaults.py
emotionsim/scenarios/generator.py
emotionsim/scenarios/iceland_volcano.py
emotionsim/scenarios/mass_casualty.py
emotionsim/scenarios/philippines_tsunami.py
emotionsim/scenarios/rising_flood.py
emotionsim/scenarios/sinking_ship.py
emotionsim/scenarios/space_station.py
emotionsim/scenarios/storage.py
emotionsim/schemas/__init__.py
emotionsim/schemas/agent.py
emotionsim/schemas/item.py
emotionsim/schemas/persona.py
emotionsim/schemas/run.py
emotionsim/schemas/scenario.py
emotionsim/services/__init__.py
emotionsim/services/document_ingestor.py
emotionsim/services/graph_tools.py
emotionsim/services/persona_generator.py
emotionsim/services/report_agent.py
emotionsim/services/scenario_assembler.py
emotionsim/simulation/__init__.py
emotionsim/simulation/agent_supervisor.py
emotionsim/simulation/alias_registry.py
emotionsim/simulation/behavioral_fingerprint.py
emotionsim/simulation/coalition_detector.py
emotionsim/simulation/conversation.py
emotionsim/simulation/conversation_outcomes.py
emotionsim/simulation/determinism.py
emotionsim/simulation/emotion_contagion.py
emotionsim/simulation/engine.py
emotionsim/simulation/engine_v2.py
emotionsim/simulation/goal_tree.py
emotionsim/simulation/governance.py
emotionsim/simulation/heartbeat.py
emotionsim/simulation/influence_network.py
emotionsim/simulation/manager.py
emotionsim/simulation/message_bus.py
emotionsim/simulation/negotiation.py
emotionsim/simulation/opinion_dynamics.py
emotionsim/simulation/scene_director.py
emotionsim/simulation/sentiment_tracker.py
emotionsim/simulation/social_dynamics.py
emotionsim/simulation/trust_network.py
emotionsim/simulation/world_state_diff.py
emotionsim/storage/__init__.py
emotionsim/storage/embedding_service.py
emotionsim/storage/graph_storage.py
emotionsim/storage/ner_extractor.py
emotionsim/storage/oracle_graph_storage.py
emotionsim/tui/__init__.py
emotionsim/tui/admin_viewer.py
emotionsim/tui/components.py
emotionsim/tui/renderer.py
emotionsim/tui/theme.py
tests/test_action_feedback.py
tests/test_agent_chat.py
tests/test_agents.py
tests/test_alias_registry.py
tests/test_alias_routing.py
tests/test_battle_hardening.py
tests/test_behavioral_fingerprint.py
tests/test_coalition_detector.py
tests/test_cognitive_engine.py
tests/test_cognitive_integration.py
tests/test_conversation.py
tests/test_datalake.py
tests/test_determinism.py
tests/test_document_api.py
tests/test_document_ingestor.py
tests/test_embedding_service.py
tests/test_emotion_contagion.py
tests/test_engine_v2.py
tests/test_explicit_conversations.py
tests/test_explore_action.py
tests/test_goal_tree.py
tests/test_governance.py
tests/test_graph_memory.py
tests/test_graph_storage.py
tests/test_heartbeat.py
tests/test_influence_network.py
tests/test_integration_overhaul.py
tests/test_intent_memory.py
tests/test_lightweight_agent.py
tests/test_llm_client.py
tests/test_llm_fallback.py
tests/test_memory.py
tests/test_message_bus.py
tests/test_mirofish_integration.py
tests/test_ner_extractor.py
tests/test_normalize_response.py
tests/test_ollama_semaphore.py
tests/test_opinion_dynamics.py
tests/test_oracle_graph_storage.py
tests/test_performance.py
tests/test_persona_generator.py
tests/test_personality_mechanics.py
tests/test_plan_visibility.py
tests/test_proximity_comms.py
tests/test_report_agent.py
tests/test_scenario_assembler.py
tests/test_scenarios.py
tests/test_scene_director.py
tests/test_security.py
tests/test_sentiment_tracker.py
tests/test_simulation.py
tests/test_smart_movement.py
tests/test_social_dynamics_integration.py
tests/test_system_prompt.py