Radha / app /utils /__init__.py
Coderadi's picture
first commit
521f25e
raw
history blame contribute delete
296 Bytes
"""
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).
"""