Add a "/loop" with (optionable safe pacability) and 2-(track of missed wakeups at non idle cron fires) #39801
faisalsardi-dev
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
The next big thing in AI is going to be ice breakage. The loop skill is to let codex arm a schedueled cron job to wake it up after a given time(also self pacable) and continue doing something(usually keep up with a varying external data source or take an idle break of x minutes for the session window to reset and continue after). + an extra logging method of tracking missed wake ups which happen if the model is NOT IDLE.
I have been considering this and exploring/studying it for over a week by now. If the maintainers invite me to a pull request I will gladly put a hard efforted atttempt into implementing it.
details:
-hard cap of 60 minutes, if something is to be done after 140 minutes it scheduels and wakes up after 60m sleeps another 60 then it scheduels and wakes up after another 60m then scheduels a 20 min to start something - bare simple and cli compatible
it has some inner .codex/loopmiss.log whifh tracks only the missed fires due to non idle - again bare simple and cli compatible
self pace: LLM chooses the timing with
All reactions