LICENSE.md
README.md
pyproject.toml
mypalace/__init__.py
mypalace/_llm_utils.py
mypalace/arc_service.py
mypalace/config.py
mypalace/context_service.py
mypalace/database.py
mypalace/embeddings.py
mypalace/entity_service.py
mypalace/episode_service.py
mypalace/job_service.py
mypalace/llm.py
mypalace/main.py
mypalace/memory_service.py
mypalace/models.py
mypalace/personality_service.py
mypalace/session_service.py
mypalace/tenancy.py
mypalace/vch_service.py
mypalace/vector.py
mypalace.egg-info/PKG-INFO
mypalace.egg-info/SOURCES.txt
mypalace.egg-info/dependency_links.txt
mypalace.egg-info/entry_points.txt
mypalace.egg-info/requires.txt
mypalace.egg-info/top_level.txt
mypalace/api/__init__.py
mypalace/api/admin.py
mypalace/api/arcs.py
mypalace/api/audit.py
mypalace/api/common.py
mypalace/api/context.py
mypalace/api/dynamics.py
mypalace/api/entities.py
mypalace/api/episodes.py
mypalace/api/events.py
mypalace/api/graph.py
mypalace/api/intentions.py
mypalace/api/jobs.py
mypalace/api/maintenance.py
mypalace/api/memories.py
mypalace/api/personality.py
mypalace/api/portability.py
mypalace/api/reembed.py
mypalace/api/retrieval.py
mypalace/api/sessions.py
mypalace/api/stats.py
mypalace/api/tenants.py
mypalace/api/vch.py
mypalace/audit/__init__.py
mypalace/audit/middleware.py
mypalace/auth/__init__.py
mypalace/auth/context.py
mypalace/auth/key_service.py
mypalace/auth/middleware.py
mypalace/auth/scopes.py
mypalace/auth/tenant.py
mypalace/auth/usage.py
mypalace/cache/__init__.py
mypalace/cache/client.py
mypalace/cache/decorator.py
mypalace/cli/__init__.py
mypalace/cli/admin.py
mypalace/dynamics/__init__.py
mypalace/dynamics/fsrs.py
mypalace/dynamics/service.py
mypalace/events/__init__.py
mypalace/events/broker.py
mypalace/events/types.py
mypalace/graph/__init__.py
mypalace/graph/client.py
mypalace/graph/service.py
mypalace/grpc/__init__.py
mypalace/grpc/arc_servicer.py
mypalace/grpc/auth_interceptor.py
mypalace/grpc/dynamics_servicer.py
mypalace/grpc/episode_servicer.py
mypalace/grpc/ingestion_servicer.py
mypalace/grpc/intention_servicer.py
mypalace/grpc/job_servicer.py
mypalace/grpc/memory_servicer.py
mypalace/grpc/retrieval_servicer.py
mypalace/grpc/server.py
mypalace/grpc/session_servicer.py
mypalace/grpc/_generated/__init__.py
mypalace/grpc/_generated/mypalace_pb2.py
mypalace/grpc/_generated/mypalace_pb2_grpc.py
mypalace/health/__init__.py
mypalace/health/checks.py
mypalace/health/config_validator.py
mypalace/intentions/__init__.py
mypalace/intentions/service.py
mypalace/intentions/triggers.py
mypalace/observability/__init__.py
mypalace/observability/db.py
mypalace/observability/logging.py
mypalace/observability/metrics.py
mypalace/observability/middleware.py
mypalace/observability/tracing.py
mypalace/prompts/__init__.py
mypalace/prompts/ingestion.py
mypalace/prompts/reflection.py
mypalace/prompts/synthesis.py
mypalace/ratelimit/__init__.py
mypalace/ratelimit/limiter.py
mypalace/ratelimit/middleware.py
mypalace/retrieval/__init__.py
mypalace/retrieval/ingestion.py
mypalace/retrieval/layered.py
mypalace/workers/__init__.py
mypalace/workers/backup.py
mypalace/workers/handlers.py
mypalace/workers/queue.py
mypalace/workers/runner.py
tests/test_alembic_0010_shadow_copy.py
tests/test_alembic_stamp.py
tests/test_arcs.py
tests/test_audit.py
tests/test_auth_key_service.py
tests/test_auth_keys.py
tests/test_auth_middleware.py
tests/test_auth_scopes.py
tests/test_backup_worker.py
tests/test_cache.py
tests/test_cli_admin_shim.py
tests/test_context.py
tests/test_context_budget.py
tests/test_cross_tenant_search.py
tests/test_db_observability.py
tests/test_dynamics.py
tests/test_embedding_cache.py
tests/test_entity_api.py
tests/test_entity_service.py
tests/test_episodes.py
tests/test_events.py
tests/test_graph_routes.py
tests/test_graph_service.py
tests/test_grpc_arc_servicer.py
tests/test_grpc_dynamics_servicer.py
tests/test_grpc_episode_servicer.py
tests/test_grpc_ingestion_servicer.py
tests/test_grpc_intention_servicer.py
tests/test_grpc_job_servicer.py
tests/test_grpc_retrieval_servicer.py
tests/test_grpc_scope_map.py
tests/test_grpc_servicer.py
tests/test_grpc_session_servicer.py
tests/test_health_deep.py
tests/test_ingestion.py
tests/test_intentions.py
tests/test_jobs.py
tests/test_layered.py
tests/test_layered_graph.py
tests/test_live_ready.py
tests/test_memories.py
tests/test_memory_ttl.py
tests/test_memory_versions.py
tests/test_models_slice3.py
tests/test_models_slice4.py
tests/test_models_slice5.py
tests/test_observability.py
tests/test_personality_api.py
tests/test_personality_service.py
tests/test_phase5_carryovers.py
tests/test_portability.py
tests/test_ratelimit.py
tests/test_reembed.py
tests/test_sessions.py
tests/test_stats.py
tests/test_tenancy.py
tests/test_tenancy_routes.py
tests/test_tenancy_validation.py
tests/test_tenant_schema_lifecycle.py
tests/test_vch.py
tests/test_workers.py