agent-zero/plugins/_document_query/helpers
Alessandro b2ead06a4e fix(document_query): isolate LiteParse parsing
Run LiteParse in a subprocess so native parser crashes cannot take down the Web UI process. Bound parser concurrency and LiteParse workers for multi-chat stability, seed Q&A context with leading document chunks for title/abstract grounding, and keep a small-document fallback when vector search returns no chunks.
2026-05-29 15:51:59 +02:00
..
parsers fix(document_query): isolate LiteParse parsing 2026-05-29 15:51:59 +02:00
__init__.py feat: extract document_query into _document_query plugin with parser strategy pattern 2026-05-29 12:45:05 +02:00
document_query.py fix(document_query): isolate LiteParse parsing 2026-05-29 15:51:59 +02:00
fetch.py feat(document_query): add liteparse runtime and progressive skill 2026-05-29 12:45:14 +02:00