haiku.rag/haiku_rag_slim/haiku/rag/agents/chat
2026-01-12 17:02:23 +02:00
..
__init__.py Refactor to make agents a top-level module. Bring in the conversational agent from the app 2026-01-12 12:37:08 +02:00
agent.py Make qa list a FIFO with 50 max, keep a cache of embeddings 2026-01-12 17:02:23 +02:00
prompts.py Allow chat agent to specify the search limit 2026-01-12 15:52:40 +02:00
search.py Allow chat agent to specify the search limit 2026-01-12 15:52:40 +02:00
state.py Make qa list a FIFO with 50 max, keep a cache of embeddings 2026-01-12 17:02:23 +02:00