Basic Agentic Loop with Claude and Tool Calling
A basic agentic loop using Claude (Anthropic) with tool calling.
A basic agentic loop using Claude (Anthropic) with tool calling.
A basic agentic loop that invokes a dynamic set of tools.
Use the Claim Check pattern to handle large payloads to workflows and activities.
Build a simple deep research system embodying the standard deep research architecture.
Build a durable AI agent with OpenAI Agents SDK and Temporal that can intelligently choose tools to answer user questions
A durable MCP server that uses Temporal workflows for reliable execution of weather tools.
Simple example demonstrating how to call an LLM from Temporal using the OpenAI Python API library.
Integrate LiteLLM into a Temporal Workflow in Python.
Support human in the loop (HITL) in agentic flows.
Extract retry information from HTTP response headers and make it available to Temporal's retry mechanisms.
Use Temporal and OpenAI Responses API to reliably request output conforming to a specific data structure.
Build a simple, non-looping agent that gives agency to the LLM to choose tools, and then invokes chosen tools.