Step 155: add agent code generation

This commit is contained in:
Bill
2026-02-09 19:21:17 -07:00
parent cc186f628f
commit 7340d5028a
6 changed files with 191 additions and 1 deletions

View File

@@ -296,7 +296,7 @@ primitives, and assist with constructive coding.
limit what they can produce.
*Modifies:* `WebSocketServer.h`, `ASTQueryAPI`
- [ ] **Step 155: Agent library-aware code generation**
- [x] **Step 155: Agent library-aware code generation**
New agent RPC method: `generateCode(spec, preferences)`. Agent provides
a natural language spec ("sort this list, then filter by threshold"),
Whetstone generates code preferring available library primitives.