Agent Loop
Agent Loop from jmagly/ai-writing-guide.
Skills in this plugin
19- ▌ Ralph · jmagly-ai-writing-guideExecute iterative task loop until completion criteria are met - iteration beats perfection
- ▌ Agent Loop · jmagly-ai-writing-guide bundleDetect requests for iterative autonomous agent loops and route to the appropriate loop executor
- ▌
- ▌
- ▌
- ▌ Ralph Config · jmagly-ai-writing-guideView and configure agent loop settings — show, set, reset, and apply named presets
- ▌ Ralph Memory · jmagly-ai-writing-guideManage Al semantic memory entries — list, query, and clear lessons learned across loop iterations
- ▌
- ▌
- ▌
- ▌ Agent Loop Ext · jmagly-ai-writing-guideCrash-resilient external agent loop with state persistence and CI/CD integration
- ▌ Ralph External · jmagly-ai-writing-guideCrash-resilient external loop with state persistence and CI/CD integration
- ▌ Mission Control · jmagly-ai-writing-guide bundleOrchestrate multi-loop background operations via the Mission Control dashboard — start sessions, dispatch missions, monitor, and stop
- ▌ Ralph Analytics · jmagly-ai-writing-guideShow analytics and metrics from agent loop execution history
- ▌ Execute Feedback · jmagly-ai-writing-guideExecute tests on generated code and iterate until passing
- ▌ Cross Task Learner · jmagly-ai-writing-guide bundleEnable agent loops to learn from similar past tasks and share patterns across loops
- ▌ Auto Test Execution · jmagly-ai-writing-guideAutomatically execute tests when code-generating agents modify source files, enforcing the execute-before-return pattern
- ▌ Reflection Injection · jmagly-ai-writing-guideInject relevant past reflections into agent context at iteration start so agents learn from prior mistakes without repeating them
- ▌ Infer Completion Criteria · jmagly-ai-writing-guideInfer measurable completion criteria for an agent-loop task from project docs, code, and AIWG standards when the user has not supplied --completion explicitly