README.md
pyproject.toml
tests/test_agent.py
ucode_agent_sdk/__init__.py
ucode_agent_sdk/agent.py
ucode_agent_sdk/events.py
ucode_agent_sdk/graph.py
ucode_agent_sdk/pipeline_executor.py
ucode_agent_sdk/state.py
ucode_agent_sdk.egg-info/PKG-INFO
ucode_agent_sdk.egg-info/SOURCES.txt
ucode_agent_sdk.egg-info/dependency_links.txt
ucode_agent_sdk.egg-info/requires.txt
ucode_agent_sdk.egg-info/top_level.txt
ucode_agent_sdk/execution/__init__.py
ucode_agent_sdk/execution/agent_executor.py
ucode_agent_sdk/execution/llm_factory.py
ucode_agent_sdk/execution/message_builders.py
ucode_agent_sdk/execution/react_graph.py
ucode_agent_sdk/execution/streaming.py
ucode_agent_sdk/graph_core/__init__.py
ucode_agent_sdk/graph_core/edge_routing.py
ucode_agent_sdk/graph_core/pipeline_builder.py
ucode_agent_sdk/graph_core/single_agent_builder.py
ucode_agent_sdk/middleware/__init__.py
ucode_agent_sdk/middleware/strategies.py
ucode_agent_sdk/middleware/tool_wrapper.py
ucode_agent_sdk/nodes/__init__.py
ucode_agent_sdk/nodes/agent_node.py
ucode_agent_sdk/nodes/code_node.py
ucode_agent_sdk/nodes/conditional_node.py
ucode_agent_sdk/nodes/decision_node.py
ucode_agent_sdk/nodes/end_node.py
ucode_agent_sdk/nodes/interrupt_node.py
ucode_agent_sdk/nodes/llm_node.py
ucode_agent_sdk/nodes/mapping.py
ucode_agent_sdk/nodes/registry.py
ucode_agent_sdk/nodes/router_node.py
ucode_agent_sdk/nodes/start_node.py
ucode_agent_sdk/nodes/state_modifier_node.py
ucode_agent_sdk/nodes/subgraph_node.py
ucode_agent_sdk/nodes/tool_node.py
ucode_agent_sdk/pipeline/__init__.py
ucode_agent_sdk/pipeline/output_extract.py
ucode_agent_sdk/pipeline/schema_converter.py
ucode_agent_sdk/pipeline/state_init.py
ucode_agent_sdk/pipeline/stream_adapter.py
ucode_agent_sdk/prompts/__init__.py
ucode_agent_sdk/prompts/conversation.py
ucode_agent_sdk/prompts/personas.py
ucode_agent_sdk/prompts/system_prompts.py
ucode_agent_sdk/tools/__init__.py
ucode_agent_sdk/tools/agent_as_tool.py
ucode_agent_sdk/tools/artifact.py
ucode_agent_sdk/tools/base_action.py
ucode_agent_sdk/tools/mcp.py
ucode_agent_sdk/tools/openapi.py
ucode_agent_sdk/tools/registry.py
ucode_agent_sdk/tools/artifact_impl/__init__.py
ucode_agent_sdk/tools/artifact_impl/_helpers.py
ucode_agent_sdk/tools/artifact_impl/bucket_ops.py
ucode_agent_sdk/tools/artifact_impl/builder.py
ucode_agent_sdk/tools/artifact_impl/file_ops.py
ucode_agent_sdk/tools/artifact_impl/search_ops.py
ucode_agent_sdk/tools/artifact_impl/wrapper.py
ucode_agent_sdk/tools/mcp_impl/__init__.py
ucode_agent_sdk/tools/mcp_impl/builder.py
ucode_agent_sdk/tools/mcp_impl/discovery.py
ucode_agent_sdk/tools/mcp_impl/factory.py
ucode_agent_sdk/tools/mcp_impl/schema.py
ucode_agent_sdk/tools/mcp_impl/session.py
ucode_agent_sdk/tools/mcp_impl/session_registry.py
ucode_agent_sdk/tools/openapi_impl/__init__.py
ucode_agent_sdk/tools/openapi_impl/auth.py
ucode_agent_sdk/tools/openapi_impl/builder.py
ucode_agent_sdk/tools/openapi_impl/http_exec.py
ucode_agent_sdk/tools/openapi_impl/schema.py