.gitignore
.python-version
AGENTS.md
CLAUDE.md
CONTEXT.md
LICENSE
README.md
pyproject.toml
setup.py
.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-runtime-public-surface-narrowing.md
docs/adr/0004-runtime-session-lifecycle-entrypoints.md
docs/adr/0005-built-in-provider-only-runtime.md
docs/adr/0006-provider-invocation-argv-stdin-boundary.md
docs/adr/0007-no-documentation-regression-tests.md
docs/adr/0008-single-candidate-provider-selection.md
docs/adr/0009-agent-event-observation-model.md
docs/adr/0010-live-provider-probe-manual-debug-only.md
docs/adr/0011-merge-provider-stderr-into-observed-stream.md
docs/adr/0012-provider-failure-classification-and-outcome-consolidation.md
docs/adr/0013-silent-provider-hang-timeout.md
docs/adr/0014-windows-provider-host-env-allowlist.md
docs/adr/0015-caller-owned-session-store.md
docs/adr/0016-toolpolicy-remove-inspect-only.md
docs/adr/0017-already-sandboxed-execution.md
docs/adr/0018-execution-argv-transform.md
docs/adr/0019-retire-agent-failed-error-from-ar.md
docs/adr/README.md
docs/agents/domain.md
docs/agents/issue-tracker.md
pycastle/.gitignore
scripts/build_release_artifacts.py
scripts/live-probe/.env.example
scripts/live-probe/README.md
scripts/live-probe/_live_probe_case_runner.py
scripts/live-probe/live_provider_probe.py
scripts/live-probe/live_provider_probe_plan.py
src/agent_runtime/__init__.py
src/agent_runtime/_builtin_provider_agent_event_building.py
src/agent_runtime/_builtin_provider_rendering.py
src/agent_runtime/_builtin_provider_stream_interpretation.py
src/agent_runtime/_builtin_runtime_client.py
src/agent_runtime/_import_isolation.py
src/agent_runtime/_lifecycle_request_facts.py
src/agent_runtime/_live_runtime_output_exceptions.py
src/agent_runtime/_provider_invocation.py
src/agent_runtime/_request_normalization.py
src/agent_runtime/_runtime_lifecycle.py
src/agent_runtime/_runtime_outcome_folding.py
src/agent_runtime/_session_backed_provider_execution.py
src/agent_runtime/_session_backed_provider_state_resolution.py
src/agent_runtime/_time.py
src/agent_runtime/contracts.py
src/agent_runtime/errors.py
src/agent_runtime/identity.py
src/agent_runtime/invocation_progress.py
src/agent_runtime/provider_output.py
src/agent_runtime/provider_usage.py
src/agent_runtime/py.typed
src/agent_runtime/runtime.py
src/agent_runtime/session.py
src/agent_runtime/types.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_client_execution_harness.py
tests/test_builtin_provider_agent_event_building_behavior.py
tests/test_builtin_provider_client_behavior.py
tests/test_builtin_provider_rendering_behavior.py
tests/test_builtin_provider_stream_interpretation_behavior.py
tests/test_continuation_behavior.py
tests/test_live_provider_probe.py
tests/test_live_provider_probe_plan.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_client_execution_harness_behavior.py
tests/test_runtime_metadata_behavior.py
tests/test_runtime_outcome_surface.py
tests/test_runtime_public_surface.py
tests/test_runtime_request_construction.py
tests/test_runtime_session_planning_behavior.py
tests/test_session_backed_provider_execution_behavior.py
tests/test_session_backed_provider_state_resolution_behavior.py