Step 154: send library context to agents

This commit is contained in:
Bill
2026-02-09 19:18:26 -07:00
parent 85fc9cb513
commit cc186f628f
5 changed files with 124 additions and 1 deletions

View File

@@ -287,7 +287,7 @@ adds full semantic support.
Make agents truly useful: they understand libraries, prioritize available
primitives, and assist with constructive coding.
- [ ] **Step 154: Agent library context**
- [x] **Step 154: Agent library context**
When an agent connects via WebSocket, it receives the current
`PrimitivesRegistry` state: available libraries, their functions,
type signatures. The agent's `getAST` response includes `ExternalModule`