File tree Expand file tree Collapse file tree 4 files changed +935
-4
lines changed Expand file tree Collapse file tree 4 files changed +935
-4
lines changed Original file line number Diff line number Diff line change 356
356
"pages" : [
357
357
" integrations/agents" ,
358
358
" integrations/agents/openai-agents" ,
359
+ " integrations/agents/openai-agents-ts" ,
359
360
" integrations/agents/autogen" ,
360
361
" integrations/agents/control-flow" ,
361
362
" integrations/agents/crewai" ,
842
843
"group" : " Use Cases" ,
843
844
"pages" : [
844
845
" guides/use-cases" ,
846
+ " guides/use-cases/batch-evals-cookbook" ,
845
847
" guides/use-cases/few-shot-prompting" ,
846
848
" guides/use-cases/enforcing-json-schema-with-anyscale-and-together" ,
847
849
" guides/use-cases/emotions-with-gpt-4o" ,
Original file line number Diff line number Diff line change @@ -3,7 +3,13 @@ title: "Overview"
3
3
description : " Portkey helps bring your agents to production"
4
4
---
5
5
<CardGroup cols = { 4 } >
6
- <Card title = " OpenAI Agents" href = " /integrations/agents/openai-agents" >
6
+ <Card title = " OpenAI Agents (Python)" href = " /integrations/agents/openai-agents" >
7
+ <Frame >
8
+ <img src = " /images/openai-agents.png" alt = " OpenAI Agents" />
9
+ </Frame >
10
+ </Card >
11
+
12
+ <Card title = " OpenAI Agents (Type Script)" href = " /integrations/agents/openai-agents-ts" >
7
13
<Frame >
8
14
<img src = " /images/openai-agents.png" alt = " OpenAI Agents" />
9
15
</Frame >
You can’t perform that action at this time.
0 commit comments