Tasks tool / sidebar panel #494
Replies: 5 comments 4 replies
-
|
I've now way over-engineered this and tasks live on the database and are tied to sessions. Also made dependsOn/blockedBy so the agent can handle sub tasks. i also backup the tasks into a TASKS.md, cause portability maybe it would be nice to have plugins instead of bake it into core, or have it disabled by default |
Beta Was this translation helpful? Give feedback.
-
|
What's your process - are you implementing a full tool? |
Beta Was this translation helpful? Give feedback.
-
|
Oh man @agustif talk about a coincidence -- I've proposed something similar in #743 and I have a draft PR up for it that you can try out #746 one difference in our approaches is using the sqlite DB vs using a TASKS.md file. that's an interesting idea! imo the value of the tasks is pretty ephemeral though. using a markdown file suggests tasks with a longer lifetime like in a plan or PRD. what sort of use cases did you have in mind for your approach? Cheers |
Beta Was this translation helpful? Give feedback.
-
definitely looks interesting to me. some other references: |
Beta Was this translation helpful? Give feedback.
-
|
BTW, will close this one so we can centralize convos in #743. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I wanted to have a similar to-do / tasks ui than other agentic AI on crush.
would this be interesting for upstreaming with a PR?
thinking about making a separate planner tool that can reuse the -tasks- tool to manage these
also could be nice to add a UI panel on the TUI for the user to handle tasks manually if need be
Beta Was this translation helpful? Give feedback.
All reactions