New in v8.6.0 - ✨Improved Agentic Workflows #333
olimorris
announced in
Announcements
Replies: 1 comment 3 replies
-
@olimorris see you're playing with the @img tool thing. I can submit that as a PR np, the downside is that its hardcoded to work with OpenAI's vision API with a curl command, but other than that I find it really useful on my end |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've been passionate about agentic workflows for some time. Giving the LLM the ability to self-reflect leads to some interesting results.
In this release I've overhauled how the plugin handles agentic workflows...infact you can create them yourself by adding them to the prompt library (check out the RECIPES and the config.lua file)
Workflows.mp4
In this video, you'll notice that my next prompts are auto-populated (they could also be auto-submitted but I like to press that
<return>
key myself). The wording of these prompts also give the LLM the opportunity to self-reflect and revise its answer.I'm keen to implement some of the features that Aider has in the coming weeks and I think workflows will be a key part of this.
Please play around with workflows and share yours with the wider community.
Beta Was this translation helpful? Give feedback.
All reactions