Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d46e2ec

Browse files
Add Portkey AI as a tracing provider (openai#785)
This PR adds Portkey AI as a tracing provider. Portkey helps you take your OpenAI agents from prototype to production. Portkey turns your experimental OpenAI Agents into production-ready systems by providing: - Complete observability of every agent step, tool use, and interaction - Built-in reliability with fallbacks, retries, and load balancing - Cost tracking and optimization to manage your AI spend - Access to 1600+ LLMs through a single integration - Guardrails to keep agent behavior safe and compliant - Version-controlled prompts for consistent agent performance Towards openai#786
1 parent 6e078bf commit d46e2ec

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/ja/tracing.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,4 +119,5 @@ async def main():
119119
- [Comet Opik](https://www.comet.com/docs/opik/tracing/integrations/openai_agents)
120120
- [Langfuse](https://langfuse.com/docs/integrations/openaiagentssdk/openai-agents)
121121
- [Langtrace](https://docs.langtrace.ai/supported-integrations/llm-frameworks/openai-agents-sdk)
122-
- [Okahu‑Monocle](https://github.com/monocle2ai/monocle)
122+
- [Okahu‑Monocle](https://github.com/monocle2ai/monocle)
123+
- [Portkey AI](https://portkey.ai/docs/integrations/agents/openai-agents)

docs/tracing.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,3 +116,4 @@ To customize this default setup, to send traces to alternative or additional bac
116116
- [Langtrace](https://docs.langtrace.ai/supported-integrations/llm-frameworks/openai-agents-sdk)
117117
- [Okahu-Monocle](https://github.com/monocle2ai/monocle)
118118
- [Galileo](https://v2docs.galileo.ai/integrations/openai-agent-integration#openai-agent-integration)
119+
- [Portkey AI](https://portkey.ai/docs/integrations/agents/openai-agents)

0 commit comments

Comments
 (0)