feat: 整合test/agents功能并更新配置
- 添加user_upload/和skills/到.gitignore - 更新terminal-guide skill说明文档 - 添加logo图片
This commit is contained in:
parent
f9089af8f9
commit
4b7453ce4a
2
.gitignore
vendored
2
.gitignore
vendored
@ -30,6 +30,8 @@ sub_agent/project/
|
|||||||
node_modules/
|
node_modules/
|
||||||
static/dist/
|
static/dist/
|
||||||
*.tsbuildinfo
|
*.tsbuildinfo
|
||||||
|
user_upload/
|
||||||
|
skills/
|
||||||
|
|
||||||
# Ignore docs and runtime pid
|
# Ignore docs and runtime pid
|
||||||
webapp.pid
|
webapp.pid
|
||||||
|
|||||||
@ -65,6 +65,8 @@ Terminal 工具提供了一个可以持续存在的终端会话,命令在其
|
|||||||
- top、htop
|
- top、htop
|
||||||
- 任何需要完整 TTY 的程序
|
- 任何需要完整 TTY 的程序
|
||||||
|
|
||||||
|
# 简单的交互程序 如只需要输入输出内容的py,node程序等可以使用
|
||||||
|
|
||||||
## 三步工作流
|
## 三步工作流
|
||||||
|
|
||||||
使用 terminal 工具的标准流程:
|
使用 terminal 工具的标准流程:
|
||||||
|
|||||||
BIN
static/logo/CE1A1E3CA33E0D437557D3EF099D88F8.png
Normal file
BIN
static/logo/CE1A1E3CA33E0D437557D3EF099D88F8.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.5 MiB |
Loading…
Reference in New Issue
Block a user