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 183 B
/** * LangChain integration for PackFS */ export { PackFSLangChainTool } from './tool.js'; export type { LangChainToolConfig } from './types.js'; //# sourceMappingURL=index.d.ts.map