Download this file

10 lines (7 with data), 189 Bytes

1
2
3
4
5
6
7
8
9
"""
This package contains configuration settings and prompts used by various AI agents
"""
from . import agents
from . import tools
from . import app
__all__ = ["agents", "tools", "app"]