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/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/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/404.html
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/VqyMzPGX4jl7AHcF49eSM/_buildManifest.js
src/presentation/web/_next/static/VqyMzPGX4jl7AHcF49eSM/_ssgManifest.js
src/presentation/web/_next/static/chunks/195-3bf7ccac3cb8c326.js
src/presentation/web/_next/static/chunks/255-eb4aecc3ff015961.js
src/presentation/web/_next/static/chunks/256-c4b5f3d54ddd2328.js
src/presentation/web/_next/static/chunks/382-93b32441ba0519fc.js
src/presentation/web/_next/static/chunks/4bd1b696-c023c6e3521b1417.js
src/presentation/web/_next/static/chunks/930-cc10a778360bdc13.js
src/presentation/web/_next/static/chunks/framework-2c534e0e662575a2.js
src/presentation/web/_next/static/chunks/main-44c6eeaf6eac6b78.js
src/presentation/web/_next/static/chunks/main-app-df14326a595fdae5.js
src/presentation/web/_next/static/chunks/polyfills-42372ed130431b0a.js
src/presentation/web/_next/static/chunks/webpack-d568e8aed9874c1e.js
src/presentation/web/_next/static/chunks/app/layout-11dfd57421dae21c.js
src/presentation/web/_next/static/chunks/app/page-e4cc37cacc9e4055.js
src/presentation/web/_next/static/chunks/app/_not-found/page-8c814e9c7a91f958.js
src/presentation/web/_next/static/chunks/app/anima-logs/page-e891086a21c974d2.js
src/presentation/web/_next/static/chunks/app/awi/page-61fc465deb0f8e25.js
src/presentation/web/_next/static/chunks/app/session-logs/page-4e3b157130e8ef17.js
src/presentation/web/_next/static/chunks/pages/_app-7d307437aca18ad4.js
src/presentation/web/_next/static/chunks/pages/_error-cb2a52f75f2162e2.js
src/presentation/web/_next/static/css/7abcd8b49414fff4.css
src/session/__init__.py
src/session/context.py
src/session/session.py
src/session/session_log.py
src/worlds/__init__.py
src/worlds/desk/__init__.py
src/worlds/desk/__main__.py
src/worlds/desk/awi_mcp.py
src/worlds/desk/render.py
src/worlds/desk/server.py
src/worlds/desk/world.py
tests/test_awi_mcp_copies.py
tests/test_awi_mcp_offloop.py
tests/test_chess_turn_chain.py
tests/test_cli.py
tests/test_config.py
tests/test_core_task.py
tests/test_dev_api.py
tests/test_engine_fen_error.py
tests/test_gomoku.py
tests/test_guidance.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_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_world_config.py
tests/test_world_registration.py
tests/test_world_trust.py