File size: 296 Bytes
24da4a9
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
"""
UTILITIES PACKAGE
=================

Helpers used by the services (no HTTP, no business logic):

   time_info  - get_time_information(): returns a string with current date/time for the LLM prompt.
   retry      - with_retry(fn): on failure retries with exponential backoff (Groq/Tavily).
"""