docs: add AgentScope 2.0 tutorials#38
Open
Osier-Yi wants to merge 3 commits into
Open
Conversation
DavdGao
reviewed
Jul 16, 2026
DavdGao
left a comment
Member
There was a problem hiding this comment.
Plz see inline comments, and maybe we should fix an agentscope version in this tutorial
| │ ├── TextBlockStartEvent → TextBlockDeltaEvent... → TextBlockEndEvent | ||
| │ └── ToolCallStartEvent → ToolCallDeltaEvent... → ToolCallEndEvent | ||
| │ ModelCallEndEvent | ||
| │ |
|
|
||
| ### 消息-事件对偶性 | ||
|
|
||
| 事件流可以用 `msg.append_event(event)` 逐步重建完整消息。这是 AgentScope 前后端分离的基础:后端流式推送事件,前端实时重建消息。 |
| @@ -0,0 +1,152 @@ | |||
| # Tutorial 06: Skill — 用 Markdown 扩展 Agent 能力 | |||
|
|
|||
| > **什么时候需要这个?** 某个任务需要"按一套套路组合多个工具"(比如:先采样数据 → 决定图表类型 → matplotlib 画图 → 保存)。你想把这套套路用 Markdown 沉淀下来,让 Agent 按需加载,而不是把它塞进 system prompt 让模型每次重新摸索。 | |||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.