civerson916 commited on
Commit
cc03081
·
verified ·
1 Parent(s): 346ce33

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -33,7 +33,7 @@ Achieving 30 points for the certification was relatively easy with the template
33
 
34
  [![HF Space Screenshot](images/submit_answers.jpg)](https://huggingface.co/spaces/civerson916/Final_Assignment_Template)
35
 
36
- [![Leaderboard Screenshot](images/langfuse.jpg)](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,7 +41,7 @@ Beyond what looks like a smolagents guided tour, you can find the following in t
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 [Gradio](https://www.gradio.app/), no extra abstractions.
45
 
46
 
47
  ## Getting Started
 
33
 
34
  [![HF Space Screenshot](images/submit_answers.jpg)](https://huggingface.co/spaces/civerson916/Final_Assignment_Template)
35
 
36
+ [![Langfuse Screenshot](images/langfuse.jpg)](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