Files
tasq/node_modules/agentic-flow/dist/examples/use-provider-fallback.d.ts
T
2026-04-09 19:01:53 +08:00

13 lines
374 B
TypeScript

/**
* Example: Long-Running Agent with Provider Fallback
*
* This example demonstrates:
* - Automatic provider fallback
* - Cost optimization
* - Health monitoring
* - Checkpointing for crash recovery
* - Budget constraints
*/
declare function main(): Promise<void>;
export { main as runProviderFallbackExample };
//# sourceMappingURL=use-provider-fallback.d.ts.map