Files
hermes-agent/honcho_integration
Angello Picasso df5838ff27 fix(honcho): correct seed_ai_identity to use session.add_messages()
The seed_ai_identity method was calling assistant_peer.add_message() which
doesn't exist on the Honcho SDK's Peer class. Fixed to use the correct
pattern: session.add_messages([peer.message(content)]), matching the
existing message sync code at line 294.

Discovered and fixed by Yuqi (Hermes Agent), Angello's AI companion.
2026-03-15 19:05:21 -07:00
..