File tree Expand file tree Collapse file tree 4 files changed +1199
-2
lines changed Expand file tree Collapse file tree 4 files changed +1199
-2
lines changed Original file line number Diff line number Diff line change 354
354
" integrations/agents/langgraph" ,
355
355
" integrations/agents/llama-agents" ,
356
356
" integrations/agents/openai-swarm" ,
357
+ " integrations/agents/pydantic-ai" ,
357
358
" integrations/agents/phidata" ,
358
359
" integrations/agents/bring-your-own-agents"
359
360
]
382
383
" integrations/libraries/supabase" ,
383
384
" integrations/libraries/zed" ,
384
385
" integrations/libraries/openai-compatible" ,
385
- " integrations/libraries/microsoft-semantic-kernel" ,
386
- " integrations/libraries/openai-compatible"
386
+ " integrations/libraries/microsoft-semantic-kernel"
387
387
]
388
388
}
389
389
]
Original file line number Diff line number Diff line change @@ -8,6 +8,13 @@ description: "Portkey helps bring your agents to production"
8
8
<img src = " /images/openai-agents.png" alt = " OpenAI Agents" />
9
9
</Frame >
10
10
</Card >
11
+
12
+ <Card title = " Pydantic AI" href = " /integrations/agents/pydantic-ai" >
13
+ <Frame >
14
+ <img src = " /images/autogen/pydantic.png" alt = " Pydantic AI Agents" />
15
+ </Frame >
16
+ </Card >
17
+
11
18
<Card title = " Autogen" href = " /integrations/agents/autogen" >
12
19
<Frame >
13
20
<img src = " /images/autogen/autogen.jpg" alt = " Autogen" />
You can’t perform that action at this time.
0 commit comments