-
Notifications
You must be signed in to change notification settings - Fork 258
Open
Labels
bugSomething isn't workingSomething isn't working
Description
问题描述
AG-UI 集成文档与实际代码实现不一致,导致按照文档无法正常集成。
文档描述 (https://java.agentscope.io/zh/task/agui.html)
- 使用
@AguiAgent("id")注解注册 Agent - 使用
AguiAgentRegistryCustomizer进行自定义注册
实际代码 (v1.0.7)
- 注解实际是
@AguiAgentId("id"),包名:io.agentscope.spring.boot.agui.common AguiAgentRegistryCustomizer不存在
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Projects
Status
In progress