README.md
pyproject.toml
./ghost/__init__.py
./ghost/agents.py
./ghost/api.py
./ghost/engine.py
./ghost/events.py
./ghost/governance.py
./ghost/ids.py
./ghost/input.py
./ghost/llm_adapter.py
./ghost/policies.py
./ghost/relationships.py
./ghost/step.py
./ghost/temperament.py
./ghost/validation.py
./ghost/world.py
./ghost/examples/__init__.py
./ghost/examples/ghost_math_helper.py
./ghost/examples/npc_demo.py
./ghost/examples/relationship_diagnostics_demo.py
./ghost/examples/relationship_proof_demo.py
./ghost/examples/shopkeeper_demo.py
./ghost/examples/shopkeeper_mini_game.py
./ghost/examples/simple_npc_demo.py
./ghost/examples/social_propagation_demo.py
./ghost/examples/temperament_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/events.py
ghost/governance.py
ghost/ids.py
ghost/input.py
ghost/llm_adapter.py
ghost/policies.py
ghost/relationships.py
ghost/step.py
ghost/temperament.py
ghost/validation.py
ghost/world.py
ghost/examples/__init__.py
ghost/examples/ghost_math_helper.py
ghost/examples/npc_demo.py
ghost/examples/relationship_diagnostics_demo.py
ghost/examples/relationship_proof_demo.py
ghost/examples/shopkeeper_demo.py
ghost/examples/shopkeeper_mini_game.py
ghost/examples/simple_npc_demo.py
ghost/examples/social_propagation_demo.py
ghost/examples/temperament_demo.py
tests/test_agent_registry.py
tests/test_api_demo.py
tests/test_api_docs_v171.py
tests/test_api_governance_v110.py
tests/test_api_id_boundary_v171.py
tests/test_api_state_snapshot_v171.py
tests/test_api_temperament_v170.py
tests/test_api_tick_packet_v170.py
tests/test_engine_v1_contracts.py
tests/test_environment_isolation.py
tests/test_events_v170.py
tests/test_explicit_run_control.py
tests/test_external_input.py
tests/test_governance_core.py
tests/test_governance_intents.py
tests/test_id_validation_v170.py
tests/test_internal_step_does_not_leak_type.py
tests/test_ironclad_boundaries_v170.py
tests/test_ironclad_public_numbers_v170.py
tests/test_llm_adapter_v110.py
tests/test_mathematical_invariants_v170.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_oscillation_demo.py
tests/test_oscillation_graph.py
tests/test_plot_png.py
tests/test_policies_v110.py
tests/test_proof_demo.py
tests/test_public_api.py
tests/test_public_packet_schemas_v170.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
tests/test_release_contract_v171.py
tests/test_scale_safety_v170.py
tests/test_simple_demo.py
tests/test_snapshot_metadata_v170.py
tests/test_social_propagation_v160.py
tests/test_temperament_demo_v170.py
tests/test_temperament_v170.py
tests/test_test_suite_quality_v170.py
tests/test_tick_packet_v160.py
tests/test_transitions.py