UNPKG

@xynehq/jaf

Version:

Juspay Agent Framework - A purely functional agent framework with immutable state and composable tools

9 lines 448 B
/** * Example demonstrating real LLM streaming */ declare function openAIStreamingExample(): Promise<void>; declare function streamingWithToolsExample(): Promise<void>; declare function liteLLMStreamingExample(): Promise<void>; declare function compareStreamingExample(): Promise<void>; export { openAIStreamingExample, streamingWithToolsExample, liteLLMStreamingExample, compareStreamingExample }; //# sourceMappingURL=streaming-example.d.ts.map