Bugfixes: add cljQuot/cljRem to runtime, quot/rem to interpreter. Cleanup: remove unused processAgentActions and sequtils import. 164 tests pass.
This commit is contained in:
@@ -97,7 +97,7 @@ These tasks are **small, well-defined, and high impact**:
|
||||
3. **T6.4 `spit`** ✅ — Done. ``(spit "file.txt" "content")`` works.
|
||||
4. **T6.8 `take`, `drop`** ✅ — Done. `cljTake`, `cljDrop` in runtime, emitter mappings.
|
||||
5. **T6.11 `type`, `instance?`** ✅ — Done. `cljType`, `cljInstanceP` in runtime.
|
||||
6. **T4.6 Tool-call format** ⬜ — Wrap REPL input parser to accept `{"tool":...}`.
|
||||
6. **T4.6 Tool-call format** ✅ — Done. REPL accepts `{"tool":"cljnim/eval","args":{"form":"..."}}`.
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user