Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update noteobook links #165

Merged
merged 2 commits into from
Dec 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion website/blog/2024-12-02-ReasoningAgent2/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ The implementation is flexible and can be customized for different types of prob
## For Further Reading

* [Documentation about ReasoningAgent](/docs/reference/agentchat/contrib/reasoning_agent)
* [Example notebook](https://github.com/ag2ai/ag2/blob/main/notebook/agentchat_reasoning_agent.ipynb)
* [Example notebook](https://ag2ai.github.io/ag2/docs/notebooks/agentchat_reasoning_agent/)
* [The Original research paper about Tree of Thoughts](https://arxiv.org/abs/2305.10601) from Google DeepMind and Princeton University.

*Do you have interesting use cases for ReasoningAgent? Would you like to see more features or improvements? Please join our [Discord](https://discord.com/invite/pAbnFJrkgZ) server for discussion.*
3 changes: 2 additions & 1 deletion website/blog/2024-12-06-FalkorDB-Structured/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,9 @@ See the [Swarm documentation](https://ag2ai.github.io/ag2/docs/topics/swarm#regi

## For Further Reading

* [Trip Planner Notebook Example Using GraphRag, Structured Output & Swarm](https://ag2ai.github.io/ag2/docs/notebooks/agentchat_swarm_graphrag_trip_planner/)
* [Documentation about FalkorDB](https://docs.falkordb.com/)
* [FalkorDB example notebook](https://github.com/ag2ai/ag2/blob/main/notebook/agentchat_swarm_graphrag_trip_planner.ipynb)
* [OpenAI's Structured Outputs](https://platform.openai.com/docs/guides/structured-outputs)
* [Structured Output Notebook Example](https://ag2ai.github.io/ag2/docs/notebooks/agentchat_structured_outputs/)

*Do you have interesting use cases for FalkorDB / RAG? Would you like to see more features or improvements? Please join our [Discord](https://discord.com/invite/pAbnFJrkgZ) server for discussion.*
2 changes: 1 addition & 1 deletion website/blog/authors.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
sonichi:
name: Chi Wang
title: Founder of AutoGen & FLAML
title: Founder of AutoGen (now AG2) & FLAML
url: https://www.linkedin.com/in/chi-wang-autogen/
image_url: https://github.com/sonichi.png

Expand Down
Loading