README.md
pyproject.toml
fred_sdk/__init__.py
fred_sdk/hello.py
fred_sdk.egg-info/PKG-INFO
fred_sdk.egg-info/SOURCES.txt
fred_sdk.egg-info/dependency_links.txt
fred_sdk.egg-info/requires.txt
fred_sdk.egg-info/top_level.txt
fred_sdk/authoring/__init__.py
fred_sdk/authoring/api.py
fred_sdk/authoring/authored_tool_runtime.py
fred_sdk/authoring/inspection.py
fred_sdk/authoring/knowledge_flow_mcp.py
fred_sdk/authoring/tool_args_schema.py
fred_sdk/authoring/tool_context_helpers.py
fred_sdk/contracts/__init__.py
fred_sdk/contracts/context.py
fred_sdk/contracts/models.py
fred_sdk/contracts/openai_compat.py
fred_sdk/contracts/react_contract.py
fred_sdk/contracts/runtime.py
fred_sdk/deep/__init__.py
fred_sdk/deep/runtime.py
fred_sdk/graph/__init__.py
fred_sdk/graph/graph_runtime.py
fred_sdk/graph/runtime.py
fred_sdk/graph/authoring/__init__.py
fred_sdk/graph/authoring/api.py
fred_sdk/graph/authoring/team_api.py
fred_sdk/react/__init__.py
fred_sdk/react/react_langchain_adapter.py
fred_sdk/react/react_message_codec.py
fred_sdk/react/react_model_adapter.py
fred_sdk/react/react_prompting.py
fred_sdk/react/react_runtime.py
fred_sdk/react/react_stream_adapter.py
fred_sdk/react/react_tool_binding.py
fred_sdk/react/react_tool_loop.py
fred_sdk/react/react_tool_rendering.py
fred_sdk/react/react_tool_resolution.py
fred_sdk/react/react_tool_utils.py
fred_sdk/resources/__init__.py
fred_sdk/resources/packaged.py
fred_sdk/resources/prompts.py
fred_sdk/runtime_support/__init__.py
fred_sdk/runtime_support/checkpoints.py
fred_sdk/runtime_support/model_metadata.py
fred_sdk/runtime_support/remote_agent_invoker.py
fred_sdk/runtime_support/remote_session_agent.py
fred_sdk/runtime_support/session_agent.py
fred_sdk/support/__init__.py
fred_sdk/support/authored_toolsets.py
fred_sdk/support/filesystem_context.py
fred_sdk/support/mcp_utils.py
fred_sdk/support/tool_approval.py
fred_sdk/support/tool_loop.py
fred_sdk/support/builtins/__init__.py
fred_sdk/support/builtins/catalog.py
tests/test_graph_choice_step.py
tests/test_hello.py
tests/test_openai_compat.py