Skip to main content

8 docs tagged with "python"

View all tags

Deep Research

Build a simple deep research system embodying the standard deep research architecture.

Hello World

Simple example demonstrating how to call an LLM from Temporal using the OpenAI Python API library.

Hello World - Agent with Tools

Build a durable AI agent with OpenAI Agents SDK and Temporal that can intelligently choose tools to answer user questions

Tool calling agent

Build a simple, non-looping agent that gives agency to the LLM to choose tools, and then invokes chosen tools.