Skip to content

Commit 97a0906

Browse files
Merge pull request #104 from openai/readme/new-trace-provider
Adding Keywords AI as a trace processor
2 parents d4f01e6 + 2f2e2fc commit 97a0906

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ The Agents SDK is designed to be highly flexible, allowing you to model a wide r
140140

141141
## Tracing
142142

143-
The Agents SDK automatically traces your agent runs, making it easy to track and debug the behavior of your agents. Tracing is extensible by design, supporting custom spans and a wide variety of external destinations, including [Logfire](https://logfire.pydantic.dev/docs/integrations/llms/openai/#openai-agents), [AgentOps](https://docs.agentops.ai/v1/integrations/agentssdk), and [Braintrust](https://braintrust.dev/docs/guides/traces/integrations#openai-agents-sdk). For more details about how to customize or disable tracing, see [Tracing](http://openai.github.io/openai-agents-python/tracing).
143+
The Agents SDK automatically traces your agent runs, making it easy to track and debug the behavior of your agents. Tracing is extensible by design, supporting custom spans and a wide variety of external destinations, including [Logfire](https://logfire.pydantic.dev/docs/integrations/llms/openai/#openai-agents), [AgentOps](https://docs.agentops.ai/v1/integrations/agentssdk), [Braintrust](https://braintrust.dev/docs/guides/traces/integrations#openai-agents-sdk), and [Keywords AI](https://docs.keywordsai.co/integration/development-frameworks/openai-agent). For more details about how to customize or disable tracing, see [Tracing](http://openai.github.io/openai-agents-python/tracing).
144144

145145
## Development (only needed if you need to edit the SDK/examples)
146146

docs/tracing.md

+1
Original file line numberDiff line numberDiff line change
@@ -93,3 +93,4 @@ External trace processors include:
9393
- [Braintrust](https://braintrust.dev/docs/guides/traces/integrations#openai-agents-sdk)
9494
- [Pydantic Logfire](https://logfire.pydantic.dev/docs/integrations/llms/openai/#openai-agents)
9595
- [AgentOps](https://docs.agentops.ai/v1/integrations/agentssdk)
96+
- [Keywords AI](https://docs.keywordsai.co/integration/development-frameworks/openai-agent)

0 commit comments

Comments
 (0)