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/execution.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/graph/__init__.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/resources/__init__.py
fred_sdk/resources/packaged.py
fred_sdk/resources/prompts.py
fred_sdk/runtime_support/__init__.py
fred_sdk/runtime_support/remote_agent_invoker.py
fred_sdk/support/__init__.py
fred_sdk/support/authored_toolsets.py
fred_sdk/support/mcp_utils.py
fred_sdk/support/builtins/__init__.py
fred_sdk/support/builtins/catalog.py
tests/test_execution_contracts.py
tests/test_graph_choice_step.py
tests/test_hello.py
tests/test_openai_compat.py
tests/test_sdk_purity.py