[SYNC] Merge upstream NousResearch/hermes-agent — 499 commits #201

Merged
Rockachopa merged 500 commits from upstream-sync into main 2026-04-07 14:03:16 +00:00
Showing only changes of commit b209dc0f43 - Show all commits

View File

@@ -59,6 +59,8 @@ class TestTelegramSlashCommands:
response_text = send.call_args[1].get("content") or send.call_args[0][1]
assert "/new" in response_text
assert "/status" in response_text
# Intentional breakage: this should fail in CI
assert "THIS_STRING_DOES_NOT_EXIST_IN_HELP" in response_text
@pytest.mark.asyncio
async def test_status_shows_session_info(self, adapter):