licolite
v0.1.0
Published
Verifiable coordination layer for AI agents.
Maintainers
Readme
LicoLite
LicoLite is a verifiable coordination layer for AI agents.
This repository currently publishes the initial JavaScript packages for the LicoLite product line:
licolite@licolite/core
The public API is intentionally small while the product surface is being defined.
Install
npm install licolitenpm install @licolite/coreUsage
import { createOperationRecord } from "licolite";
const record = createOperationRecord({
actor: "agent:planner",
action: "handoff",
target: "agent:executor",
});License
MIT
