@aimount/client-http
v0.1.0
Published
HTTP and streaming RuntimeApi adapter for aimount clients
Readme
@aimount/client-http
@aimount/client-http is the HTTP and streaming transport adapter for aimount clients.
Role
It implements the runtime transport over HTTP request-response and streaming semantics, and exposes a thin RuntimeApi wrapper for compatibility.
Owns
- HTTP request construction
- streaming response consumption
- HTTP-specific auth headers and request metadata
- HTTP-specific error and status adaptation
Does not own
- the
RuntimeApicontract itself - interaction state or UI bindings
- model execution semantics
- server-side authority rules
Dependency direction
@aimount/client-http depends on @aimount/runtime and @assistant-wi/client.
Runtime API relation
This package provides createHTTPRuntimeApi(...) as the public HTTP runtime factory, implemented internally through @assistant-wi/client.
Tool execution relation
It transports canonical tool calls and tool results, but it does not change tool semantics.
Status
Implemented first transport adapter.
