README.md
pyproject.toml
fred_runtime/__init__.py
fred_runtime/client.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/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_fast_text_client.py
fred_runtime/common/kf_http_client.py
fred_runtime/common/kf_logs_client.py
fred_runtime/common/kf_markdown_media_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/v2_runtime/__init__.py
fred_runtime/integrations/v2_runtime/adapters.py
fred_runtime/model_routing/__init__.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/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/tool_approval.py
fred_runtime/support/tool_loop.py
tests/test_agent_app.py
tests/test_client.py
tests/test_config_loader.py
tests/test_context.py
tests/test_conversational_memory.py
tests/test_eval_collector.py
tests/test_eval_trace.py
tests/test_graph_runtime_observability.py
tests/test_history.py
tests/test_kf_workspace_client.py
tests/test_kpi_display.py
tests/test_mcp_config.py
tests/test_model_routing.py
tests/test_openai_compat_router.py
tests/test_pod_client.py
tests/test_repl_helpers.py
tests/test_smoke.py
tests/test_token_expiry.py
tests/test_url_helpers.py
tests/test_user_token_refresher.py