8 lines
254 B
Python
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.
|
|
"""
|
|
|