Expand description
Agent system for intelligent conversation management
Re-exports§
pub use config::CompactionConfig;
pub use engine::CompactionEngine;
pub use semantic::SemanticAnalyzer;
pub use types::*;
Modules§
- chat
- Chat functionality for the agent
- compaction
- Legacy compaction module Legacy compaction module - now split into smaller modules
- config
- Intelligent compaction system for threads and context
- core
- Core agent implementation and orchestration
- engine
- Compaction engine implementation
- examples
- Example agent implementations and usage patterns
- intelligence
- Research-preview intelligence layer for enhanced code understanding and context awareness
- performance
- Performance optimization and caching systems for the coding agent
- semantic
- Semantic analysis for message content
- snapshots
- Comprehensive snapshot checkpoint system for agent state management
- stats
- Statistics and reporting structures for compaction system
- types
- Type definitions for the compaction system