haiku.rag/app/backend
Yiorgis Gozadinos 771ac9c96c
Register the optional capabilities where agents are composed
The README feature list and the overview stopped at the analysis capability.
Both examples and the app backend composed agents without the capabilities the
documentation recommends alongside an evidence capability.

custom_agent.py ran each input as an independent agent run, so it needed a state
dict and a carried history before compaction could mean anything there: without
state the evidence record is empty, and earlier evidence would reduce to
receipts retaining nothing.
2026-08-13 15:04:05 +03:00
..
Dockerfile Basic frontend 2026-01-12 12:36:28 +02:00
main.py Register the optional capabilities where agents are composed 2026-08-13 15:04:05 +03:00
pyproject.toml Keep cross-encoder rerank scores apart when they saturate 2026-08-07 14:07:53 +03:00