scaffolding hermes flow and audit logging
This commit is contained in:
@@ -42,6 +42,10 @@ struct HermesAPIClient {
|
||||
try await send(path: "api/v1/session/start", method: "POST", body: payload)
|
||||
}
|
||||
|
||||
func health() async throws -> HermesHealthResponse {
|
||||
try await send(path: "health")
|
||||
}
|
||||
|
||||
func endSession() async throws -> HermesSessionResponse {
|
||||
try await send(path: "api/v1/session/end", method: "POST")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user