diff options
Diffstat (limited to 'server/apps/agentcomm.py')
| -rw-r--r-- | server/apps/agentcomm.py | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/server/apps/agentcomm.py b/server/apps/agentcomm.py index 113f115..223fff8 100644 --- a/server/apps/agentcomm.py +++ b/server/apps/agentcomm.py @@ -1,4 +1,17 @@ # 代理通信与注册接口 from apiflask import APIBlueprint -bp=APIBlueprint("agent",__name__,url_prefix="/agent")
\ No newline at end of file +bp=APIBlueprint("agent",__name__,url_prefix="/agent") + + +# 代理注册接口 + + + + +# 代理任务下发接口 + + + + + |
