LICENSE
README.md
pyproject.toml
src/dir_core/__init__.py
src/dir_core/agent_registry.py
src/dir_core/arbitration.py
src/dir_core/context_store.py
src/dir_core/data_types.py
src/dir_core/dfid.py
src/dir_core/dim.py
src/dir_core/escalation.py
src/dir_core/event_bus.py
src/dir_core/idempotency.py
src/dir_core/intent_retry.py
src/dir_core/jit.py
src/dir_core/ledger.py
src/dir_core/lifecycle.py
src/dir_core/models.py
src/dir_core/pci.py
src/dir_core/resource_lock.py
src/dir_core/runtime.py
src/dir_core/saga.py
src/dir_core/wakeup.py
src/dir_core.egg-info/PKG-INFO
src/dir_core.egg-info/SOURCES.txt
src/dir_core.egg-info/dependency_links.txt
src/dir_core.egg-info/requires.txt
src/dir_core.egg-info/top_level.txt
src/dir_core/storage/__init__.py
src/dir_core/storage/base.py
src/dir_core/storage/json_util.py
src/dir_core/storage/memory.py
src/dir_core/storage/schema.sql
src/dir_core/storage/sqlite.py
src/dir_core/utils/__init__.py
src/dir_core/utils/llm_client.py
src/dir_core/utils/logging_utils.py
tests/test_agent_registry.py
tests/test_arbitration.py
tests/test_context_store.py
tests/test_dfid.py
tests/test_dim_ttl.py
tests/test_escalation.py
tests/test_event_bus.py
tests/test_idempotency.py
tests/test_intent_retry.py
tests/test_jit.py
tests/test_ledger.py
tests/test_lifecycle.py
tests/test_ollama.py
tests/test_pci.py
tests/test_resource_lock.py
tests/test_runtime.py
tests/test_saga.py
tests/test_wakeup.py