hermes-agent/tests/acp
teknium1 658947480a fix(acp): drop dead message_id kwarg from replay chunks
UserMessageChunk and AgentMessageChunk do not have a message_id field
in the ACP schema. Passing it silently dropped the kwarg (pydantic
does not raise on unknown init kwargs here) and the subsequent test
assertions on .message_id raised AttributeError. Strip the dead
plumbing (uuid import, message_id= kwarg on both chunk types, unused
session_id/index parameters) and remove the matching .message_id
asserts from the test.
2026-04-30 02:45:54 -07:00
..
__init__.py
test_approval_isolation.py fix(acp): wire HERMES_SESSION_KEY per session so sudo cache scope activates 2026-04-28 01:34:16 -07:00
test_auth.py
test_entry.py
test_events.py
test_mcp_e2e.py
test_permissions.py
test_ping_suppression.py
test_server.py fix(acp): drop dead message_id kwarg from replay chunks 2026-04-30 02:45:54 -07:00
test_session.py
test_tools.py