UNPKG

@xynehq/jaf

Version:

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

13 lines 349 B
/** * JAF ADK - Production News Tool * * Real news data fetching using NewsAPI */ import { Tool } from '../types'; /** * Create a production news tool using NewsAPI * Requires NEWS_API_KEY environment variable */ export declare const createNewsTool: (apiKey?: string) => Tool; export default createNewsTool; //# sourceMappingURL=news.d.ts.map