mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-04-30 12:40:33 +00:00
Docker image, code exe, callstack
- Docker image update - Code exex tool standalone result variables in python and nodejs returned - Agent chain callstack fix after chat loading from file
This commit is contained in:
parent
4d50ae6190
commit
763ec9e228
9 changed files with 115 additions and 30 deletions
|
|
@ -102,7 +102,7 @@ def _deserialize_context(data):
|
|||
|
||||
context = AgentContext(
|
||||
config=config,
|
||||
id=data.get("id", None),
|
||||
# id=data.get("id", None), #get new id
|
||||
name=data.get("name", None),
|
||||
log=log,
|
||||
paused=False,
|
||||
|
|
@ -143,6 +143,7 @@ def _deserialize_agents(
|
|||
if prev:
|
||||
prev.set_data("subordinate", current)
|
||||
current.set_data("superior", prev)
|
||||
prev = current
|
||||
|
||||
return zero or Agent(0, config, context)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue