Skip to main content
Integrating tools involves two layers: Each tool is identified by name + namespace. Those registered schemas (including tool names/namespaces and argument JSON Schema) are part of what Sudoiq provides to models when they decide which tool to call. In Python, the SDK provides typed schema models (for example ToolDefinition) that you can reuse or extend in your own codebase when defining new tools. The selected tool must exist in the registry and have a matching key in your app tool map for runs that execute tools in your integration. Next: