core: add handoff agent for session context extraction
This commit is contained in:
parent
9ac54adbb2
commit
280d7e6f91
1 changed files with 12 additions and 0 deletions
|
|
@ -184,6 +184,18 @@ export namespace Agent {
|
||||||
),
|
),
|
||||||
prompt: PROMPT_TITLE,
|
prompt: PROMPT_TITLE,
|
||||||
},
|
},
|
||||||
|
handoff: {
|
||||||
|
name: "handoff",
|
||||||
|
mode: "primary",
|
||||||
|
options: {},
|
||||||
|
native: true,
|
||||||
|
hidden: true,
|
||||||
|
temperature: 0.5,
|
||||||
|
permission: PermissionNext.fromConfig({
|
||||||
|
"*": "allow",
|
||||||
|
}),
|
||||||
|
prompt: "none",
|
||||||
|
},
|
||||||
summary: {
|
summary: {
|
||||||
name: "summary",
|
name: "summary",
|
||||||
mode: "primary",
|
mode: "primary",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue