UNPKG

packfs-core

Version:

Semantic filesystem operations for LLM agent frameworks with natural language understanding. See LLM_AGENT_GUIDE.md for copy-paste examples.

6 lines 174 B
/** * CrewAI integration for PackFS */ export { PackFSCrewAITool } from './tool.js'; export type { CrewAIToolConfig } from './types.js'; //# sourceMappingURL=index.d.ts.map