LICENSE
NOTICE
README.md
pyproject.toml
anima_zero.egg-info/PKG-INFO
anima_zero.egg-info/SOURCES.txt
anima_zero.egg-info/dependency_links.txt
anima_zero.egg-info/entry_points.txt
anima_zero.egg-info/requires.txt
anima_zero.egg-info/top_level.txt
src/__init__.py
src/_version.py
src/awi_log.py
src/cli.py
src/config.py
src/conformance.py
src/dev_turn.py
src/messages.py
src/paths.py
src/prompts.py
src/clients/__init__.py
src/clients/mcp_bridge.py
src/clients/registry.py
src/clients/service_client.py
src/clients/world_client.py
src/core/__init__.py
src/core/awi.py
src/core/interrupt.py
src/core/orchestrator.py
src/core/safety.py
src/core/trust.py
src/examples/__init__.py
src/examples/minimal_world.py
src/llm/__init__.py
src/llm/base.py
src/llm/claude.py
src/llm/factory.py
src/llm/mock.py
src/llm/openai_compat.py
src/presentation/__init__.py
src/presentation/server.py
src/presentation/web/.build-time
src/presentation/web/404.html
src/presentation/web/__next.__PAGE__.txt
src/presentation/web/__next._full.txt
src/presentation/web/__next._head.txt
src/presentation/web/__next._index.txt
src/presentation/web/__next._tree.txt
src/presentation/web/_not-found.html
src/presentation/web/_not-found.txt
src/presentation/web/anima-logs.html
src/presentation/web/anima-logs.txt
src/presentation/web/awi.html
src/presentation/web/awi.txt
src/presentation/web/index.html
src/presentation/web/index.txt
src/presentation/web/session-logs.html
src/presentation/web/session-logs.txt
src/presentation/web/_next/static/chunks/0-ppevdourj8d.js
src/presentation/web/_next/static/chunks/01fuz0ckm76s3.js
src/presentation/web/_next/static/chunks/07-hzktxqjvzd.js
src/presentation/web/_next/static/chunks/0cz1d0mv5g_q7.js
src/presentation/web/_next/static/chunks/0u3e4rp1qt9zy.js
src/presentation/web/_next/static/chunks/1--dxdz0i4raj.js
src/presentation/web/_next/static/chunks/1qy3cewwz8sz4.js
src/presentation/web/_next/static/chunks/2-1hucufz303y.js
src/presentation/web/_next/static/chunks/2-rhdpu8cd1py.css
src/presentation/web/_next/static/chunks/2pv0kni480u2t.js
src/presentation/web/_next/static/chunks/36q9ps1y_mhrh.js
src/presentation/web/_next/static/chunks/3htx4whe2_ud0.js
src/presentation/web/_next/static/chunks/3s1dufez8m9os.js
src/presentation/web/_next/static/chunks/3zyq8fk00bk0u.js
src/presentation/web/_next/static/chunks/turbopack-3ze41dc78alt5.js
src/presentation/web/_next/static/eAKW9SnzI3mVBfhqc_w5m/_buildManifest.js
src/presentation/web/_next/static/eAKW9SnzI3mVBfhqc_w5m/_clientMiddlewareManifest.js
src/presentation/web/_next/static/eAKW9SnzI3mVBfhqc_w5m/_ssgManifest.js
src/presentation/web/_not-found/__next._full.txt
src/presentation/web/_not-found/__next._head.txt
src/presentation/web/_not-found/__next._index.txt
src/presentation/web/_not-found/__next._not-found.__PAGE__.txt
src/presentation/web/_not-found/__next._not-found.txt
src/presentation/web/_not-found/__next._tree.txt
src/presentation/web/anima-logs/__next._full.txt
src/presentation/web/anima-logs/__next._head.txt
src/presentation/web/anima-logs/__next._index.txt
src/presentation/web/anima-logs/__next._tree.txt
src/presentation/web/anima-logs/__next.anima-logs.__PAGE__.txt
src/presentation/web/anima-logs/__next.anima-logs.txt
src/presentation/web/awi/__next._full.txt
src/presentation/web/awi/__next._head.txt
src/presentation/web/awi/__next._index.txt
src/presentation/web/awi/__next._tree.txt
src/presentation/web/awi/__next.awi.__PAGE__.txt
src/presentation/web/awi/__next.awi.txt
src/presentation/web/session-logs/__next._full.txt
src/presentation/web/session-logs/__next._head.txt
src/presentation/web/session-logs/__next._index.txt
src/presentation/web/session-logs/__next._tree.txt
src/presentation/web/session-logs/__next.session-logs.__PAGE__.txt
src/presentation/web/session-logs/__next.session-logs.txt
src/session/__init__.py
src/session/context.py
src/session/session.py
src/session/session_log.py
tests/test_awi_mcp_copies.py
tests/test_awi_mcp_offloop.py
tests/test_awi_minimal_world.py
tests/test_chess_turn_chain.py
tests/test_cli.py
tests/test_config.py
tests/test_conformance.py
tests/test_core_task.py
tests/test_demo.py
tests/test_dev_api.py
tests/test_engine_fen_error.py
tests/test_gomoku.py
tests/test_guidance.py
tests/test_locales.py
tests/test_mcp_bridge_liveness.py
tests/test_multi_camera.py
tests/test_notes.py
tests/test_openai_compat_messages.py
tests/test_orchestrator_loop.py
tests/test_overflow_resume_chain.py
tests/test_paths_layout.py
tests/test_safety_gate.py
tests/test_services_mount.py
tests/test_session_log.py
tests/test_state_machine.py
tests/test_third_person.py
tests/test_turn_budget_and_interrupt.py
tests/test_web_pages.py
tests/test_world_config.py
tests/test_world_registration.py
tests/test_world_trust.py