Skip to main content

Module execution_context

Module execution_context 

Source
Expand description

Tool execution context tracking

Tracks the context of tool executions within a session to detect patterns, prevent redundancy, and suggest better alternatives.

Structs§

ToolExecutionContext
Context for cross-tool awareness
ToolExecutionRecord
A record of a single tool execution

Enums§

ToolPattern
Detected pattern across tool executions

Functions§

are_args_equivalent
Check if two sets of arguments are equivalent (for deduplication)