Deprecated API

Contents

  • Deprecated Annotation Interfaces
    Annotation Interface
    Description
    Use Component for specifying the agent's name and description.

    To assign a role to an agent, use the AgentRole annotation.

    This annotation is retained for backward compatibility but should not be used in new code.

    Use Component instead.

    Assign a type identifier to a component (required for all component types aside from Endpoints).

    The identifier should be unique among the different components.

    In the case of Entities, Workflows and Views, the ComponentId should be stable as a different identifier means a different representation in storage. Changing this identifier will create a new class of component and all previous instances using the old identifier won't be accessible anymore.