Spaces:
Running
Running
Mahdiyar
commited on
Commit
Β·
5c828b5
1
Parent(s):
d6b7477
README Update
Browse files
README.md
CHANGED
@@ -18,11 +18,49 @@ tags:
|
|
18 |
---
|
19 |
|
20 |
|
21 |
-
|
22 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
|
24 |
|
25 |
-
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.
|
26 |
|
27 |
You can extend it using TinyAgent Hooks system, and use it with Gradio Integration.
|
28 |
Your agent could become a MCP Server or tool for another agent.
|
|
|
18 |
---
|
19 |
|
20 |
|
21 |
+
# TinyCodeAgent
|
22 |
|
23 |
+
π **TinyCodeAgent: A Self-Building, Self-Debugging Python Agent in the Cloud** π
|
24 |
+
|
25 |
+
## Demo
|
26 |
+
|
27 |
+
**Watch the demo on YouTube**
|
28 |
+
|
29 |
+
[](https://youtu.be/CGFSc9Jf5vw)
|
30 |
+
|
31 |
+
|
32 |
+
In this demo, watch how **TinyCodeAgent**:
|
33 |
+
|
34 |
+
1. **Thinks in Python**
|
35 |
+
|
36 |
+
* Dynamically generates Python code in the cloud
|
37 |
+
* Instantly executes and tests its own snippets
|
38 |
+
|
39 |
+
2. **Builds Its Own Tools**
|
40 |
+
|
41 |
+
* Creates helper functions on the fly
|
42 |
+
* Integrates new modules to extend its capabilities
|
43 |
+
|
44 |
+
3. **Runs & Debugs**
|
45 |
+
|
46 |
+
* Detects errors, logs tracebacks
|
47 |
+
* Auto-corrects and re-runs until the task is solved
|
48 |
+
|
49 |
+
π **Demo Workflow**
|
50 |
+
|
51 |
+
* **Step 1:** List the most popular Spaces on Hugging Face
|
52 |
+
* **Step 2:** Filter for upcoming Hackathon Spaces without prerequisites
|
53 |
+
* **Step 3:** Display results in a clean, interactive format
|
54 |
+
|
55 |
+
---
|
56 |
+
|
57 |
+
### Why TinyCodeAgent?
|
58 |
+
|
59 |
+
* Built on **[TinyAgent](https://github.com/askbudi/tinyagent) **, a lightweight AI agent framework
|
60 |
+
* **Extendable hooks** system for easy customization
|
61 |
+
* Simple event loop ensures stability and fast iteration
|
62 |
|
63 |
|
|
|
64 |
|
65 |
You can extend it using TinyAgent Hooks system, and use it with Gradio Integration.
|
66 |
Your agent could become a MCP Server or tool for another agent.
|