UNPKG

@earendil-works/pi-coding-agent

Version:

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

3 lines 177 B
import llamaExtension from "./llama/index.js"; export const builtInExtensions = [{ name: "llama.cpp", factory: llamaExtension, hidden: true }]; //# sourceMappingURL=index.js.map