Expand description
§skm-disclose
Progressive disclosure and context management for Agent Skills.
This crate provides:
DisclosureLevelfor tracking skill loading state (Catalog/Activated/Referenced)TokenEstimatorfor fast token count estimation (CJK-aware)ContextManagerfor token budget management and skill activation
Structs§
- Activation
Payload - Payload returned when activating a skill.
- Context
Manager - Manages what skill content is loaded into the LLM’s context window.
- Loaded
Skill - A skill loaded at some disclosure level.
- Token
Budget - Token budget configuration.
- Token
Estimator - Fast token count estimator.
Enums§
- Disclose
Error - Errors from disclosure operations.
- Disclosure
Level - Disclosure level for a skill.