File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 360
360
" integrations/agents/control-flow" ,
361
361
" integrations/agents/crewai" ,
362
362
" integrations/agents/langchain-agents" ,
363
+ " integrations/agents/langroid" ,
363
364
" integrations/agents/langgraph" ,
364
365
" integrations/agents/llama-agents" ,
365
366
" integrations/agents/openai-swarm" ,
Original file line number Diff line number Diff line change @@ -49,6 +49,12 @@ description: "Portkey helps bring your agents to production"
49
49
<img src = " /images/autogen/Langgraph.jpeg" alt = " Langgraph" />
50
50
</Frame >
51
51
</Card >
52
+ <Card title = " Langroid" href = " /integrations/agents/langroid" >
53
+ <Frame >
54
+ <img src = " /images/autogen/langgroid.png" alt = " Langroid" />
55
+ </Frame >
56
+ </Card >
57
+
52
58
<Card title = " OpenAI Swarm" href = " /integrations/agents/openai-swarm" >
53
59
<Frame >
54
60
<img src = " /images/autogen/swarm.png" alt = " Swarm" />
Original file line number Diff line number Diff line change 1
1
---
2
2
title : Langroid
3
- url : https://langroid.github.io/langroid/notes/portkey/
3
+ url : https://langroid.github.io/langroid/notes/portkey
4
4
---
You can’t perform that action at this time.
0 commit comments