Skip to content

add agents example with GitHub components & tools from new integration #183

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

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
7 changes: 6 additions & 1 deletion index.toml
Original file line number Diff line number Diff line change
Expand Up @@ -316,9 +316,14 @@ experimental = true
topics = ["Multimodal"]
discuss = "https://github.com/deepset-ai/haystack-experimental/discussions/302"

[[cookbook]]
title = "Build a GitHub PR Creator Agent"
notebook = "github_pr_creator_agent.ipynb"
new = true
topics = ["Function Calling", "Agents"]

[[cookbook]]
title = "Trace and Evaluate RAG with Arize Phoenix"
notebook = "arize_phoenix_evaluate_haystack_rag.ipynb"
topics = ["Observability", "Evaluation", "RAG"]
new = true
new = true
Loading