README.md
pyproject.toml
./ghost/__init__.py
./ghost/agents.py
./ghost/api.py
./ghost/engine.py
./ghost/governance.py
./ghost/input.py
./ghost/llm_adapter.py
./ghost/policies.py
./ghost/relationships.py
./ghost/step.py
./ghost/world.py
./ghost/examples/__init__.py
./ghost/examples/ghost_math_helper.py
./ghost/examples/relationship_diagnostics_demo.py
./ghost/examples/relationship_proof_demo.py
./ghost/examples/shopkeeper_mini_game.py
./ghost/examples/simple_npc_demo.py
ghocentric_ghost_engine.egg-info/PKG-INFO
ghocentric_ghost_engine.egg-info/SOURCES.txt
ghocentric_ghost_engine.egg-info/dependency_links.txt
ghocentric_ghost_engine.egg-info/entry_points.txt
ghocentric_ghost_engine.egg-info/top_level.txt
ghost/__init__.py
ghost/agents.py
ghost/api.py
ghost/engine.py
ghost/governance.py
ghost/input.py
ghost/llm_adapter.py
ghost/policies.py
ghost/relationships.py
ghost/step.py
ghost/world.py
ghost/examples/__init__.py
ghost/examples/ghost_math_helper.py
ghost/examples/relationship_diagnostics_demo.py
ghost/examples/relationship_proof_demo.py
ghost/examples/shopkeeper_mini_game.py
ghost/examples/simple_npc_demo.py
tests/test_agent_registry.py
tests/test_api_governance_v110.py
tests/test_environment_isolation.py
tests/test_explicit_run_control.py
tests/test_external_input.py
tests/test_governance_core.py
tests/test_governance_intents.py
tests/test_internal_step_does_not_leak_type.py
tests/test_llm_adapter_v110.py
tests/test_npc_actor_memory.py
tests/test_npc_emotional_modulation.py
tests/test_npc_intent_decay.py
tests/test_npc_intent_processing.py
tests/test_policies_v110.py
tests/test_public_api.py
tests/test_relationship_diagnostics.py
tests/test_relationship_graph.py
tests/test_relationship_interaction.py
tests/test_relationship_maturity_volatility.py
tests/test_relationship_transitions_v110.py