Skip to content

[Bug]:AG-UI 文档与实际代码不一致 #688

@Aimer-zero

Description

@Aimer-zero

问题描述

AG-UI 集成文档与实际代码实现不一致,导致按照文档无法正常集成。

文档描述 (https://java.agentscope.io/zh/task/agui.html)

  1. 使用 @AguiAgent("id") 注解注册 Agent
  2. 使用 AguiAgentRegistryCustomizer 进行自定义注册

实际代码 (v1.0.7)

  1. 注解实际是 @AguiAgentId("id"),包名:io.agentscope.spring.boot.agui.common
  2. AguiAgentRegistryCustomizer 不存在

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    Status

    In progress

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions