Files
zulip-platform-plugins/hermes-enhancement/config/compression.yaml
T
rootandAbiba (pi) aa305ce431 Add hermes-enhancement/: pi-style behavioral enhancement for Hermes agents
Self-service enhancement package for Hermes agents to adopt pi-style
conduct quality. Contains:
- prompts/behavioral-core.md: Distilled Three Pillars (~800 tokens)
- config/compression.yaml: 256K model optimization (80% threshold)
- config/mcp-servers.yaml: Tool parity (Context7, GitHub, Firecrawl, etc.)
- skills/: On-demand skills for conduct, verification, self-healing
- CHECKLIST-POC.md: Tanko POC verification checklist

POC pilot: Tanko
2026-06-27 19:03:43 +00:00

20 lines
839 B
YAML

# Compression Configuration — Hermes Pi-Enhancement
# Based on proven setting from Mumuni (node #483)
# See: https://git.sysloggh.net/SyslogSolution/homelab_notes
# For 256K context models (all harness models: qwen3.6-35B-A3B, qwen3.6-27B-code, gemma-4-12b)
# For 128K context models, use threshold: 0.70, max_context_window: 131072
compression:
enabled: true
threshold: 0.80 # Compress at 80% of context window
target_ratio: 0.30 # Keep 30% of threshold as working room
protect_last_n: 40 # Keep last 40 messages intact
protect_first_n: 3 # Keep first 3 messages (system prompt + identity)
max_context_window: 262144 # MUST match actual model context length
hygiene_hard_message_limit: 400
abort_on_summary_failure: false
codex_gpt55_autoraise: true
model: auto
provider: auto