Harshith69's picture
NovaPay multi-agent fintech customer support system
0d3cc2c
Raw
History Blame Contribute Delete
328 Bytes
"""Shared infrastructure for the NovaPay multi-agent support system.
Centralises configuration, logging, the resilient Anthropic client and
small parsing helpers so every module (data gen, agents, evaluation,
robustness, dashboard, app) speaks the same language.
"""
from common.config import settings
__all__ = ["settings"]