Agent Builder Tab Not Appearing in UI Despite Correct Configuration #12111
johnfromberkeley
started this conversation in
Help Wanted
Replies: 1 comment 7 replies
-
|
Looking into this but for now, can you share the logs at startup for librechat? Log locations:
There are two types of logs that can help diagnose the issue:
|
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
LibreChat Version:
ghcr.io/danny-avila/librechat-dev:latestDeployment: Dokploy (Docker Compose)
Problem
The Agent Builder tab is not appearing in the UI. I have followed every troubleshooting step I could find, (See below)
Questions
ENDPOINTS=agentsalone (without other endpoints listed, I use OpenRouter) a valid configuration, or does it need to be combined with other values?USERrole permissions in MongoDB can be correct but still be overridden elsewhere?Any help appreciated. Happy to provide logs if pointed in the right direction.
I studied this thread, I'm not able to see the agent builder on the UI #7280, and I have already tried the following troubleshooting steps:
ENDPOINTS=agentsto.envinterface.agents: trueinlibrechat.yamlendpoints.agentsinlibrechat.yamlUSERrole hasAGENTS: { USE: true, CREATE: true }OpenRouter is working correctly as a custom endpoint - I am actively using it to browse and post this issue.
What I Have Tried
interface.agentsas both an object withuse: trueand as a simple booleantruedisableBuilder: falseexplicitly underendpoints.agents1.2.1to1.2.8Configuration
.envlibrechat.yamlMongoDB
rolescollection (USER role)[ { "_id": "ObjectId('69aa195faea06b8c49d3c3d2')", "name": "USER", "permissions": { "BOOKMARKS": { "USE": true }, "PROMPTS": { "USE": true, "CREATE": true, "SHARE": false, "SHARE_PUBLIC": false }, "MEMORIES": { "USE": true, "CREATE": true, "UPDATE": true, "READ": true, "OPT_OUT": true }, "AGENTS": { "USE": true, "CREATE": true, "SHARE": false, "SHARE_PUBLIC": false }, "MULTI_CONVO": { "USE": true }, "TEMPORARY_CHAT": { "USE": true }, "RUN_CODE": { "USE": true }, "WEB_SEARCH": { "USE": true }, "PEOPLE_PICKER": { "VIEW_USERS": false, "VIEW_GROUPS": false, "VIEW_ROLES": false }, "MARKETPLACE": { "USE": true }, "FILE_SEARCH": { "USE": true }, "FILE_CITATIONS": { "USE": true }, "MCP_SERVERS": { "USE": true, "CREATE": true, "SHARE": false, "SHARE_PUBLIC": false }, "REMOTE_AGENTS": { "USE": true, "CREATE": true, "SHARE": true, "SHARE_PUBLIC": true } }, "__v": 0 } ]Beta Was this translation helpful? Give feedback.
All reactions