@mariozechner/pi-agent
Version:
General-purpose agent with transport abstraction, state management, and attachment support
5 lines • 336 B
TypeScript
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