Closed swerner closed 6 months ago
After some conversations in the discord, it looks like we may have been too hasty breaking out this idea of Task. Going to close this for now and focus on creating a basic agent implementation with a simple feedback loop structure
Blueprints is very effective at generating
Sublayer::Generator
s andSublayer::Action
s but the pattern I've been exploring withSublayer::Task
s doesn't seem to work very well.I tried to create a blueprint of the MakeRspecTestsPassTask here and generate a few variations, but it didn't jump to using and chaining actions and generators together.
Working to brainstorm ways to get it to reliably create new tasks and hallucinate the
Sublayer::Action
s andSublayer::Generator
s it would need to complete the task...