feat: Agent handoff UI

This commit is contained in:
Danny Avila 2025-09-04 03:21:20 -04:00
parent 6e0e47d5dd
commit e6baecb985
No known key found for this signature in database
GPG key ID: BF31EEB2C5CA0956
8 changed files with 118 additions and 9 deletions

View file

@ -74,7 +74,7 @@
},
"peerDependencies": {
"@langchain/core": "^0.3.72",
"@librechat/agents": "^3.0.0-rc6",
"@librechat/agents": "^3.0.0-rc7",
"@librechat/data-schemas": "*",
"@modelcontextprotocol/sdk": "^1.17.1",
"axios": "^1.8.2",

View file

@ -1566,6 +1566,10 @@ export enum Constants {
* This helps inform the UI if the mcp server was previously added.
* */
mcp_server = 'sys__server__sys',
/**
* Handoff Tool Name Prefix
*/
LC_TRANSFER_TO_ = 'lc_transfer_to_',
/** Placeholder Agent ID for Ephemeral Agents */
EPHEMERAL_AGENT_ID = 'ephemeral',
}