You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
目前
nine1bot的主架构设计得轻量且优雅。核心能力主要通过packages/nine1bot/skills/目录下的单文件(如SKILL.md)进行扩展,这种设计对单轮对话、单一职责的工具调用非常友好。但随着项目未来的演进,当我们面对一些复杂、长链路的自动化任务时,单 Agent 配合简单工具调用的模式可能会显得力不从心。为了应对未来的一些复杂的场景,我们可能需要引入多智能体协作的能力。
因为引入多 Agent 编排会使得系统变“重”,为了不破坏原项目的轻量级特性,我们需要讨论未来的架构演进方向:
你们有什么建议吗
All reactions