cjb97 commited on
Commit
01a29cd
·
1 Parent(s): fe8bf03

Add YAML metadata to README.md for Hugging Face repo card

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md CHANGED
@@ -1,3 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # My First Agent with smolagents
2
 
3
  This project is part of the [Hugging Face Agents Course](https://huggingface.co/learn/agents). It demonstrates how to create a simple but powerful agent using the smolagents library.
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - agents
5
+ - smolagents
6
+ - web-search
7
+ - weather
8
+ - huggingface-course
9
+ datasets:
10
+ - none
11
+ language:
12
+ - en
13
+ library_name: smolagents
14
+ pipeline_tag: conversational
15
+ ---
16
+
17
  # My First Agent with smolagents
18
 
19
  This project is part of the [Hugging Face Agents Course](https://huggingface.co/learn/agents). It demonstrates how to create a simple but powerful agent using the smolagents library.