@fastagent/cli 0.4.0 → 0.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @fastagent/cli
2
2
 
3
- `@fastagent/cli` 是 FastAgent 的公开命令行工具。你可以用它在本地运行 FastAgent、接入内置 IM 通道、安装 skills,并使用一组面向长会话和自动化场景的工程化能力,例如记忆、上下文压缩、任务调度和 sandbox 路由。
3
+ `@fastagent/cli` 是 FastAgent 的公开命令行工具。你可以用它在本地运行 FastAgent、接入内置 IM 通道、安装 skills,并使用一组面向长会话和自动化场景的工程化能力,例如记忆、上下文压缩、任务调度和 sandbox 路由。当前 npm 发布面已经覆盖了最近这批 IM runtime 增强,包括更完整的微信入站媒体处理、保守型非终态反馈、`/resume` 挂起恢复,以及会话内 `cron` / `send_im_media` 这类可主动回发 IM 的能力。
4
4
 
5
5
  它适合这些场景:
6
6
 
@@ -23,6 +23,7 @@
23
23
  - 计划清单:管理会话内的任务列表
24
24
  - 后台任务控制:查看、等待和停止子智能体 / 后台运行任务
25
25
  - local / remote sandbox 运行模式
26
+ - IM runtime:微信扫码登录 / restore、图片入模、语音转写复用、文件/视频持久化、非终态进度/typing、`/resume` 恢复、`send_im_media`、会话内 `cron` 主动回发
26
27
 
27
28
  这些能力很多会在运行时自动生效,当前并不都会以独立子命令的形式直接暴露。
28
29
 
@@ -117,7 +118,7 @@ fastagent doctor --config ./fastagent.config.json
117
118
  - `jsonl` 机器输出
118
119
  - `local` / `remote` sandbox 路由
119
120
 
120
- 当前出站仍以文本回复为主,暂不提供出站媒体发送。
121
+ 普通 final reply 仍以文本回复为主;媒体出站目前不是独立 CLI flag,而是通过运行时工具 `send_im_media` 和 scheduled/proactive delivery 复用同一条 IM 出站链路。
121
122
 
122
123
  ### 启动前需要的环境变量
123
124