I want to make an agent that runs the same series of actions on a set of artifacts from different projects.
Feeding these items in one-at-a-time is very time consuming and I do not want to setup an agent for each project. We group these items into Collections in Glean, which pulls in a wide variety of data from different sources.
My hope was to feed [[collection]] into an agent as a parameter for the agent to perform the same tasks for different projects, but it cannot be inserted as a Document and when added @collection as Text it does not read any of the content in the collection.
My question:
Is it possible to dynamically select a Collection to run in an agent?