LICENSE
README.md
pyproject.toml
src/archetype/__init__.py
src/archetype/_api.py
src/archetype/_logging.py
src/archetype/_obs.py
src/archetype/_storage_uri.py
src/archetype/errors.py
src/archetype/runtime_resources.py
src/archetype/wiring.py
src/archetype/activities/__init__.py
src/archetype/activities/contracts.py
src/archetype/activities/interfaces.py
src/archetype/activities/service.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/principals.py
src/archetype/api/query_filter.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/artifacts/__init__.py
src/archetype/artifacts/context.py
src/archetype/artifacts/handlers.py
src/archetype/artifacts/migration.py
src/archetype/artifacts/models.py
src/archetype/artifacts/pipeline.py
src/archetype/artifacts/scanners.py
src/archetype/artifacts/views.py
src/archetype/cli/__init__.py
src/archetype/cli/main.py
src/archetype/commands/__init__.py
src/archetype/commands/audit.py
src/archetype/commands/dispatch.py
src/archetype/commands/models.py
src/archetype/commands/policy.py
src/archetype/commands/registry.py
src/archetype/commands/scheduler.py
src/archetype/core/__init__.py
src/archetype/core/archetype.py
src/archetype/core/component.py
src/archetype/core/config.py
src/archetype/core/errors.py
src/archetype/core/hooks.py
src/archetype/core/interfaces.py
src/archetype/core/lineage.py
src/archetype/core/paths.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/evaluation/__init__.py
src/archetype/evaluation/components.py
src/archetype/evaluation/contracts.py
src/archetype/evaluation/grading.py
src/archetype/evaluation/handlers.py
src/archetype/evaluation/models.py
src/archetype/evaluation/views.py
src/archetype/graph/__init__.py
src/archetype/graph/cascade.py
src/archetype/graph/components.py
src/archetype/graph/depth.py
src/archetype/graph/edges.py
src/archetype/graph/frames.py
src/archetype/graph/prefab.py
src/archetype/graph/sync.py
src/archetype/graph/traverse.py
src/archetype/graph/view.py
src/archetype/migration/__init__.py
src/archetype/migration/contracts.py
src/archetype/migration/handlers.py
src/archetype/migration/interfaces.py
src/archetype/projections/__init__.py
src/archetype/projections/frames.py
src/archetype/projections/possession.py
src/archetype/projections/sync.py
src/archetype/projections/worlds.py
src/archetype/redaction/__init__.py
src/archetype/redaction/models.py
src/archetype/redaction/service.py
src/archetype/runtime/__init__.py
src/archetype/runtime/_config.py
src/archetype/runtime/entrypoint.py
src/archetype/runtime/runtime.py
src/archetype/runtime/world.py
src/archetype/storage/__init__.py
src/archetype/storage/commit.py
src/archetype/storage/config.py
src/archetype/storage/hardened_sqlite.py
src/archetype/storage/interfaces.py
src/archetype/storage/service.py
src/archetype/storage/session.py
src/archetype/storage/signatures.py
src/archetype/storage/transfer.py
src/archetype/storage/activity_catalog/__init__.py
src/archetype/storage/activity_catalog/interfaces.py
src/archetype/storage/activity_catalog/migration.py
src/archetype/storage/activity_catalog/records.py
src/archetype/storage/activity_catalog/sqlite.py
src/archetype/storage/catalog/__init__.py
src/archetype/storage/catalog/interface.py
src/archetype/storage/catalog/migration.py
src/archetype/storage/catalog/records.py
src/archetype/storage/catalog/remote.py
src/archetype/storage/catalog/sqlite.py
src/archetype/world/__init__.py
src/archetype/world/cleanup.py
src/archetype/world/errors.py
src/archetype/world/handlers.py
src/archetype/world/interfaces.py
src/archetype/world/lifecycle.py
src/archetype/world/models.py
src/archetype/world/mutation.py
src/archetype/world/projectors.py
src/archetype/world/query.py
src/archetype/world/registry.py
src/archetype/world/resume.py
src/archetype/world/simulation.py
src/archetype/world_libraries/__init__.py
src/archetype/world_libraries/discovery.py
src/archetype/world_libraries/models.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
tests/test_world_library_manifests.py