LICENSE
README.md
pyproject.toml
src/datorum/__init__.py
src/datorum.egg-info/PKG-INFO
src/datorum.egg-info/SOURCES.txt
src/datorum.egg-info/dependency_links.txt
src/datorum.egg-info/entry_points.txt
src/datorum.egg-info/requires.txt
src/datorum.egg-info/top_level.txt
src/datorum/agency/__init__.py
src/datorum/agency/exceptions.py
src/datorum/agency/settings.py
src/datorum/agency/worker.py
src/datorum/binding/__init__.py
src/datorum/binding/binder.py
src/datorum/binding/credentials.py
src/datorum/binding/exceptions.py
src/datorum/binding/registry.py
src/datorum/binding/settings.py
src/datorum/cli/__init__.py
src/datorum/cli/context.py
src/datorum/cli/settings.py
src/datorum/cli/commands/__init__.py
src/datorum/cli/commands/base.py
src/datorum/cli/commands/config.py
src/datorum/cli/commands/run.py
src/datorum/context/__init__.py
src/datorum/context/exceptions.py
src/datorum/context/registry.py
src/datorum/context/settings.py
src/datorum/context/commons/__init__.py
src/datorum/context/commons/chat.py
src/datorum/context/commons/markdown.py
src/datorum/core/__init__.py
src/datorum/core/exceptions.py
src/datorum/core/settings.py
src/datorum/plumbing/__init__.py
src/datorum/plumbing/exceptions.py
src/datorum/plumbing/settings.py
src/datorum/plumbing/worker.py
src/datorum/tooling/__init__.py
src/datorum/tooling/exceptions.py
src/datorum/tooling/registry.py
src/datorum/tooling/settings.py
src/datorum/tooling/worker.py
src/datorum/work/__init__.py
src/datorum/work/exceptions.py
src/datorum/work/job.py
src/datorum/work/worker.py
tests/test_agency_worker.py
tests/test_binding_binder.py
tests/test_binding_credentials.py
tests/test_binding_settings.py
tests/test_cli_base.py
tests/test_cli_config.py
tests/test_cli_context.py
tests/test_cli_run.py
tests/test_context_registry.py
tests/test_context_settings.py
tests/test_core_settings.py
tests/test_plumbing_settings.py
tests/test_plumbing_worker.py
tests/test_tooling_registry.py
tests/test_tooling_worker.py
tests/test_work_job.py
tests/test_work_worker.py
tests/test_worker_hitl.py