Skip to content

Commit

Permalink
Merge pull request #322 from ag2ai/update-realtime-docs
Browse files Browse the repository at this point in the history
Add new Realtime notebook with websocket API
  • Loading branch information
davorrunje authored Dec 30, 2024
2 parents c84000a + 790dc14 commit 719db53
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions website/mint.json
Original file line number Diff line number Diff line change
Expand Up @@ -621,6 +621,7 @@
"notebooks/agentchat_swarm_enhanced",
"notebooks/tools_interoperability",
"notebooks/agentchat_realtime_swarm",
"notebooks/agentchat_realtime_websocket",
"notebooks/agentchat_reasoning_agent",
"notebooks/agentchat_captainagent_crosstool"
]
Expand Down
13 changes: 13 additions & 0 deletions website/snippets/data/NotebooksMetadata.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -1023,12 +1023,25 @@ export const notebooksMetadata = [
"description": "Swarm Ochestration",
"image": null,
"tags": [
"realtime",
"twilio",
"orchestration",
"group chat",
"swarm"
],
"source": "/notebook/agentchat_realtime_swarm.ipynb"
},
{
"title": "RealtimeAgent using websockets",
"link": "/notebooks/agentchat_realtime_websocket",
"description": "Realtime agent using websockets",
"image": null,
"tags": [
"realtime",
"websockets"
],
"source": "/notebook/agentchat_realtime_websocket.ipynb"
},
{
"title": "ReasoningAgent - Advanced LLM Reasoning with Multiple Search Strategies",
"link": "/notebooks/agentchat_reasoning_agent",
Expand Down

0 comments on commit 719db53

Please sign in to comment.