UNPKG

eve

Version:

Filesystem-first framework for durable backend AI agents that run anywhere.

8 lines (7 loc) 453 B
/** * Skill authoring helpers and runtime accessors. */ export type { SkillFile, SkillHandle } from "#execution/skills/types.js"; export { defineSkill, type NamedSkillDefinition, type SkillDefinition, type SkillFileContent, type SkillPackageDefinition, } from "#public/definitions/skill.js"; export { defineDynamic } from "#public/definitions/tool.js"; export type { DynamicResolveContext, DynamicSentinel } from "#shared/dynamic-tool-definition.js";