Commit bd6c758
fix(integration): Wire VQL-UT to VeriSimDB search + Julia embeddings
Closes all integration gaps in the ECHIDNA Prover Wars stack:
- vql_ut.rs: executor methods now call VeriSimDB REST endpoints
(/api/v1/search/text, /api/v1/search/vector, /api/v1/search/related)
instead of returning empty stubs. Includes URL encoding, search
result parsing, and Julia embedding fetch for vector similarity.
- agent/memory.rs: VeriSimDBProofStore.store_success() now fetches
a 512-dim goal embedding from the Julia inference service (port 8090)
and passes it to ProofOctadBuilder.with_embedding() before storing
the octad. Graceful fallback if Julia is unreachable.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent fd9da3a commit bd6c758
2 files changed
Lines changed: 303 additions & 32 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
246 | 246 | | |
247 | 247 | | |
248 | 248 | | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
249 | 292 | | |
250 | 293 | | |
251 | 294 | | |
| |||
287 | 330 | | |
288 | 331 | | |
289 | 332 | | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
290 | 337 | | |
291 | 338 | | |
292 | 339 | | |
| |||
296 | 343 | | |
297 | 344 | | |
298 | 345 | | |
| 346 | + | |
299 | 347 | | |
300 | 348 | | |
301 | 349 | | |
| |||
0 commit comments