Switch to RLM instead of ReAct
This commit is contained in:
11
README.md
11
README.md
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user