mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-07 02:23:05 +08:00
The new compression-tip tests poke started_at/ended_at directly via db._conn to force deterministic lineage ordering. _conn is typed Optional[Connection], so ty flagged .execute/.commit as unresolved on None. Bind a local and assert it's non-None first to narrow the union.