aimas-upb / aimas-upb/llm-agents-for-ami
BehaviorTree serialization and desiarilizaiton accros agent communications
未关闭
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 还没有评估数据。