Standalone ACP process host for LapisMD consumers
- TypeScript 93.5%
- JavaScript 6.5%
| bin | ||
| docs | ||
| scripts | ||
| spec | ||
| src | ||
| .gitignore | ||
| AGENTS.md | ||
| package.json | ||
| pnpm-lock.yaml | ||
| pnpm-workspace.yaml | ||
| README.md | ||
| spec-validator.config.mjs | ||
| tsconfig.json | ||
| vitest.config.ts | ||
@lapismd/ai-host
Standalone ACP process host for LapisMD consumers. The package owns acpx
execution, disposable model discovery, lapis-ai-host serve, the authenticated
WebSocket protocol, bounded replay, and the official-SDK MCP stdio shim.
Electron calls the library in-process. Web and Storybook attach with a URL and
token after the user starts the CLI. For local browser attach, run
pnpm serve:local; the script writes .env with
LAPIS_AGENT_RUNTIME_TOKEN when missing and starts serve with that token.
Consumer plugins must not depend on this package at runtime.
Canonical requirements live in spec/src.