Files
planet/backend/app/services/ai_tools/__init__.py
2026-05-11 09:49:08 +08:00

8 lines
254 B
Python

"""Backend-owned AI tool services.
The services in this package are business tools used by Planet's backend
orchestrators. They intentionally live outside ``aiprovider`` so model transport
stays separate from evidence collection and domain policy.
"""