feat(runner): unify plugin execution across agents and event processors

This commit is contained in:
RockChinQ
2026-09-10 18:04:38 +08:00
parent 8903a40c41
commit f24a7c9bb2
223 changed files with 4091 additions and 3068 deletions
@@ -816,7 +816,7 @@ class TestHandlerQueryLookup:
class TestAgentRunProxyActions:
"""Tests for AgentRunner proxy actions that need host Query semantics."""
"""Tests for Runner proxy actions that need host Query semantics."""
@pytest.fixture
def app(self):
@@ -1556,8 +1556,8 @@ class TestAgentRunProxyActions:
from langbot.pkg.agent.runner.session_registry import get_session_registry
from langbot.pkg.provider.tools.loaders.native import NativeToolLoader
from langbot.pkg.provider.tools.toolmgr import ToolManager
from langbot_plugin.api.entities.builtin.agent_runner.delivery import DeliveryContext
from langbot_plugin.api.entities.builtin.agent_runner.input import AgentInput
from langbot_plugin.api.entities.builtin.runner.delivery import DeliveryContext
from langbot_plugin.api.entities.builtin.runner.input import AgentInput
event = AgentEventEnvelope(
event_id='event-native-exec',