The "actions" field on agent API response still seems to always be empty. A few months ago you indicated it was temporarily deactivated due to performance issues. Any indication when it'll be working? Any other ideas how we can introspect / query which tools are accessible to each agent?
https://docs.dust.tt/reference/get_api-v1-w-wid-assistant-agent-configurations-sid
https://docs.dust.tt/reference/get_api-v1-w-wid-assistant-agent-configurations
The webapp appears to get this from https://dust.tt/api/w/$wId/builder/assistants/$sId/actions
However, this does not seem to be exposed in the public API. I can't authenticate using an access token against this endpoint,
The https://dust.tt/api/w/$wId/assistant/agent_configurations/$sId/export/yaml endpoint would also be an alternative, but also does not seem to be exposed in the public API.