UNPKG

@earendil-works/pi-coding-agent

Version:

Coding agent CLI with read, bash, edit, write tools and session management

8 lines 290 B
/** * Run modes for the coding agent. */ export { InteractiveMode } from "./interactive/interactive-mode.js"; export { runPrintMode } from "./print-mode.js"; export { RpcClient } from "./rpc/rpc-client.js"; export { runRpcMode } from "./rpc/rpc-mode.js"; //# sourceMappingURL=index.js.map