CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
docs/01-vision-and-contract.md
docs/02-architecture.md
docs/03-configuration-and-agents.md
docs/04-tools-runtime-and-output.md
docs/05-providers.md
docs/06-quality-security-release.md
docs/README.md
docs/decisions.md
docs/release-notes-alpha.md
docs/risks.md
docs/roadmap.md
docs/specification.md
docs/traceability.md
docs/tickets/README.md
docs/tickets/TEMPLATE.md
examples/__init__.py
examples/custom_tools.py
examples/models.py
examples/moiryx.yaml
examples/run_text.py
examples/agents/chat.md
examples/agents/nested_reviewer.md
examples/agents/reviewer.md
examples/agents/word_counter.md
examples/agents/workspace_editor.md
examples/agents/workspace_reader.md
src/moiryx/__init__.py
src/moiryx/agent.py
src/moiryx/agent_spec.py
src/moiryx/config.py
src/moiryx/errors.py
src/moiryx/generation.py
src/moiryx/messages.py
src/moiryx/model_registry.py
src/moiryx/models.py
src/moiryx/observability.py
src/moiryx/py.typed
src/moiryx/redaction.py
src/moiryx/retry.py
src/moiryx/runtime.py
src/moiryx.egg-info/PKG-INFO
src/moiryx.egg-info/SOURCES.txt
src/moiryx.egg-info/dependency_links.txt
src/moiryx.egg-info/requires.txt
src/moiryx.egg-info/top_level.txt
src/moiryx/output/__init__.py
src/moiryx/output/final_tool.py
src/moiryx/output/loader.py
src/moiryx/output/repair.py
src/moiryx/providers/__init__.py
src/moiryx/providers/azure_foundry.py
src/moiryx/providers/azure_openai.py
src/moiryx/providers/fake.py
src/moiryx/providers/openai_compatible.py
src/moiryx/providers/openrouter.py
src/moiryx/providers/registry.py
src/moiryx/providers/vertex_ai.py
src/moiryx/tools/__init__.py
src/moiryx/tools/decorator.py
src/moiryx/tools/definition.py
src/moiryx/tools/executor.py
src/moiryx/tools/preflight.py
src/moiryx/tools/registry.py
src/moiryx/tools/serialization.py
src/moiryx/tools/builtin/__init__.py
src/moiryx/tools/builtin/filesystem.py
src/moiryx/tools/builtin/shell.py
src/moiryx/tools/builtin/workspace.py
tests/test_agent.py
tests/test_agent_spec.py
tests/test_async_support.py
tests/test_azure_foundry.py
tests/test_azure_openai.py
tests/test_azure_packaging.py
tests/test_builtin_tools.py
tests/test_concurrency.py
tests/test_config.py
tests/test_documentation_and_ci.py
tests/test_dogfood.py
tests/test_errors.py
tests/test_generation.py
tests/test_model_registry.py
tests/test_models.py
tests/test_observability.py
tests/test_openai_compatible.py
tests/test_openrouter.py
tests/test_provider_protocol.py
tests/test_provider_registry.py
tests/test_public_api.py
tests/test_release_artifacts.py
tests/test_retry.py
tests/test_runtime.py
tests/test_structured_output.py
tests/test_tool_executor.py
tests/test_tool_preflight.py
tests/test_tool_serialization.py
tests/test_tools.py
tests/test_vertex_ai.py