Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Bash provider allows executing Bash commands in a workflow, with a limitation for cloud execution.
steps: - name: Query bash provider: bash config: "{{ provider.my_provider_name }}" with: timeout: {value} command: {value} shell: {value}