@duke_dev_9x/core
v1.0.3
Published
Core runtime for the agent skill system.
Downloads
28
Readme
@duke_dev_9x/core
Core runtime for the agent skill system.
Includes
SkillDefinition,SkillInput,SkillOutputtypesSkillRegistryfor register/list/runrunSkillhelper and JSON input parsing- Logger, planner, and in-memory store
Usage
import { createRegistry, runSkill } from "@duke_dev_9x/core";
const registry = createRegistry();
// registry.registerMany([...])
const result = await runSkill(registry, "theme.scaffold.section", { name: "hero-banner" });