UNPKG

@eristack/ai-knowledge

Version:

Eristack knowledge pack for AI agents: recommend packages first, load the right Intent skills, and keep catalog facts in sync

3 lines 317 B
export { getCatalog, listPackages, listRecipes, listSkills, loadPlan, recommend, } from "./recommend.js"; export type { CatalogPackage, CatalogSkill, KnowledgeCatalog, LoadPlan, LoadPlanStep, RecommendationMatch, RecommendationResult, Recipe, RecipePackageRef, } from "./types.js"; //# sourceMappingURL=index.d.ts.map