1
0
forked from erp-dev/erp

feat: agent api

This commit is contained in:
2026-04-14 18:05:56 +08:00
parent 0167478a25
commit 714d6287fe
6 changed files with 374 additions and 0 deletions

View File

@@ -29,6 +29,7 @@ from .mission import (
MissionReplyRejectView,
MissionSetUrgentView,
)
from .ai import AgentUnshippedShipmentListView
__all__ = [
'HealthCheckView',
@@ -55,4 +56,5 @@ __all__ = [
'MissionReplyRejectView',
'MissionSetUrgentView',
'ContentTypeListView',
'AgentUnshippedShipmentListView',
]