Skip to content

docs: add AgentScope 2.0 tutorials#38

Open
Osier-Yi wants to merge 3 commits into
agentscope-ai:mainfrom
Osier-Yi:tutorial-dev
Open

docs: add AgentScope 2.0 tutorials#38
Osier-Yi wants to merge 3 commits into
agentscope-ai:mainfrom
Osier-Yi:tutorial-dev

Conversation

@Osier-Yi

Copy link
Copy Markdown
Member

No description provided.

@Osier-Yi
Osier-Yi requested a review from DavdGao July 16, 2026 09:06

@DavdGao DavdGao left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Plz see inline comments, and maybe we should fix an agentscope version in this tutorial

│ ├── TextBlockStartEvent → TextBlockDeltaEvent... → TextBlockEndEvent
│ └── ToolCallStartEvent → ToolCallDeltaEvent... → ToolCallEndEvent
│ ModelCallEndEvent

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

HintBlock here


### 消息-事件对偶性

事件流可以用 `msg.append_event(event)` 逐步重建完整消息。这是 AgentScope 前后端分离的基础:后端流式推送事件,前端实时重建消息。

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

可以提一下ts版本的库,用于前端重建 Msg 对象

Comment thread tutorials/06_skills/README.md Outdated
@@ -0,0 +1,152 @@
# Tutorial 06: Skill — 用 Markdown 扩展 Agent 能力

> **什么时候需要这个?** 某个任务需要"按一套套路组合多个工具"(比如:先采样数据 → 决定图表类型 → matplotlib 画图 → 保存)。你想把这套套路用 Markdown 沉淀下来,让 Agent 按需加载,而不是把它塞进 system prompt 让模型每次重新摸索。

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

“按一套套路” ==》 按照某种规则/顺序/SOP

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants