mirror of
https://github.com/mudler/LocalAGI.git
synced 2026-07-23 10:45:41 -04:00
57023d6386
* Initial plan * Add task scheduler with cron/interval/once support and comprehensive tests Co-authored-by: mudler <2420543+mudler@users.noreply.github.com> * Add comprehensive documentation for scheduler package Co-authored-by: mudler <2420543+mudler@users.noreply.github.com> * Add working example demonstrating scheduler usage Co-authored-by: mudler <2420543+mudler@users.noreply.github.com> * Update .gitignore to exclude example binaries and task files Co-authored-by: mudler <2420543+mudler@users.noreply.github.com> * Integrate task scheduler into existing reminder system Co-authored-by: mudler <2420543+mudler@users.noreply.github.com> * Fix scheduler integration and compilation errors Co-authored-by: mudler <2420543+mudler@users.noreply.github.com> * Remove standalone scheduler example - integrated into agent system Co-authored-by: mudler <2420543+mudler@users.noreply.github.com> * Update scheduler README to reflect integration with agent system Co-authored-by: mudler <2420543+mudler@users.noreply.github.com> * replace old reminders logic Signed-off-by: Ettore Di Giacinto <mudler@localai.io> * A task scheduler for each agent Signed-off-by: Ettore Di Giacinto <mudler@localai.io> * fixups Signed-off-by: Ettore Di Giacinto <mudler@localai.io> * tests Signed-off-by: Ettore Di Giacinto <mudler@localai.io> * fixups Signed-off-by: Ettore Di Giacinto <mudler@localai.io> * change to duration Signed-off-by: Ettore Di Giacinto <mudler@localai.io> --------- Signed-off-by: Ettore Di Giacinto <mudler@localai.io> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: mudler <2420543+mudler@users.noreply.github.com> Co-authored-by: Ettore Di Giacinto <mudler@localai.io>
13 lines
158 B
Plaintext
13 lines
158 B
Plaintext
models/
|
|
data/
|
|
pool
|
|
uploads/
|
|
local-agent-framework
|
|
localagi
|
|
LocalAGI
|
|
**/.env
|
|
.vscode
|
|
volumes/
|
|
example/scheduler/scheduler
|
|
example/scheduler/example_tasks.json
|