README.md
pyproject.toml
fred_runtime/__init__.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/requires.txt
fred_runtime.egg-info/top_level.txt
fred_runtime/app/__init__.py
fred_runtime/app/agent_app.py
fred_runtime/app/config.py
fred_runtime/app/config_loader.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/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/runtime_support/__init__.py
fred_runtime/runtime_support/request_context_helpers.py
fred_runtime/runtime_support/sql_checkpointer.py
fred_runtime/runtime_support/user_token_refresher.py
tests/test_agent_app.py
tests/test_smoke.py