UNPKG

@mariozechner/pi-agent

Version:

General-purpose agent with transport abstraction, state management, and attachment support

5 lines 336 B
export { AppTransport, type AppTransportOptions } from "./AppTransport.js"; export { ProviderTransport, type ProviderTransportOptions } from "./ProviderTransport.js"; export type { ProxyAssistantMessageEvent } from "./proxy-types.js"; export type { AgentRunConfig, AgentTransport } from "./types.js"; //# sourceMappingURL=index.d.ts.map