Switch to RLM instead of ReAct

This commit is contained in:
2026-01-21 18:29:54 -08:00
parent 415e711fa7
commit 939538291c
5 changed files with 73 additions and 72 deletions

View File

@@ -1,6 +1,6 @@
# nanocode
Minimal Claude Code alternative. Single Python file, zero dependencies, ~250 lines.
Minimal Claude Code alternative using DSPy ReAct! Single Python file, zero dependencies, ~250 lines.
Built using Claude Code, then used to build itself.
@@ -13,13 +13,6 @@ Built using Claude Code, then used to build itself.
- Conversation history
- Colored terminal output
## Usage
```bash
export ANTHROPIC_API_KEY="your-key"
python nanocode.py
```
### OpenRouter
Use [OpenRouter](https://openrouter.ai) to access any model:
@@ -68,4 +61,4 @@ python nanocode.py
## License
MIT
MIT