mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-03-05 15:50:19 +01:00
feat: Add support for agent handoffs with edges in agent forms and schemas
This commit is contained in:
parent
e705b09280
commit
317a5b5310
12 changed files with 406 additions and 3 deletions
|
|
@ -71,6 +71,10 @@ const agentSchema = new Schema<IAgent>(
|
|||
agent_ids: {
|
||||
type: [String],
|
||||
},
|
||||
edges: {
|
||||
type: [{ type: Schema.Types.Mixed }],
|
||||
default: [],
|
||||
},
|
||||
isCollaborative: {
|
||||
type: Boolean,
|
||||
default: undefined,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue