[t-007] Create hermes_client.py — httpx async HTTP client for Hermes #7
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Goal
Implement an httpx-based async client that proxies requests to the Hermes API server.
References
Reference
Implementation Steps
Implementation Steps
1. Create
src/services/hermes_client.pyCreate the async client with methods for all Hermes endpoints listed in DOMAIN.md §11:
Verification Gate
Verification Gate
Run:
And verify methods exist:
STOP Conditions
STOP Conditions
Depends on: t-004