LICENSE
README.md
pyproject.toml
src/agent_runtime/__init__.py
src/agent_runtime/_async_compat.py
src/agent_runtime/builder.py
src/agent_runtime/cli.py
src/agent_runtime/config.py
src/agent_runtime/core.py
src/agent_runtime/debugger.py
src/agent_runtime/defaults.py
src/agent_runtime/errors.py
src/agent_runtime/events.py
src/agent_runtime/function_resolver.py
src/agent_runtime/logging.py
src/agent_runtime/models.py
src/agent_runtime/observability.py
src/agent_runtime/replay.py
src/agent_runtime/resume.py
src/agent_runtime/schema_versioning.py
src/agent_runtime/state.py
src/agent_runtime/utils.py
src/agent_runtime/workflow.py
src/agent_runtime/workflow_registry.py
src/agent_runtime/agent/__init__.py
src/agent_runtime/agent/definition.py
src/agent_runtime/agent/executor.py
src/agent_runtime/agent/prompts.py
src/agent_runtime/agent/registry.py
src/agent_runtime/agent/strategies.py
src/agent_runtime/llm/__init__.py
src/agent_runtime/llm/adapters.py
src/agent_runtime/llm/client.py
src/agent_runtime/llm/registry.py
src/agent_runtime/llm/sse.py
src/agent_runtime/llm/streaming.py
src/agent_runtime/llm/types.py
src/agent_runtime/memory/__init__.py
src/agent_runtime/memory/base.py
src/agent_runtime/memory/episodic.py
src/agent_runtime/memory/procedural.py
src/agent_runtime/memory/semantic.py
src/agent_runtime/memory/working.py
src/agent_runtime/storage/__init__.py
src/agent_runtime/storage/base.py
src/agent_runtime/storage/sqlite.py
src/agent_runtime/tools/__init__.py
src/agent_runtime/tools/base.py
src/agent_runtime/tools/discovery.py
src/agent_runtime/tools/echo.py
src/agent_runtime/tools/file.py
src/agent_runtime/tools/http.py
src/agent_runtime/tools/registry.py
src/agent_runtime/tools/shell.py
src/agent_runtime/tools/validation.py
src/agent_runtime/visualization/__init__.py
src/agent_runtime/visualization/ascii_renderer.py
src/agent_runtime/visualization/graph_builder.py
src/agent_runtime/visualization/html_renderer.py
src/agent_runtime/visualization/run_loader.py
src/agent_runtime/visualization/timeline_builder.py
src/agent_runtime/visualization/templates/run_visualization.html
src/forrestrun/__init__.py
src/forrestrun.egg-info/PKG-INFO
src/forrestrun.egg-info/SOURCES.txt
src/forrestrun.egg-info/dependency_links.txt
src/forrestrun.egg-info/entry_points.txt
src/forrestrun.egg-info/requires.txt
src/forrestrun.egg-info/top_level.txt
tests/test_adapter_streaming.py
tests/test_agent_definition.py
tests/test_anthropic_adapter.py
tests/test_async_compat.py
tests/test_branch_coverage.py
tests/test_branch_resume.py
tests/test_branching.py
tests/test_builder.py
tests/test_builtin_tools.py
tests/test_cli.py
tests/test_config.py
tests/test_config_latency_golden.py
tests/test_cost_and_output_schema.py
tests/test_cost_persistence.py
tests/test_debugger.py
tests/test_defaults.py
tests/test_episodic_memory.py
tests/test_essay_writer_wiring.py
tests/test_events.py
tests/test_executor_e2e.py
tests/test_gemini_adapter.py
tests/test_idempotency.py
tests/test_import_alias.py
tests/test_llm_client_limits.py
tests/test_llm_config_errors.py
tests/test_llm_registry.py
tests/test_memory_injection.py
tests/test_mock_adapter.py
tests/test_model_regression.py
tests/test_observability_supportability.py
tests/test_openai_adapter.py
tests/test_pipeline_and_functions.py
tests/test_procedural_memory.py
tests/test_reference_workflows.py
tests/test_replay.py
tests/test_resume.py
tests/test_retry_policy.py
tests/test_run_accessors.py
tests/test_run_failure_output.py
tests/test_run_summary.py
tests/test_runtime.py
tests/test_safe_eval.py
tests/test_schema_versioning.py
tests/test_semantic_memory.py
tests/test_sse_parser.py
tests/test_state_diff.py
tests/test_state_manager.py
tests/test_step_contracts.py
tests/test_storage_roundtrip.py
tests/test_strategy_internals.py
tests/test_streaming_types.py
tests/test_tool_discovery.py
tests/test_transaction_safety.py
tests/test_visualization.py
tests/test_workflow_lock.py
tests/test_workflow_schema_stability.py
tests/test_workflow_versioning.py
tests/test_working_memory.py