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/models.py
src/archetype/api/routes/__init__.py
src/archetype/api/routes/commands.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/broker.py
src/archetype/app/command_service.py
src/archetype/app/container.py
src/archetype/app/factory.py
src/archetype/app/models.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/guard.py
src/archetype/app/auth/models.py
src/archetype/cli/__init__.py
src/archetype/cli/main.py
src/archetype/core/__init__.py
src/archetype/core/archetype.py
src/archetype/core/component.py
src/archetype/core/config.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_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/runtime/__init__.py
src/archetype/core/runtime/storage.py
src/archetype/core/storage/__init__.py
src/archetype/core/storage/lancedb.py
src/archetype/core/storage/storage.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_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