refactor(agent-runner): remove host context windowing

This commit is contained in:
huanghuoguoguo
2026-06-02 17:01:45 +08:00
committed by huanghuoguoguo
parent bfa5db767c
commit c351a3daed
26 changed files with 79 additions and 815 deletions

View File

@@ -8,8 +8,6 @@ import typing
import pydantic
from langbot_plugin.api.entities.builtin.agent_runner.event import (
AgentEventContext,
ConversationContext,
ActorContext,
SubjectContext,
RawEventRef,
@@ -172,6 +170,3 @@ class AgentBinding(pydantic.BaseModel):
# Fields for Pipeline adapter
pipeline_uuid: str | None = None
"""Pipeline UUID (for Pipeline adapter)."""
max_round: int | None = None
"""max-round (for Pipeline adapter bootstrap, not Protocol v1)."""