honcho/src/deriver
Vineeth Voruganti 5b6bd59030
Tighten Transaction Scopes (#525)
* fix: further remove extraneous transactions

* fix: (search) use 2 phase function to reduce un-needed transaction

* fix: refactor agent search to perform external operations before making a transaction

* fix: reduce scope of queue manager transaction

* fix: (bench) add concurrency to test bench

* fix: address review findings for search dedup, webhook idempotency, and bench throttling

* Fix Leakage in non-session-scoped chat call (#526)

* fix: (search) reduce scope for peer based searches

* fix: tests

* fix: (test) address coderabbit comment

* fix: drop db param from deliver_webhook

---------

Co-authored-by: Rajat Ahuja <rahuja445@gmail.com>
2026-04-08 11:14:50 -04:00
..
__init__.py refactor: queue manager 2025-09-05 12:47:15 -04:00
__main__.py fix: Various Codex Audits (#386) 2026-02-13 12:00:15 -05:00
consumer.py Tighten Transaction Scopes (#525) 2026-04-08 11:14:50 -04:00
deriver.py feat: use messages from queue items for rep completed token count (#350) 2026-01-26 18:00:53 -05:00
enqueue.py perf: add redis caching and reduce embedding API calls (#372) 2026-02-13 00:53:46 -05:00
prompts.py feat: agentic dreamer and agentic dialectic (#309) 2026-01-12 15:12:17 -05:00
queue_manager.py Tighten Transaction Scopes (#525) 2026-04-08 11:14:50 -04:00