mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-09-16 23:07:14 +00:00
feat(runner): unify plugin execution across agents and event processors
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user