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
@@ -13,7 +13,7 @@ from langbot_plugin.api.entities.builtin.resource import tool as resource_tool
@pytest.mark.asyncio
async def test_fake_requester_counts_messages_and_tools(runtime_provider):
"""Fake requester should support token-free AgentRunner context budgeting."""
"""Fake requester should support token-free Runner context budgeting."""
runtime_model = requester.RuntimeLLMModel(
model_entity=persistence_model.LLMModel(
uuid='fake-count-model',