LLM Frameworks
OpenAI Agents SDK
Build multi-agent workflows with the OpenAI Agents SDK and Keywords AI.
This integration is only for Agent tracing. If you are looking for a general integration for OpenAI, please see the OpenAI integration.
Give us a star on GitHub!
The OpenAI Agents SDK is a lightweight yet powerful framework for building multi-agent workflows.
Core concepts:
- Agents: LLMs configured with instructions, tools, guardrails, and handoffs
- Handoffs: Allow agents to transfer control to other agents for specific tasks
- Guardrails: Configurable safety checks for input and output validation
- Tracing: Built-in tracking of agent runs, allowing you to view, debug and optimize your workflows
Quickstart
When install OpenAI Agents SDK and Keywords AI tracing SDK, implement KeywordsProcessor
in your code to send traces from the OpenAI Agents SDK to Keywords AI.
Prerequisites
Please use the specific endpoint for the OpenAI Agents SDK.
If you are on the enterprise platform, please use the enterprise endpoint plus the suffix.
Hello World example
Python
Handoffs example
Python
Functions example
Python
Was this page helpful?