packfs-core
Version:
Semantic filesystem operations for LLM agent frameworks with natural language understanding. See LLM_AGENT_GUIDE.md for copy-paste examples.
9 lines • 534 B
TypeScript
/**
* Core filesystem interfaces and implementations
*/
export { FileSystemInterface } from './filesystem.js';
export { SecurityEngine } from './security.js';
export { PathValidator } from './path-validator.js';
export { Logger, LogLevel, ConsoleTransport, FileTransport, MemoryTransport, CustomTransport, CategoryLogger, type LogEntry, type LogTransport, type LoggerConfig } from './logger.js';
export type { FileSystemOptions, FileMetadata, SecurityConfig, ValidationResult } from './types.js';
//# sourceMappingURL=index.d.ts.map