Update README.md
Browse files
README.md
CHANGED
@@ -37,7 +37,7 @@ Achieving 30 points for the certification was relatively easy with the template
|
|
37 |
|
38 |
Beyond what looks like a smolagents guided tour, you can find the following in this repo...
|
39 |
|
40 |
-
* 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/)
|
41 |
* Chess agent leveraging my [board_to_fen](https://github.com/civerson/board_to_fen) fork and a Stockfish API.
|
42 |
* [Langfuse](https://langfuse.com/) setup boilerplate, a working example. This is an absolute must.
|
43 |
* [Pydantic](https://docs.pydantic.dev/latest/) settings for type safety, centralized, and encapsulated config.
|
|
|
37 |
|
38 |
Beyond what looks like a smolagents guided tour, you can find the following in this repo...
|
39 |
|
40 |
+
* 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/)
|
41 |
* Chess agent leveraging my [board_to_fen](https://github.com/civerson/board_to_fen) fork and a Stockfish API.
|
42 |
* [Langfuse](https://langfuse.com/) setup boilerplate, a working example. This is an absolute must.
|
43 |
* [Pydantic](https://docs.pydantic.dev/latest/) settings for type safety, centralized, and encapsulated config.
|