hermes-agent/docs
teknium1 9b4d9452ba Add context compression feature for long conversations
- Implemented automatic context compression to manage long conversations that approach the model's context limit.
- Configured the feature to summarize middle turns while protecting the first three and last four turns, ensuring important context is retained.
- Added configuration options in `cli-config.yaml` and environment variables for enabling/disabling compression and setting thresholds.
- Updated documentation in `README.md`, `cli.md`, and `.env.example` to explain the context compression functionality and its configuration.
- Enhanced the `cli.py` to load compression settings into environment variables, ensuring seamless integration with the CLI.
- Completed the implementation of context compression as outlined in the TODO list, marking it as a significant enhancement to conversation management.
2026-02-01 18:01:31 -08:00
..
agents.md Moved "architecture" dir to "docs" for clarity 2026-01-30 07:54:51 +00:00
cli.md Add context compression feature for long conversations 2026-02-01 18:01:31 -08:00
llm_client.md Moved "architecture" dir to "docs" for clarity 2026-01-30 07:54:51 +00:00
message_graph.md Moved "architecture" dir to "docs" for clarity 2026-01-30 07:54:51 +00:00
tools.md Enhance documentation for CLI and tool integration 2026-01-31 06:33:43 +00:00