civerson916 commited on
Commit
f09cdcf
·
verified ·
1 Parent(s): 7862115

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -22,7 +22,8 @@ license: mit
22
  <p align="center" style="width:50%">
23
  Final hands-on assignment for the Hugging Face Agents course. In this project I built a multi-agent solution, evaluated it against questions from the General AI Assistants (GAIA) benchmark (level one only), and got creative with some agent and tool improvements.
24
  </div>
25
- ## About The Project
 
26
 
27
  ![[HF Space Screen Shot][images/submit_answers.jpg]](https://huggingface.co/spaces/civerson916/Final_Assignment_Template)
28
 
@@ -34,7 +35,7 @@ Achieving 30 points for the certification was relatively easy with the template
34
 
35
  Beyond what looks like a smolagents guided tour, you can find the following in this repo...
36
 
37
- * Research agent armed with Google search via [Serper](https://serper.dev/) and both Audo and Video Understanding via [Gemini] (https://ai.google.dev/gemini-api/docs/)video-understanding#python)
38
  * Chess agent leveraging my [board_to_fen](https://github.com/civerson/board_to_fen) fork and a Stockfish API.
39
  * [Langfuse](https://langfuse.com/) setup boilerplate, a working example. This is an absolute must.
40
  * [Pydantic](https://docs.pydantic.dev/latest/) settings for type safety, centralized, and encapsulated config.
 
22
  <p align="center" style="width:50%">
23
  Final hands-on assignment for the Hugging Face Agents course. In this project I built a multi-agent solution, evaluated it against questions from the General AI Assistants (GAIA) benchmark (level one only), and got creative with some agent and tool improvements.
24
  </div>
25
+
26
+ ##About The Project
27
 
28
  ![[HF Space Screen Shot][images/submit_answers.jpg]](https://huggingface.co/spaces/civerson916/Final_Assignment_Template)
29
 
 
35
 
36
  Beyond what looks like a smolagents guided tour, you can find the following in this repo...
37
 
38
+ * Research agent armed with Google search via [Serper](https://serper.dev/) and both Audo and Video Understanding via [Gemini](https://ai.google.dev/gemini-api/docs/)video-understanding)
39
  * Chess agent leveraging my [board_to_fen](https://github.com/civerson/board_to_fen) fork and a Stockfish API.
40
  * [Langfuse](https://langfuse.com/) setup boilerplate, a working example. This is an absolute must.
41
  * [Pydantic](https://docs.pydantic.dev/latest/) settings for type safety, centralized, and encapsulated config.