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
/** * AutoGPT integration for PackFS */ export { PackFSAutoGPTPlugin } from './plugin.js'; export type { AutoGPTPluginConfig } from './types.js'; //# sourceMappingURL=index.d.ts.map