LICENSE
README.md
pyproject.toml
src/archetype/__init__.py
src/archetype/api/__init__.py
src/archetype/api/app.py
src/archetype/api/deps.py
src/archetype/api/errors.py
src/archetype/api/models.py
src/archetype/api/routes/__init__.py
src/archetype/api/routes/commands.py
src/archetype/api/routes/entities.py
src/archetype/api/routes/query.py
src/archetype/api/routes/simulation.py
src/archetype/api/routes/worlds.py
src/archetype/app/__init__.py
src/archetype/app/audit_log.py
src/archetype/app/broker.py
src/archetype/app/command_service.py
src/archetype/app/container.py
src/archetype/app/interfaces.py
src/archetype/app/models.py
src/archetype/app/mutation_service.py
src/archetype/app/query_service.py
src/archetype/app/simulation_service.py
src/archetype/app/storage_service.py
src/archetype/app/world_service.py
src/archetype/app/auth/__init__.py
src/archetype/app/auth/errors.py
src/archetype/app/auth/guard.py
src/archetype/app/auth/models.py
src/archetype/app/auth/permissions.py
src/archetype/cli/__init__.py
src/archetype/cli/main.py
src/archetype/contrib/__init__.py
src/archetype/contrib/logfire_observer.py
src/archetype/core/__init__.py
src/archetype/core/archetype.py
src/archetype/core/component.py
src/archetype/core/config.py
src/archetype/core/hooks.py
src/archetype/core/interfaces.py
src/archetype/core/resources.py
src/archetype/core/aio/__init__.py
src/archetype/core/aio/async_cached_store.py
src/archetype/core/aio/async_lancedb_store.py
src/archetype/core/aio/async_processor.py
src/archetype/core/aio/async_querier.py
src/archetype/core/aio/async_store.py
src/archetype/core/aio/async_system.py
src/archetype/core/aio/async_updater.py
src/archetype/core/aio/async_world.py
src/archetype/core/sync/__init__.py
src/archetype/core/sync/processor.py
src/archetype/core/sync/querier.py
src/archetype/core/sync/store.py
src/archetype/core/sync/system.py
src/archetype/core/sync/updater.py
src/archetype/core/sync/world.py
src/archetype/experiments/__init__.py
src/archetype/experiments/components.py
src/archetype/experiments/loaders.py
src/archetype/runtime/__init__.py
src/archetype/runtime/_actor.py
src/archetype/runtime/_config.py
src/archetype/runtime/runtime.py
src/archetype/runtime/session.py
src/archetype/runtime/world.py
src/archetype_ecs.egg-info/PKG-INFO
src/archetype_ecs.egg-info/SOURCES.txt
src/archetype_ecs.egg-info/dependency_links.txt
src/archetype_ecs.egg-info/entry_points.txt
src/archetype_ecs.egg-info/requires.txt
src/archetype_ecs.egg-info/top_level.txt