@spiritagent/host-internal
v0.2.7
Published
Internal TypeScript host implementation boundaries for Spirit Agent
Downloads
173
Readme
@spiritagent/host-internal
Shared host-side implementation for Spirit Agent. It sits between platform hosts (Desktop, CLI, ACP server) and @spiritagent/agent-core, providing discovery, workspace helpers, and local execution plumbing.
What it provides
- Discovery — rules, skills, and workspace instruction metadata for Agent Core system assembly.
- Tools —
NodeHostToolServiceand related helpers for in-process file, shell, grep/glob, and workspace operations. - Extensions & marketplace — extension catalog, install paths, and marketplace integration used by Desktop.
- LSP orchestration — language-server install, probe, and diagnostics wiring after file edits.
- Storage & runtime helpers — Spirit data directory access, provider presets, and model listing utilities shared across hosts.
Requirements
- Node.js 22+
@spiritagent/agent-coreat a matching version
Related packages
@spiritagent/agent-core— agent runtime, prompts, tool definitions, and transports.@spiritagent/acp-server— ACP server adapter that depends on this package for local tool execution.
License
MIT — see the Spirit Agent repository.
