AgentScope 教程
AgentScope API 文档
Operator
A common base class for AgentBase and PipelineBase
基类:ABC
ABC
Abstract base class Operator defines a protocol for classes that implement callable behavior. The class is designed to be subclassed with an overridden __call__ method that specifies the execution logic for the operator.