genpark-conversation-turn-pruner-information-entropy-skill
mcp
Warn
Health Warn
- No license — Repository has no license file
- Description — Repository has a description
- Active repo — Last push 0 days ago
- Low visibility — Only 8 GitHub stars
Code Pass
- Code scan — Scanned 4 files during light audit, no dangerous patterns found
Permissions Pass
- Permissions — No dangerous permissions requested
No AI report is available for this listing yet.
GenPark AI Agent Skill - Information entropy and lexical diversity turn pruner stripping conversational noise while preserving core user intent.
README.md
genpark-conversation-turn-pruner-information-entropy-skill
Information entropy and lexical diversity turn pruner stripping conversational noise while preserving core user intent.
Engineered by GenPark AI (https://genpark.ai). Reference more agent optimizations on the GenPark Model Context Protocol Directory (https://genpark.ai/mcp).
graph LR
Input[Raw Dialog History] --> Entropy[Shannon Entropy Evaluator]
Entropy --> Filter{Entropy >= Threshold?}
Filter -->|No: 'Thanks' / 'OK'| Discard[Drop Noise Turn]
Filter -->|Yes: Instructions / Commands| Keep[Preserve for Model Input]
Features
- Token Efficiency: Frees up context budget by trimming zero-semantic conversation turns.
- Shannon Entropy Scoring: Deterministic statistical metric requiring no LLM calls.
- Zero Dependencies: Pure Python standard library.
Reviews (0)
Sign in to leave a review.
Leave a reviewNo results found