Mahdiyar commited on
Commit
ed9e6ea
·
1 Parent(s): 63b6767

Enhance README and add code agent prompts

Browse files

- Updated `README.md` to include new tags for better categorization and a clearer description of TinyCodeAgent.
- Added `code_agent.yaml` to define system prompts and task handling structure for the code agent functionality.

README.md CHANGED
@@ -9,13 +9,16 @@ app_file: app.py
9
  pinned: false
10
  license: apache-2.0
11
  short_description: Think in python and execute code to solve a task
 
 
 
 
12
  ---
13
 
14
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
15
 
 
16
 
17
 
18
- ## TinyCodeAgent
19
 
20
  TinyCodeAgent is an extention to [TinyAgent](https://github.com/askbudi/tinyagent) that think in python and allows you to execute python code to solve a task.
21
 
 
9
  pinned: false
10
  license: apache-2.0
11
  short_description: Think in python and execute code to solve a task
12
+ tags:
13
+ - agent-demo-track
14
+ - mcp-server-track
15
+ - Code Agent
16
  ---
17
 
 
18
 
19
+ ## TinyCodeAgent
20
 
21
 
 
22
 
23
  TinyCodeAgent is an extention to [TinyAgent](https://github.com/askbudi/tinyagent) that think in python and allows you to execute python code to solve a task.
24
 
prompts/{code_agent.yml → code_agent.yaml} RENAMED
File without changes