sergiopaniego
835838d03c
Improved smolagents tab
2025-03-27 13:39:14 +01:00
sergiopaniego
f5f9d171eb
Updated LangGraph
2025-03-27 13:05:39 +01:00
Sergio Paniego Blanco
950257ad33
Merge pull request #307 from huggingface/add-unit3
...
[UNIT] New unit on a Agentic RAG use case (Unit 3)
2025-03-27 10:59:38 +01:00
sergiopaniego
b510c5321c
Updated missing title
2025-03-27 10:46:56 +01:00
sergiopaniego
026d15ae6f
Merge branch 'unit-3-agentic-rag' of github.com:huggingface/agents-course into add-unit3
2025-03-27 10:40:28 +01:00
Sergio Paniego Blanco
a5e46b4d29
Merge pull request #340 from sergiopaniego/llama-index-unit-3
...
[UNIT] [ENHANCEMENT] Added LlamaIndex and LangGraph tab for Agentic RAG use case
2025-03-27 10:34:52 +01:00
sergiopaniego
c8ed937c5e
Updated general structure
2025-03-26 17:01:36 +01:00
sergiopaniego
99ec281101
Updated HF Space
2025-03-26 16:10:12 +01:00
David Berenstein
c46cb2757f
Merge pull request #316 from huggingface/mcp-protocol
...
[ENHANCEMENT] brief primer on MCP Model Context Protocol
2025-03-26 12:34:11 +01:00
David Berenstein
a74edb9ee7
Update units/en/unit1/tools.mdx
...
Co-authored-by: Sergio Paniego Blanco <sergiopaniegoblanco@gmail.com >
2025-03-26 12:34:02 +01:00
DinkoTontchev
c5a29e1ea6
Update llama-hub.mdx
...
1) Added lines to extract the HF_TOKEN from the .env
2) added print to show the response
2025-03-25 14:27:52 -07:00
Rayimpr
322ab9ac32
Update multiagent_notebook.ipynb
...
Fix task description typo to use cargo plane to be aligned with the code example
2025-03-25 12:13:43 -07:00
Christophe DUC
71321e8108
Update monitoring-and-evaluating-agents-notebook.mdx
...
or => our
2025-03-25 19:27:33 +01:00
Christophe DUC
0f78745cd3
Update monitoring-and-evaluating-agents-notebook.mdx
...
Code error : Double =
2025-03-25 19:22:38 +01:00
sergiopaniego
0061e8cbb5
Details about Project structure
2025-03-25 18:05:50 +01:00
sergiopaniego
657d89d973
Updated Tools and agents for LlamaIndex
2025-03-25 17:50:56 +01:00
sergiopaniego
82a78b99dd
Improved generar LangGraph
2025-03-25 16:55:47 +01:00
David Berenstein
3e559ade3f
Merge pull request #371 from jannikmaierhoefer/link-fix
...
fix: link to bonus unit 2 notebook
2025-03-25 16:47:50 +01:00
sergiopaniego
700e9090a1
Updated full Agentic RAG using LangGraph
2025-03-25 16:29:52 +01:00
Jannik Maierhöfer
b7fccf7d1f
fix: link to notebook
2025-03-25 16:16:56 +01:00
David Berenstein
803d6d1a44
Merge pull request #367 from jannikmaierhoefer/fix-links-and-add-example-notebook-as-md-page
...
fix: Bonus Unit 2 - fix links + add notebook to tree as md page
2025-03-25 15:10:32 +01:00
David Berenstein
5b3e4e5b46
Update units/en/bonus-unit2/monitoring-and-evaluating-agents-notebook.mdx
2025-03-25 15:10:08 +01:00
David Berenstein
9e50af01f0
Apply suggestions from code review
2025-03-25 15:09:10 +01:00
David Berenstein
dca93d2e2c
Merge pull request #366 from little-huang/patch-1
...
Adjust HfApiModel parameter indentation for better readability
2025-03-25 14:56:16 +01:00
David Berenstein
427a877ee7
Merge pull request #368 from christopheduc-me/patch-4
...
Update monitoring-and-evaluating-agents.ipynb
2025-03-25 14:55:08 +01:00
sergiopaniego
598a31c64d
Section 2 with LangGraph
2025-03-25 13:21:56 +01:00
sergiopaniego
48d5b93e73
Added LangGraph workflow for first section
2025-03-25 12:59:50 +01:00
meg
a4c97bbaef
Add "agency" table to what-are-agents.mdx
...
This adds the "agency" table developed for smolagents.
Ethics & society regulars further adapted this table as well, in case you want to use that one (with credit to the fantastic original) -- see here: https://huggingface.co/blog/ethics-soc-7#overview
We:
- Removed "multi-agent" and instead say that these different levels can be combined in multi-agent systems.
- Added "fully autonomous"
Note that we're using the term "autonomy" instead of "agency". We explain more of why in our paper: https://arxiv.org/abs/2502.02649 but the tl;dr is that "agency" is by definition a human term, "autonomy" is more in line with what it means when a computer does it.
2025-03-24 12:28:28 -07:00
Christophe DUC
c64319047b
Update monitoring-and-evaluating-agents.ipynb
...
GoogleSearchTool requires an API key (which is not defined in this file). It is simpler to continue using DuckDuckGoSearchTool as the search tool.
2025-03-24 18:12:36 +01:00
Jannik Maierhöfer
34530d44ba
add to introduction page
2025-03-24 13:06:22 +01:00
Jannik Maierhöfer
5991f3a115
fix links
2025-03-24 13:01:40 +01:00
Jannik Maierhöfer
2bc45cce68
update tree
2025-03-24 13:01:01 +01:00
Jannik Maierhöfer
740e05640e
fix: links + add notebook as md file
2025-03-24 13:00:23 +01:00
little_huang
a10c66235f
Adjust HfApiModel parameter indentation for better readability
...
Aligned the initialization parameters of HfApiModel to improve code clarity and maintain consistency with the project's coding style.
This is a formatting-only change with no impact on functionality.
2025-03-24 17:56:32 +08:00
burtenshaw
86bbb948dc
Merge pull request #365 from huggingface/fix/add-chinese-unit2-to-toc
...
add units 2.2 and 2.3 to chinese toc
2025-03-24 10:38:19 +01:00
burtenshaw
29c87efaec
add units 2.2 and 2.3 to chinese toc
2025-03-24 10:37:45 +01:00
burtenshaw
e7c5e1ba16
Merge pull request #305 from ShawnSiao/main
...
Translate llama-index & langgraph in unit2 and translate agent into '智能体'
2025-03-24 10:15:05 +01:00
burtenshaw
6d5ca4a9f2
Merge pull request #327 from HKanoje/add-local-inference-note
...
Add note on local inference alternative to HfApiModel
2025-03-24 10:11:20 +01:00
burtenshaw
06cc8573e7
Merge pull request #331 from peeplika/fix-import
...
add install command for llama_index.tools.google
2025-03-24 10:09:46 +01:00
burtenshaw
42b27a6b6a
Merge pull request #338 from pablofueros/patch-1
...
Missing comma on code
2025-03-24 10:07:19 +01:00
burtenshaw
4082e8fafe
Merge pull request #343 from raffaeleterribile/main
...
Update document_analysis_agent.mdx and quiz1.mdx
2025-03-24 10:05:03 +01:00
burtenshaw
634371dfd1
Merge pull request #345 from yaminipreethik/patch-1
...
Update multi_agent_systems.mdx
2025-03-24 10:04:33 +01:00
burtenshaw
f814935ea4
Merge pull request #346 from bstraehle/patch-5
...
[Typos] Update when_to_use_langgraph.mdx
2025-03-24 10:03:57 +01:00
burtenshaw
6f00b533bb
Merge pull request #352 from Gereey/main
...
Unit1:Translation missing.
2025-03-24 10:03:30 +01:00
burtenshaw
f822c26099
Merge pull request #356 from ldagar315/patch-2
...
Update first_graph.mdx
2025-03-24 10:02:54 +01:00
burtenshaw
0559d44bc0
Merge pull request #357 from atseewal/patch-1
...
Add newline before "Our Workflow" header
2025-03-24 10:02:21 +01:00
burtenshaw
c1966ab8cd
Merge pull request #358 from christopheduc-me/patch-1
...
Update first_graph.mdx
2025-03-24 10:01:48 +01:00
burtenshaw
2c4f9a87c3
Merge pull request #359 from christopheduc-me/patch-2
...
Missing state keys : spam_reason & email_category
2025-03-24 10:00:48 +01:00
burtenshaw
e1f0be99a2
Merge pull request #360 from christopheduc-me/patch-3
...
Pip install langchain
2025-03-24 10:00:14 +01:00
burtenshaw
2a67432db9
Merge pull request #361 from jannikmaierhoefer/patch-2
...
fix: broken link in LangGraph notebook
2025-03-24 09:59:33 +01:00