Overview
The official Lumo SDK provides convenient access to the Lumo AI Agent APIs from Python 3.8+ applications. The SDK includes type definitions for all request parameters and response fields, with both synchronous and asynchronous clients.Available Agents
Function Calling Agent
The default agent that enables AI models to interact with external tools and APIs through automatic function selection and execution.
Code Agent
Uses executable Python code as actions, providing greater flexibility and efficiency for complex multi-step tasks.
Installation
Install the SDK:Authentication
Get your Lumo API Key
Navigate to the API Keys tab in the Dashboard and generate a new key.
Function Calling Agent
Get started with function calling
Code Agent
Get started with code-based actions

