Expand description
Smart request analysis, entity extraction, and context resolution re-exported
from gestura-core-context.
Structs§
- Cache
Stats - Cache statistics
- Context
Cache - Smart cache for context data
- Context
Manager - Manager for handling context in a smart, efficient way
- Context
Manager Stats - Statistics for the context manager
- Extracted
Entity - An entity extracted from the request
- File
Context - File context loaded for the request
- Request
Analysis - Request analysis result - determines what context is needed
- Request
Analyzer - Analyzes requests to determine what context is needed
- Resolved
Context - Context that has been resolved and cached
- Tool
Context - Minimal tool context for when tools are needed
Enums§
- Context
Category - Categories of context that might be needed for a request
- Entity
Type - Types of entities that can be extracted
Functions§
- estimate_
tokens - Estimate token count for a string (rough approximation)
Type Aliases§
- Tool
Provider Fn - Type alias for the tool provider callback.