agent-orchestration-mcp-server
Version:
MCP server that converts natural language queries to orchestration cards for GAFF
14 lines • 357 B
TypeScript
/**
* Memory utilities for orchestration cards
*
* Author: Sean Poyner <sean.poyner@pm.me>
*/
/**
* Generate a memory key for an orchestration card
*/
export declare function generateMemoryKey(card: any): string;
/**
* Validate memory key format
*/
export declare function isValidMemoryKey(key: string): boolean;
//# sourceMappingURL=memory.d.ts.map