Files
bot-bottle/bot_bottle
didericis-claude 0233b481b1
test / unit (pull_request) Successful in 44s
test / integration (pull_request) Successful in 55s
fix(egress): break circular import with manifest via TYPE_CHECKING
manifest → agent_provider → egress → manifest created a cycle that
caused ImportError on any module import. With from __future__ import
annotations already present, Bottle is only needed at type-check time
(annotations are lazy strings under PEP 563).

Assisted-by: Claude Code
2026-06-02 00:28:57 +00:00
..
2026-05-28 17:56:14 -04:00