@mariozechner/pi-agent
Version:
General-purpose agent with transport abstraction, state management, and attachment support
1 lines • 922 B
Source Map (JSON)
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,EAAE,KAAK,YAAY,EAAE,MAAM,YAAY,CAAC;AAEtD,OAAO,EACN,KAAK,cAAc,EACnB,KAAK,cAAc,EACnB,YAAY,EACZ,KAAK,mBAAmB,EACxB,iBAAiB,EACjB,KAAK,wBAAwB,EAC7B,KAAK,0BAA0B,GAC/B,MAAM,uBAAuB,CAAC;AAE/B,YAAY,EACX,UAAU,EACV,UAAU,EACV,UAAU,EACV,UAAU,EACV,cAAc,EACd,aAAa,EACb,0BAA0B,GAC1B,MAAM,YAAY,CAAC","sourcesContent":["// Core Agent\nexport { Agent, type AgentOptions } from \"./agent.js\";\n// Transports\nexport {\n\ttype AgentRunConfig,\n\ttype AgentTransport,\n\tAppTransport,\n\ttype AppTransportOptions,\n\tProviderTransport,\n\ttype ProviderTransportOptions,\n\ttype ProxyAssistantMessageEvent,\n} from \"./transports/index.js\";\n// Types\nexport type {\n\tAgentEvent,\n\tAgentState,\n\tAppMessage,\n\tAttachment,\n\tCustomMessages,\n\tThinkingLevel,\n\tUserMessageWithAttachments,\n} from \"./types.js\";\n"]}