packfs-core
Version:
Semantic filesystem operations for LLM agent frameworks with natural language understanding. See LLM_AGENT_GUIDE.md for copy-paste examples.
12 lines • 362 B
JavaScript
/**
* Framework integrations for PackFS semantic filesystem
* TypeScript/Node.js LLM agent frameworks
*/
// Core integration types
export * from './types.js';
// Framework-specific integrations
export * from './mastra.js';
export * from './langchain-js.js';
export * from './llamaindex-ts.js';
export * from './kaiban-js.js';
//# sourceMappingURL=index.js.map