@forgeax/agent-runtime
v0.1.2
Published
Agent runtime — owns the chat loop, tool dispatch, and persona application. Phase C1 ships the public API contract; daemon implementation migrates from packages/cli/ in follow-up PRs.
Readme
@forgeax/agent-runtime
Neutral runtime contracts between the ForgeaX core kernel and CLI orchestration layer. The published package is ESM and includes JavaScript plus matching declarations for every documented module export.
import type { KernelDriver } from '@forgeax/agent-runtime/driver';