UNPKG

@xynehq/jaf

Version:

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

8 lines 687 B
/** * Example Weather Agent using pure functional A2A integration * Demonstrates how to create A2A-compatible agents with JAF */ export declare const createWeatherAgent: () => import("../types.js").A2AAgent; export declare const getWeatherAgentProcessingMessage: () => string; export declare const weatherAgentExamples: readonly ["What's the weather like in Tokyo?", "I'm planning a trip to Paris next week, what should I expect?", "Get weather for New York with hourly forecast", "Help me plan a vacation to Barcelona", "What's the temperature in London in Fahrenheit?", "I need weather information for my business trip to San Francisco"]; //# sourceMappingURL=weather-agent.d.ts.map