aimas-upb / aimas-upb/llm-agents-for-ami

BehaviorTree serialization and desiarilizaiton accros agent communications

未关闭
#22 0 条评论 0 个 reaction 已指派 1 人 已被 @vladalexgit 认领 在 GitHub 查看
enhancement
主要语言
没有语言数据
星标
0
派生
0
PR 合并指标
30 天内没有已合并 PR

描述

The Behavior Trees produced by the InteractionSolver may contain _**custom**_ compute nodes that read and write to the BehaviorTree blackboard.
This makes such nodes hard to serialize as JSON (because custom code is not JSON representable).

We need a method to persist and load BehaviorTree objects that can be sent as byte messages across agent messages between InteractionSolver and UserAssistant.

In the simplest case this is solvable through `pickle`, but other solutions are welcome.

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。