SwarmState: AnnotationRoot<{
    activeAgent: {
        Root: (<S>(sd) => AnnotationRoot<S>);
        (): LastValue<string>;
        (annotation): BinaryOperatorAggregate<string, string>;
    };
    messages: langgraph;
}>

State schema for the multi-agent swarm.

Type declaration