feat(agent-runner): enforce 4.x host-owned execution

This commit is contained in:
huanghuoguoguo
2026-07-12 20:36:32 +08:00
parent 9aa71d54e3
commit d88d05e27c
170 changed files with 6952 additions and 5381 deletions
+1 -1
View File
@@ -198,7 +198,7 @@ class TestCommandOperatorBase:
# Should not raise
import asyncio
asyncio.get_event_loop().run_until_complete(op.initialize())
asyncio.run(op.initialize())
def test_execute_is_abstract(self):
"""execute() must be implemented by subclass."""