mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-07-18 02:16:07 +00:00
feat(agent-runner): enforce 4.x host-owned execution
This commit is contained in:
@@ -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."""
|
||||
|
||||
Reference in New Issue
Block a user