README.md
pyproject.toml
fred_runtime/__init__.py
fred_runtime/__main__.py
fred_runtime/client.py
fred_runtime/migrations.py
fred_runtime/runtime_context.py
fred_runtime.egg-info/PKG-INFO
fred_runtime.egg-info/SOURCES.txt
fred_runtime.egg-info/dependency_links.txt
fred_runtime.egg-info/entry_points.txt
fred_runtime.egg-info/requires.txt
fred_runtime.egg-info/top_level.txt
fred_runtime/app/__init__.py
fred_runtime/app/_catalogs.py
fred_runtime/app/agent_app.py
fred_runtime/app/config.py
fred_runtime/app/config_loader.py
fred_runtime/app/container.py
fred_runtime/app/context.py
fred_runtime/app/dependencies.py
fred_runtime/app/mcp_config.py
fred_runtime/app/observability_factory.py
fred_runtime/app/openai_compat_router.py
fred_runtime/capabilities/__init__.py
fred_runtime/capabilities/assembly.py
fred_runtime/capabilities/assets.py
fred_runtime/capabilities/demo.py
fred_runtime/capabilities/errors.py
fred_runtime/capabilities/mcp.py
fred_runtime/capabilities/openapi_dump.py
fred_runtime/capabilities/registry.py
fred_runtime/capabilities/demo_migrations/env.py
fred_runtime/capabilities/demo_migrations/versions/d1e2m0a0b0c0_create_demo_echo_notes.py
fred_runtime/capabilities/document_access/__init__.py
fred_runtime/capabilities/document_access/capability.py
fred_runtime/capabilities/document_summarize/__init__.py
fred_runtime/capabilities/document_summarize/capability.py
fred_runtime/cli/__init__.py
fred_runtime/cli/completion.py
fred_runtime/cli/entrypoint.py
fred_runtime/cli/history_display.py
fred_runtime/cli/kpi_display.py
fred_runtime/cli/pod_client.py
fred_runtime/cli/repl.py
fred_runtime/cli/repl_helpers.py
fred_runtime/cli/url_helpers.py
fred_runtime/common/__init__.py
fred_runtime/common/context_aware_tool.py
fred_runtime/common/kf_base_client.py
fred_runtime/common/kf_document_client.py
fred_runtime/common/kf_fast_text_client.py
fred_runtime/common/kf_http_client.py
fred_runtime/common/kf_markdown_media_client.py
fred_runtime/common/kf_tag_client.py
fred_runtime/common/kf_vectorsearch_client.py
fred_runtime/common/kf_workspace_client.py
fred_runtime/common/mcp_interceptors.py
fred_runtime/common/mcp_runtime.py
fred_runtime/common/mcp_toolkit.py
fred_runtime/common/mcp_utils.py
fred_runtime/common/structures.py
fred_runtime/common/token_expiry.py
fred_runtime/common/tool_node_utils.py
fred_runtime/deep/__init__.py
fred_runtime/deep/deep_runtime.py
fred_runtime/eval/__init__.py
fred_runtime/eval/collector.py
fred_runtime/graph/__init__.py
fred_runtime/graph/graph_runtime.py
fred_runtime/integrations/__init__.py
fred_runtime/integrations/inprocess_toolkit_registry.py
fred_runtime/integrations/kf_vector_search/__init__.py
fred_runtime/integrations/kf_vector_search/toolkit.py
fred_runtime/integrations/v2_runtime/__init__.py
fred_runtime/integrations/v2_runtime/adapters.py
fred_runtime/model_routing/__init__.py
fred_runtime/model_routing/authz.py
fred_runtime/model_routing/catalog.py
fred_runtime/model_routing/contracts.py
fred_runtime/model_routing/provider.py
fred_runtime/model_routing/resolver.py
fred_runtime/react/__init__.py
fred_runtime/react/react_langchain_adapter.py
fred_runtime/react/react_message_codec.py
fred_runtime/react/react_model_adapter.py
fred_runtime/react/react_prompting.py
fred_runtime/react/react_runtime.py
fred_runtime/react/react_stream_adapter.py
fred_runtime/react/react_tool_binding.py
fred_runtime/react/react_tool_loop.py
fred_runtime/react/react_tool_rendering.py
fred_runtime/react/react_tool_resolution.py
fred_runtime/react/react_tool_utils.py
fred_runtime/react/react_tracing.py
fred_runtime/react/middleware/__init__.py
fred_runtime/react/middleware/checkpoint_hygiene.py
fred_runtime/react/middleware/dynamic_prompt.py
fred_runtime/react/middleware/frame.py
fred_runtime/react/middleware/hitl.py
fred_runtime/react/middleware/model_routing.py
fred_runtime/react/middleware/shared.py
fred_runtime/react/middleware/tool_observability.py
fred_runtime/react/middleware/tracing_kpi.py
fred_runtime/runtime_support/__init__.py
fred_runtime/runtime_support/checkpoints.py
fred_runtime/runtime_support/model_metadata.py
fred_runtime/runtime_support/request_context_helpers.py
fred_runtime/runtime_support/sql_checkpointer.py
fred_runtime/runtime_support/user_token_refresher.py
fred_runtime/support/__init__.py
fred_runtime/support/filesystem_context.py
fred_runtime/support/thinking.py
fred_runtime/support/tool_loop.py
tests/test_agent_app.py
tests/test_capability_agent_1973.py
tests/test_capability_chat_controls_1976.py
tests/test_capability_chat_parts_1977.py
tests/test_capability_document_access_1906.py
tests/test_capability_document_summarize.py
tests/test_capability_endpoints_1974.py
tests/test_capability_registry_1973.py
tests/test_capability_routes_tables_1979.py
tests/test_capability_selection_1974.py
tests/test_capability_tool_return_convention.py
tests/test_client.py
tests/test_config_loader.py
tests/test_context.py
tests/test_context_aware_tool.py
tests/test_conversational_memory.py
tests/test_deep_agent_middleware.py
tests/test_eval_collector.py
tests/test_eval_trace.py
tests/test_fred_workspace_fs.py
tests/test_graph_capability_bridge.py
tests/test_graph_runtime_invoke_agent.py
tests/test_graph_runtime_observability.py
tests/test_history.py
tests/test_kf_vector_search_toolkit.py
tests/test_kf_workspace_client.py
tests/test_knowledge_search_tool_invoker_sources.py
tests/test_kpi_display.py
tests/test_mcp_config.py
tests/test_model_enforcement.py
tests/test_model_reasoning_enablement.py
tests/test_model_routing.py
tests/test_models_catalog_projection.py
tests/test_openai_compat_router.py
tests/test_pod_client.py
tests/test_react_loop_regressions_1972.py
tests/test_react_middleware_frame.py
tests/test_react_prompting.py
tests/test_react_thinking.py
tests/test_repl_helpers.py
tests/test_runtime_context_prompt_injection.py
tests/test_smoke.py
tests/test_spike_capability_state_1971.py
tests/test_sql_checkpointer_owner.py
tests/test_token_expiry.py
tests/test_tool_carrier_middleware_naming.py
tests/test_tool_loop_trim.py
tests/test_tool_observability_middleware.py
tests/test_tracing_kpi_content_confinement.py
tests/test_url_helpers.py
tests/test_user_token_refresher.py