Spaces:
Paused
Paused
Card: refreshed demo video + Rust/learned-router framing
Browse files
README.md
CHANGED
|
@@ -3,8 +3,10 @@ title: smolcode
|
|
| 3 |
emoji: π€
|
| 4 |
colorFrom: purple
|
| 5 |
colorTo: indigo
|
| 6 |
-
sdk:
|
| 7 |
-
|
|
|
|
|
|
|
| 8 |
pinned: false
|
| 9 |
license: apache-2.0
|
| 10 |
short_description: A tiny local model that writes code, runs it, and fixes it.
|
|
@@ -12,9 +14,9 @@ tags:
|
|
| 12 |
- build-small-hackathon
|
| 13 |
- agent
|
| 14 |
- code-generation
|
|
|
|
| 15 |
---
|
| 16 |
|
| 17 |
-
|
| 18 |
# smolcode π€
|
| 19 |
|
| 20 |
**A tiny local model that writes code, runs it, and fixes it β until it works.**
|
|
@@ -70,9 +72,14 @@ verify. Measured with `bench/run.py` on the hal backend.*
|
|
| 70 |
Gradio UI β smolcode-core / LiteForge (Rust/PyO3) β OpenAI-compatible endpoint
|
| 71 |
specialty router + agent loop
|
| 72 |
tools: write_file, read_file, run_python, run_tests
|
| 73 |
-
served by Ollama / llama.cpp
|
| 74 |
```
|
| 75 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 76 |
There's also a full terminal agent (`smolcode-cli`, a Rust ratatui TUI) and a
|
| 77 |
Replit/Lovable-style app builder (`smolbuilder.py`) on the same engine.
|
| 78 |
|
|
|
|
| 3 |
emoji: π€
|
| 4 |
colorFrom: purple
|
| 5 |
colorTo: indigo
|
| 6 |
+
sdk: gradio
|
| 7 |
+
sdk_version: 5.50.0
|
| 8 |
+
python_version: "3.12"
|
| 9 |
+
app_file: app.py
|
| 10 |
pinned: false
|
| 11 |
license: apache-2.0
|
| 12 |
short_description: A tiny local model that writes code, runs it, and fixes it.
|
|
|
|
| 14 |
- build-small-hackathon
|
| 15 |
- agent
|
| 16 |
- code-generation
|
| 17 |
+
- gradio
|
| 18 |
---
|
| 19 |
|
|
|
|
| 20 |
# smolcode π€
|
| 21 |
|
| 22 |
**A tiny local model that writes code, runs it, and fixes it β until it works.**
|
|
|
|
| 72 |
Gradio UI β smolcode-core / LiteForge (Rust/PyO3) β OpenAI-compatible endpoint
|
| 73 |
specialty router + agent loop
|
| 74 |
tools: write_file, read_file, run_python, run_tests
|
| 75 |
+
served by Ollama / llama.cpp (local, HAL LAN, or public Modal+Ollama)
|
| 76 |
```
|
| 77 |
|
| 78 |
+
The public demo serves the whole specialist matrix + Granite ladder from one
|
| 79 |
+
Modal container running Ollama, so the specialty router escalates for real in the
|
| 80 |
+
cloud β same engine, just an endpoint change. See
|
| 81 |
+
[SPACE_DEPLOY.md](SPACE_DEPLOY.md) option (c).
|
| 82 |
+
|
| 83 |
There's also a full terminal agent (`smolcode-cli`, a Rust ratatui TUI) and a
|
| 84 |
Replit/Lovable-style app builder (`smolbuilder.py`) on the same engine.
|
| 85 |
|