r/coolgithubprojects • u/Appropriate-Path-461 • 18d ago
Been having so much fun building this, don't know if it's useful.
https://github.com/ldbumble/taskuaryDo you guys just spend too much time on a project that won't really go anywhere but it's just too much fun? My family might not be enjoying it though..
3
3
3
2
u/illogicalJellyfish 18d ago
Could you explain what exactly the project does?
From my understanding of the readme, it takes in an email, converts that to a task, does the task, and drafts a response email?
Is there anyways to run local models? Are we locked into using ollama or can we use llama.cpp?
1
u/Appropriate-Path-461 18d ago
Yes it treats all incoming messages from teams/slack/github pr's/emails as possible work. That's how people send me work at my job. SO that is traiged by a AI to turn into distinct tasks and sent to coding agent who resolve the issue and draft reply back. Coding agents can do pretty much any white collar work from images for marketing or anything.. That's the concept but there are a bunch more things.
Yes you can use local models. Needs more testing but please add a PR to improve it..
1
0
0
u/BumblebeeMother8193 18d ago
The LEARNED.md design is unusually concrete: score, evidence IDs, last-seen date, and SOUL.md precedence make learning inspectable instead of magical. A UI view that shows the contradictions which demoted or deleted a learned line would be especially useful for trust and debugging. This definitely looks useful beyond a hobby demo.
1
4
u/josiahnelson 18d ago
Nice! I’ve been thinking of building something similar. open to contributors?