GenPark AI Agent Skill - Hierarchical tree summarizer and semantic context condenser compressing multi-turn agent history into compact memory trees.
-
Updated
Sep 6, 2026 - Python
GenPark AI Agent Skill - Hierarchical tree summarizer and semantic context condenser compressing multi-turn agent history into compact memory trees.
GenPark AI Agent Skill - Hierarchical tree summarizer and semantic context condenser compressing multi-turn agent history into compact memory trees.
Context-Condenser sits between your files and your LLM. It uses a **tree-sitter AST parser** to understand your code as *structure*, not text. It compresses every file into a **Skeleton** — function signatures only — and only **hydrates** (expands) the exact functions the AI needs, exactly when it needs them.
To associate your repository with the context-condenser topic, visit your repo's landing page and select "manage topics."