Imported from Hmbown/rlmagents (
libs/rlmagents/examples/AGENTS.md). Install upstream withnpx skills add Hmbown/rlmagents --skill examples. Copyright stays with the author.
Project Agent Memory
RLM Workflow
- Use isolated RLM contexts for all medium and large inputs.
- For large files, call
load_file_contextbefore analysis. - Use
search_context,peek_context, andchunk_contextto inspect targeted regions. - Use
rg_search(..., load_context_id=...)for repo-wide scans before deep analysis. - Use
exec_pythonfor deterministic extraction and calculations. - Use
get_evidenceandfinalizefor evidence-backed outputs.
Context Window Guardrails
- Do not paste long file contents into chat responses.
- Keep tool-output previews short.
- Summarize long reasoning trails with
summarize_so_far(clear_history=True).
Style
- Be direct and concise.
- Report blockers with exact commands, paths, and error messages.