Update README.md
Browse files
README.md
CHANGED
@@ -33,7 +33,7 @@ Achieving 30 points for the certification was relatively easy with the template
|
|
33 |
|
34 |
[](https://huggingface.co/spaces/civerson916/Final_Assignment_Template)
|
35 |
|
36 |
-
[ 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.
|
44 |
-
* Basic parallel agent task execution, compatible with [Gradio](https://www.gradio.app/)
|
45 |
|
46 |
|
47 |
## Getting Started
|
|
|
33 |
|
34 |
[](https://huggingface.co/spaces/civerson916/Final_Assignment_Template)
|
35 |
|
36 |
+
[](https://huggingface.co/learn/agents-course/unit4/hands-on)
|
37 |
|
38 |
Beyond what looks like a smolagents guided tour, you can find the following in this repo...
|
39 |
|
|
|
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.
|
44 |
+
* Basic parallel agent task execution, compatible with [smolagents](https://huggingface.co/docs/smolagents/main/en/index) and the [Gradio](https://www.gradio.app/) UI.
|
45 |
|
46 |
|
47 |
## Getting Started
|