rlm-cli 1.3.1

Recursive Language Model (RLM) REPL for Claude Code - handles long-context tasks via chunking and recursive sub-LLM calls
Documentation
---
title: "Agentic Maintenance"
description: "Reference for the Agentic Maintenance GitHub Actions workflow."
sidebar:
  badge:
    text: "Other"
    variant: "note"
---

**Source:** [`.github/workflows/agentics-maintenance.yml`](https://github.com/zircote/rlm-rs/blob/main/.github/workflows/agentics-maintenance.yml)

## Triggers

| Event |
|---|
| `schedule` |
| `workflow_dispatch` |
| `workflow_call` |

## Jobs

- `close-expired-entities`
- `cleanup-cache-memory`
- `run_operation`
- `update_pull_request_branches`
- `apply_safe_outputs`
- `create_labels`
- `activity_report`
- `forecast_report`
- `close_agentic_workflows_issues`
- `validate_workflows`