c0219dddd5
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