Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/loongsuite_test_0.yml

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

- Derive AgentScope v2 ReAct rounds from the agent iteration state instead of
a `ContextVar` token that could fail when QwenPaw advances a reply stream
from different asyncio tasks.
- Restore Agent, ReAct, and tool span contexts for each stream advance so
cross-task QwenPaw handoffs preserve parentage, and treat `GeneratorExit` as
a successful stream close instead of a tool failure.
- Start AgentScope v2 streaming LLM spans before invoking the underlying model
call so TTFT and stream lifecycle are recorded on the framework LLM span.
- Capture AgentScope v2 string message content as text parts so LLM input and
Expand Down
Loading
Loading