agently-session-memo

Installation
SKILL.md

Agently Session Memo

This skill covers Agently session-backed conversation state. It focuses on session activation, session isolation by id, session-backed chat_history, automatic request/reply recording, full_context, context_window, memo, resize strategies, and session serialization. It does not cover low-level prompt composition in general, provider setup, structured output control, or TriggerFlow runtime-data memo.

Prerequisite: Agently >= 4.0.8.5.

Scope

Use this skill for:

  • activate_session() and deactivate_session()
  • understanding how session-backed chat_history differs from manual set_chat_history(...) and add_chat_history(...)
  • session isolation by session_id
  • automatic request-prefix injection from context_window
  • automatic finally-stage recording of user and assistant turns
  • session.input_keys and session.reply_keys
  • full_context, context_window, and memo
  • session.max_length, default auto-resize, and custom analysis / resize handlers
  • clean_context_window()
Related skills

More from agentera/agently-skills

Installs
1
GitHub Stars
8
First Seen
Mar 11, 2026