Skip to main content

12 docs tagged with "python"

View all tags

Deep research

Build a multi-agent deep research system in Python with Temporal and the OpenAI Responses API.

Hello world

Call an LLM from a durable Temporal Workflow in Python using the OpenAI API library.

Hello world with LiteLLM

Integrate LiteLLM into a durable Temporal Workflow in Python to call and switch between LLM providers.

Tool calling agent

Build a simple, non-looping Python agent that lets the LLM choose tools and then invokes the chosen tools with Temporal and OpenAI.