Spaces:
Sleeping
Sleeping
Zeetay commited on
Commit Β·
b5816b6
1
Parent(s): 5456422
update readme
Browse files
README.md
CHANGED
|
@@ -313,10 +313,3 @@ self-improving-agent/
|
|
| 313 |
βββ tests/ pytest regression suite
|
| 314 |
βββ scripts/ run_eval.py CLI (run / regression / status)
|
| 315 |
```
|
| 316 |
-
|
| 317 |
-
## Constraints honoured
|
| 318 |
-
- No LangChain; the agent loop is built directly.
|
| 319 |
-
- No managed eval platform; the judge and runner are custom.
|
| 320 |
-
- No external database; SQLite + ChromaDB, local only.
|
| 321 |
-
- No prompts hardcoded outside `agent/prompts.py`.
|
| 322 |
-
- Synchronous throughout, except where FastAPI's interface applies.
|
|
|
|
| 313 |
βββ tests/ pytest regression suite
|
| 314 |
βββ scripts/ run_eval.py CLI (run / regression / status)
|
| 315 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|