Open aka-collab opened 2 months ago
Oops sorry, I just realized that the SQL connection is already global to all workspace agents. It still remains however that when a new workspace is created, the LLM provider has to be selected first before agents are enabled on it, and I don't believe I see a way to do that in the API documentation.
What would you like to see?
Loving the fact that we can now use agents through API calls. Now that it's implemented, it would be useful to update agent settings through it as well. In my case specifically, I want to be able to add SQL connections through the API as I want to include the SQL feature in every new workspace I create through the API.
Of course, we'd also need to be able to set the agent's LLM provider since that's needed to enable agents in a new workspace in the first place. Apologies if this feature is already in development.