-
Connect to Salesforce with a non-admin account
Ideally I'd like to add salesforce as a Data Source using a Salesforce Integration user license. It's much cheaper and definitely capable of having the permissions required by Glean (through the `Salesforce API Integration`). When setting up the Data Source, I believe that Glean checks for the required permission on the…
-
Slack channel trigger without tagging agent
Is there a way (official or a workaround) to trigger the agent in any Slack channel where Glean has permissions, without having to tag @Glean directly ? For example, could it be set up so that whenever someone types "hello," Glean automatically replies with "hey"?
-
Deep Research feature in Agent
Hello, I am wondering if the Deep Research capability can be enabled by an action in an Agent workflow? Is this possible already, or is this something that is in the works? Thanks, Eric
-
Grafana Integration
Hi everyone, We’re exploring whether it’s possible to connect Glean with Grafana, so that we can enhance our monitoring and data visualization capabilities. Goal: Enable search of Glean knowledge (docs, runbooks, tickets) directly inside Grafana dashboards. Current Status: I haven’t found any official or…
-
Re-use Sub-Agents within an Agent
There are times where you have crafted a sub-agent that fits along different branches within your agent's logic, but currently there's no way to copy that sub-agent and re-use it. Is this a feature customers would like to see? Comment and react for increased visibility
-
Weekly individual work reports in Glean?
Is it possible to do weekly individual work reports in Glean? We've been trying to get it going with agents, but have been running into multiple bugs/issues. Essentially, we'd like for it to show the past week's completed work, and planned work for the upcoming week. It'd be great to pull information from Slack, Outlook…
-
upload_files returning 400 error
When I do with Glean(api_token=api_token, instance='zillow') as g_client: res = g_client.client.chat.upload_files(files=[ { "file_name": "example_A.html", "content": open("example_A.html", "rb") }, ]) I get a 400 error glean.api_client.errors.gleanerror.GleanError: API error occurred: Status 400 Unable to parse request…
-
Agent provides wrong Google Sheet
Has anyone else had an agent provide a url to an existing (and unrelated) Google Sheet instead of generating a new Sheet with the specified columns of data from the action? My agent is supposed to compile the data into a new sheet with a specific name.
-
[🐛 bug report] Glean Agent Builder UI Broken for Multi-level Branch Steps
Leaf-node steps in a parent branch are not properly separated away from links of child branch steps. Steps to reproduce: 1. Create a a branch with 3 paths (2 defined + 1 fallback). 2. Add 2 think steps and 1 branch step (the branch step should be in the middle of all the siblings created in this step) Workaround: Create a…
-
How to output the URL a Google Sheet cell text is linked to in the Respond action of Glean agent?
Hi. I'm working on a Glean Agent. In the read step, I selected a few Google Sheets docs, and each of the Sheet contain information sessions' names with a link to the session recording URL. In the Response step, I wanted to output a table that includes the URLs to the sessions (not just the session names). I've tried many…