Skip to main content

Module context

Module context 

Source
Expand description

Agent context management module

Provides context creation, inheritance, compression, filtering, persistence, and isolation capabilities for agents.

Structs§

AgentContext
Agent context containing all execution state
AgentContextManager
Agent Context Manager
CompressionResult
Result of context compression
ContextFilter
Filter configuration for context data
ContextInheritanceConfig
Configuration for context inheritance
ContextIsolation
Context Isolation Manager
ContextMetadata
Metadata associated with an agent context
ContextUpdate
Updates to apply to a context
FileContext
File context information
ResourceUsage
Resource usage tracking for a sandbox
SandboxRestrictions
Resource restrictions for a sandbox
SandboxedContext
A sandboxed context with resource limits and state management
ToolExecutionResult
Result of a tool execution

Enums§

AgentContextError
Error types for agent context operations
ContextInheritanceType
Type of context inheritance
ResourceLimitViolation
Types of resource limit violations
SandboxState
Sandbox state representing the lifecycle of a sandboxed context

Type Aliases§

AgentContextResult
Result type alias for agent context operations