refactor(examples): rename coding-agent leaf to repl-agent
Name the runnable leaf for the line-oriented front door it owns, matching the existing tui-agent and acp-agent organization. Move the complete config, Code Mode overlay, tests, metadata, and generated composition graph together, then update every loader path and repository reference. Keep the shared model identity independent of its terminal front door by phrasing the persona as a coding-agent role rather than retaining the retired leaf name. Regenerate graph and tool catalogs and re-record each affected bilingual pair so derived documentation cannot point at the removed path.
This commit is contained in:
@@ -109,13 +109,13 @@ echo 演示不需要 API 凭证:
|
||||
pnpm run demo:echo
|
||||
```
|
||||
|
||||
coding-agent REPL 使用面向行的 readline 前端,并需要环境变量或仓库根目录 `.env` 中的 `DEEPSEEK_API_KEY`:
|
||||
repl-agent 示例使用面向行的 readline 前端,并需要环境变量或仓库根目录 `.env` 中的 `DEEPSEEK_API_KEY`:
|
||||
|
||||
```sh
|
||||
pnpm run demo:repl
|
||||
```
|
||||
|
||||
全屏 TUI 通过 pi-tui 前端复用 coding-agent 组装,并需要相同的凭证:
|
||||
全屏 TUI 通过 pi-tui 前端复用 repl-agent 组装,并需要相同的凭证:
|
||||
|
||||
```sh
|
||||
pnpm run demo:tui
|
||||
|
||||
Reference in New Issue
Block a user