mirror of
https://github.com/itme-brain/agent-team.git
synced 2026-05-08 13:50:12 -04:00
Refine agent escalation contracts
This commit is contained in:
parent
947886fba5
commit
2a2cd3ca22
9 changed files with 238 additions and 46 deletions
|
|
@ -248,8 +248,10 @@
|
|||
"auditor",
|
||||
"debugger",
|
||||
"documenter",
|
||||
"grunt",
|
||||
"researcher",
|
||||
"reviewer",
|
||||
"senior",
|
||||
"worker"
|
||||
]
|
||||
},
|
||||
|
|
@ -261,8 +263,10 @@
|
|||
"auditor",
|
||||
"debugger",
|
||||
"documenter",
|
||||
"grunt",
|
||||
"researcher",
|
||||
"reviewer",
|
||||
"senior",
|
||||
"worker"
|
||||
],
|
||||
"properties": {
|
||||
|
|
@ -306,6 +310,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"grunt": {
|
||||
"allOf": [
|
||||
{ "$ref": "#/$defs/agent_item" },
|
||||
{
|
||||
"properties": {
|
||||
"id": { "const": "grunt" }
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"researcher": {
|
||||
"allOf": [
|
||||
{ "$ref": "#/$defs/agent_item" },
|
||||
|
|
@ -326,6 +340,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"senior": {
|
||||
"allOf": [
|
||||
{ "$ref": "#/$defs/agent_item" },
|
||||
{
|
||||
"properties": {
|
||||
"id": { "const": "senior" }
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"worker": {
|
||||
"allOf": [
|
||||
{ "$ref": "#/$defs/agent_item" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue