sync(v2.12): preserve native Responses tool calls, history, schemas, and result metadata end-to-end #139
Labels
No labels
accessibility
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nsaspy/a0-symbolics#139
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Upstream
Agent Zero v2.12: https://github.com/agent0ai/agent-zero/releases/tag/v2.12
Gap
a0-symbolicsalready has custom Responses/XML-tool recovery, but v2.12 adds a broader canonical native-function-call/history contract. CurrentAgent.hist_add_ai_response()still acceptsllm_result: LLMResult | None = None, so the v2.12 required-result/sentinel contract is not yet adopted.Required work
llm_resultrequired for AI-history writes, using an explicitLLMResult.non_llm()sentinel for greetings/interventions/non-provider turns while preserving intentional legacy call compatibility.Acceptance
Nonestate.