Migrate agent control reads and writes to REST

This commit is contained in:
2026-03-24 16:30:36 +08:00
parent 8d6c3c5647
commit da6d642aaa
5 changed files with 614 additions and 79 deletions

View File

@@ -1,5 +1,12 @@
# -*- coding: utf-8 -*-
"""Runtime/workspace/skills handlers extracted from the main Gateway module."""
"""Runtime/workspace/skills handlers extracted from the main Gateway module.
Deprecated note:
Agent/workspace/skill read-write operations are being migrated to
agent_service REST endpoints. These websocket handlers remain as a
compatibility fallback and should not be considered the primary control
plane path for frontend reads/writes.
"""
from __future__ import annotations