seanpoyner commited on
Commit
ad293ce
Β·
verified Β·
1 Parent(s): 8f1b9b9

Card: refreshed demo video + Rust/learned-router framing

Browse files
Files changed (1) hide show
  1. README.md +11 -4
README.md CHANGED
@@ -3,8 +3,10 @@ title: smolcode
3
  emoji: πŸ€–
4
  colorFrom: purple
5
  colorTo: indigo
6
- sdk: docker
7
- app_port: 7860
 
 
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