@lumiarq/agent
v1.1.0
Published
Provider-agnostic AI gateway for intent parsing, plan proposal, and token suggestion. Zero platform lock-in.
Readme
@lumiarq/agent
Execution engine for applying plans, confirmations, rollback, and AI-assisted intent/plan/token workflows.
What it does
- Executes
CoreExecutionPlansteps with guard rails - Emits agent lifecycle events and trace callbacks
- Rolls back completed steps when failures occur
- Re-exports AI gateway APIs for backward compatibility
- Provides Lumis-specific helpers for intent parsing and plan proposal
Install
pnpm add @lumiarq/agentQuick example
import { executePlan } from '@lumiarq/agent'Contributing
- Add tests for both success and rollback paths.
- Preserve deterministic behavior for plan execution.
- Run
pnpm --filter @lumiarq/agent test typecheck build.
