```
feat(agent): 添加对持久化子智能体的支持并增强委派管理 添加了持久化子智能体的完整生命周期管理功能,包括创建、更新、删除和查询API接口。 新增了子智能体的JSON-RPC通信协议支持,实现了远程调用和任务管理功能。 同时增强了委派管理器的功能: - 添加了对本地委派、插件委派和本地回退的开关控制 - 实现了持久化子智能体任务的自动检测和本地执行保护 - 增加了对不同委派类型的权限验证机制 修改了智能体注册表以支持插件智能体的条件性包含,并更新了工具注册逻辑以支持可选工具。 BREAKING CHANGE: 委派管理器的构造函数签名已更改,添加了新的控制参数。 ```
This commit is contained in:
@ -0,0 +1,54 @@
|
||||
# Office Winter V1 Sketch
|
||||
|
||||
Grid:
|
||||
- Width: `25`
|
||||
- Height: `14`
|
||||
- Tile size: `16x16`
|
||||
|
||||
Legend:
|
||||
- `W`: wall/window band
|
||||
- `F`: floor
|
||||
- `R`: rug / lounge
|
||||
- `D`: workstation desk
|
||||
- `C`: chair
|
||||
- `M`: meeting table
|
||||
- `S`: sofa
|
||||
- `T`: coffee table
|
||||
- `V`: server rack / monitor
|
||||
- `A`: archive crate
|
||||
- `P`: plant / lamp accent
|
||||
- `.`: walkable empty floor
|
||||
|
||||
Layout:
|
||||
|
||||
```text
|
||||
01 WWWWWWWWWWWWWWWWWWWWWWWWW
|
||||
02 W.......WWWWW...........W
|
||||
03 W..DCD.............VV...W
|
||||
04 W..DCD.............VV...W
|
||||
05 W..................VV...W
|
||||
06 W..DCD.............AA...W
|
||||
07 W..DCD.............AA...W
|
||||
08 W.......................W
|
||||
09 W.............MMMMM.....W
|
||||
10 W..DCD........MMMMM.....W
|
||||
11 W..DCD........RRRRR.....W
|
||||
12 W.............RRRRR.....W
|
||||
13 W.......................W
|
||||
14 WWWWWWWWWWWWWWWWWWWWWWWWW
|
||||
```
|
||||
|
||||
Zone reading:
|
||||
- Left block: primary workstation area with four seats
|
||||
- Center-top: lounge corner with sofa and coffee table
|
||||
- Center-mid: collaboration table
|
||||
- Center-late: open rug for agent gathering and delegation moments
|
||||
- Right block: server / monitoring wall
|
||||
- Bottom-left: archive zone
|
||||
- Corners: plants or lamps for warmth and silhouette
|
||||
|
||||
Recommended next conversion into Tiled:
|
||||
1. Build wall and floor layers first
|
||||
2. Drop furniture as object or top layers
|
||||
3. Leave open walk lanes around the lounge and meeting table
|
||||
4. Reserve the center rug as the most readable area for live agent activity
|
||||
Reference in New Issue
Block a user