from agents import Agent, Runner from agents.extensions.models.litellm_model import LitellmModel ollamaModel = LitellmModel( model="ollama/llama3.1:latest", # api ...
This is the Zitadel Python SDK, designed to provide a convenient and idiomatic way to interact with the Zitadel APIs in Python. The SDK provides a seamless wrapping of the Zitadel API, making it easy ...