```
feat(agent): 添加对持久化子智能体的支持并增强委派管理 添加了持久化子智能体的完整生命周期管理功能,包括创建、更新、删除和查询API接口。 新增了子智能体的JSON-RPC通信协议支持,实现了远程调用和任务管理功能。 同时增强了委派管理器的功能: - 添加了对本地委派、插件委派和本地回退的开关控制 - 实现了持久化子智能体任务的自动检测和本地执行保护 - 增加了对不同委派类型的权限验证机制 修改了智能体注册表以支持插件智能体的条件性包含,并更新了工具注册逻辑以支持可选工具。 BREAKING CHANGE: 委派管理器的构造函数签名已更改,添加了新的控制参数。 ```
This commit is contained in:
23
app-instance/frontend/public/office/sprites/agents/README.md
Normal file
23
app-instance/frontend/public/office/sprites/agents/README.md
Normal file
@ -0,0 +1,23 @@
|
||||
# Agent Sprites
|
||||
|
||||
Directory for office character sprite sheets.
|
||||
|
||||
Naming:
|
||||
- `agent-main.png`
|
||||
- `agent-worker.png`
|
||||
- `agent-visitor.png`
|
||||
|
||||
Base frame:
|
||||
- `16x24`
|
||||
|
||||
Minimum animation set:
|
||||
- `idle`
|
||||
- `walk`
|
||||
- `type`
|
||||
- `blocked`
|
||||
- `done`
|
||||
|
||||
Minimum facing set:
|
||||
- front
|
||||
- side
|
||||
- back
|
||||
@ -0,0 +1,25 @@
|
||||
# Furniture Sprites
|
||||
|
||||
Directory for standalone furniture sprites.
|
||||
|
||||
Naming:
|
||||
- `desk-workstation.png`
|
||||
- `chair-office.png`
|
||||
- `table-meeting.png`
|
||||
- `sofa-2seat.png`
|
||||
- `table-coffee.png`
|
||||
- `rack-server.png`
|
||||
- `crate-archive.png`
|
||||
- `lamp-floor.png`
|
||||
- `plant-office.png`
|
||||
|
||||
Suggested sizes:
|
||||
- Desk: `32x16`
|
||||
- Chair: `16x16`
|
||||
- Meeting table: `32x24`
|
||||
- Sofa: `32x16`
|
||||
- Coffee table: `16x16`
|
||||
- Server rack: `16x32`
|
||||
- Archive crate: `16x16`
|
||||
- Floor lamp: `16x32`
|
||||
- Plant: `16x24`
|
||||
13
app-instance/frontend/public/office/sprites/status/README.md
Normal file
13
app-instance/frontend/public/office/sprites/status/README.md
Normal file
@ -0,0 +1,13 @@
|
||||
# Status Sprites
|
||||
|
||||
Small markers used to express runtime state.
|
||||
|
||||
Naming:
|
||||
- `icon-alert.png`
|
||||
- `icon-task.png`
|
||||
- `icon-done.png`
|
||||
- `icon-wait.png`
|
||||
- `light-warning.png`
|
||||
|
||||
Suggested size:
|
||||
- `8x8` or `12x12`
|
||||
Reference in New Issue
Block a user