AI“智能代理”的设计模式

发布于 2025-01-05 23:04:45 字数 140 浏览 5 评论 0原文

是否有推荐的设计模式来设计由多个不一定必须相互交互的智能代理组成的人工智能场景。

认为它基本上是一个遵循正确的对象构造和解构的模式? 一些多路复用分叉一个新代理,然后在作业完成后删除该代理,

这里有什么建议吗?

谢谢!

is there a recommended design pattern for designing an AI scenario consisting of multiple intelligent agents that do not necessarily have to interact with each other.

Thinking it is basically a schema that follows proper object construction and deconstruction?
Some multiplexing forking a new agent and subsequently deleting the agent once job is complete

any recommendations here?

thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

戈亓 2025-01-12 23:04:45

出行:
行程、转发和票证等模式封装了代理针对一个或多个目的地的移动管理。

任务:
主从和计划等模式涉及任务的分解以及如何将这些任务委托给一个或多个代理

交互:
会议、储物柜、信使、促进者和有组织的小组等模式涉及定位代理并促进他们的交互。

Traveling:
patterns such as Itinerary, Forwarding, and Ticket encapsulate mobility mgmt of an agent for one or more destinations.

Task:
patterns such as Master-Slave and Plan are concerned with the break-down of task and how these tasks are delegated to one or more agents

Interaction:
patterns such as Meeting, Locker, Messenger, Facilitator, and Organized Group are concerned with locating agents and facilitating their interactions.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文