-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Closed
Labels
Description
Describe the solution you'd like
When performing operations on a workflow, I would like to be able to chat with an AI to help me. The AI should:
- Answer general questions
- Perform workflow operations (add block/edge, delete blocks, etc.)
- Come back to the user with questions if feedback is required
Additional context
Example use case:
- Get my latest commits from GitHub and write feedback on my code, then send a message to Slack with how to improve my commits in the future
The AI would break down the query into multiple steps given the action items (add block, add connection, etc.). Then,
- Add GitHub block
- Define GitHub subblock values (get commits)
- Add Agent block
- Define Agent subblock values (system prompt, context, API key, etc.)
- Add Slack block
- Define Slack subblock values (channel, etc.)