@xemahq/agent-runtime-bridge
v0.1.1
Published
<p align="center"> <svg width="680" height="120" viewBox="0 0 680 120" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="@xemahq/agent-runtime-bridge"> <rect width="680" height="120" rx="14" fill="#0B1020"/> <g transform="translate
Readme
@xemahq/agent-runtime-bridge
HTTP bridge driving the agent runtime to completion
Overview
A concrete HTTP driver that binds the abstract agent-runtime interfaces to a running runtime stack. It parses the streamed session protocol into lossless runtime frames, translates them into a stable session projection, routes tool replies back to the runtime, and applies workspace image plans over HTTP. The package is role-named on purpose: it describes what it does — bridge the agent runtime — rather than which stack it currently bridges to.
When to use it
- Use it when a host needs to drive an agent session over HTTP and consume the runtime's events as a stable, lossless frame stream.
Installation
pnpm add @xemahq/agent-runtime-bridgeUsage
import { HttpAgentSessionDriver } from '@xemahq/agent-runtime-bridge';
const driver = new HttpAgentSessionDriver(httpOptions);
const result = await driver.driveToCompletion(sessionRequest);License
Apache-2.0 © Xema — xema.dev
