@langwatch/scenario
    Preparing search index...

    Class ConnectedAgentAdapter

    Runs a connected agent function as the agent under test.

    Builds the connected call from the scenario's AgentInput, keeps the session the function returns per thread, and sends it back on the next turn of the same thread, the same echo the platform does.

    Implements

    Index
    name: string

    The name that LangWatch shows as the target of the run. When you do not set it, the framework uses the class name of the adapter.

    parameters: Record<string, ConnectedAgentParameterValue>
    role: AGENT = AgentRole.AGENT