feat(05-02): allow Athena task tool delegation
This commit is contained in:
parent
29afaf527c
commit
f408d44063
@ -48,7 +48,7 @@ Output requirements:
|
||||
- Explicitly identify disagreement areas and false-positive risk.`
|
||||
|
||||
export function createAthenaAgent(model: string): AgentConfig {
|
||||
const restrictions = createAgentToolRestrictions(["write", "edit", "task"])
|
||||
const restrictions = createAgentToolRestrictions(["write", "edit"])
|
||||
|
||||
const base = {
|
||||
description:
|
||||
|
||||
@ -14,7 +14,7 @@ const EXPLORATION_AGENT_DENYLIST: Record<string, boolean> = {
|
||||
}
|
||||
|
||||
const ATHENA_RESTRICTIONS = permissionToToolBooleans(
|
||||
createAgentToolRestrictions(["write", "edit", "task"]).permission
|
||||
createAgentToolRestrictions(["write", "edit"]).permission
|
||||
)
|
||||
|
||||
const AGENT_RESTRICTIONS: Record<string, Record<string, boolean>> = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user