@xynehq/jaf
Version:
Juspay Agent Framework - A purely functional agent framework with immutable state and composable tools
7 lines • 325 B
TypeScript
import { MemoryProvider, InMemoryConfig } from '../types';
/**
* In-memory memory provider - no persistence across server restarts
* Best for development, testing, or temporary conversations
*/
export declare function createInMemoryProvider(config?: InMemoryConfig): MemoryProvider;
//# sourceMappingURL=in-memory.d.ts.map