.gitignore
.python-version
AGENTS.md
CLAUDE.md
CONTEXT.md
LICENSE
README.md
pyproject.toml
.github/workflows/publish.yml
docs/public-api.md
docs/adr/.gitkeep
docs/adr/0001-runtime-ownership-migration.md
docs/adr/0002-runtime-compatibility-artifact-policy.md
docs/adr/0003-stage-resolution-and-failure-policy.md
docs/adr/0004-runtime-public-surface-narrowing.md
docs/adr/0005-runtime-session-lifecycle-entrypoints.md
docs/adr/0006-built-in-provider-only-runtime.md
docs/adr/0007-live-runtime-output-observation.md
docs/adr/0008-live-provider-smoke-runner.md
docs/adr/0009-provider-invocation-argv-stdin-boundary.md
docs/adr/0010-no-documentation-regression-tests.md
docs/adr/0011-single-candidate-provider-selection.md
docs/adr/README.md
docs/agents/domain.md
docs/agents/issue-tracker.md
pycastle/.gitignore
scripts/build_release_artifacts.py
scripts/live_provider_smoke.py
scripts/live_provider_smoke_plan.py
scripts/live-smoke/.env.example
src/agent_runtime/__init__.py
src/agent_runtime/_builtin_runtime_client.py
src/agent_runtime/_execution_contracts.py
src/agent_runtime/_import_isolation.py
src/agent_runtime/_portable_continuation_payload.py
src/agent_runtime/_provider_invocation.py
src/agent_runtime/_provider_session_adapter.py
src/agent_runtime/_request_normalization.py
src/agent_runtime/_runtime_compat.py
src/agent_runtime/_runtime_facade_lifecycle.py
src/agent_runtime/_runtime_lifecycle.py
src/agent_runtime/_service_registry.py
src/agent_runtime/_time.py
src/agent_runtime/agent_log.py
src/agent_runtime/contracts.py
src/agent_runtime/errors.py
src/agent_runtime/execution_contracts.py
src/agent_runtime/identity.py
src/agent_runtime/invocation_progress.py
src/agent_runtime/provider_errors.py
src/agent_runtime/provider_output.py
src/agent_runtime/provider_session_adapter.py
src/agent_runtime/provider_usage.py
src/agent_runtime/py.typed
src/agent_runtime/roles.py
src/agent_runtime/runtime.py
src/agent_runtime/service_registry.py
src/agent_runtime/session.py
src/agent_runtime/session_planning.py
src/agent_runtime/stage_priority_chain.py
src/agent_runtime/types.py
src/agent_runtime/usage_limit_decision.py
src/agent_runtime/usage_limit_scope.py
src/agent_runtime/work.py
src/ruhken_agent_runtime.egg-info/PKG-INFO
src/ruhken_agent_runtime.egg-info/SOURCES.txt
src/ruhken_agent_runtime.egg-info/dependency_links.txt
src/ruhken_agent_runtime.egg-info/requires.txt
src/ruhken_agent_runtime.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/runtime_boundary_fakes.py
tests/test_agent_runtime.py
tests/test_builtin_provider_client_behavior.py
tests/test_live_provider_smoke_artifacts.py
tests/test_live_provider_smoke_plan.py
tests/test_portable_continuation_payload_behavior.py
tests/test_provider_invocation_adapter_behavior.py
tests/test_provider_output_behavior.py
tests/test_release_artifacts.py
tests/test_resumed_session_run_request.py
tests/test_runtime_continuation_behavior.py
tests/test_runtime_ephemeral_behavior.py
tests/test_runtime_metadata_behavior.py
tests/test_runtime_new_session_behavior.py
tests/test_runtime_outcome_behavior.py
tests/test_runtime_public_surface.py
tests/test_runtime_request_construction.py
tests/test_runtime_session_planning_behavior.py
tests/test_smoke.py