Expand description
Knowledge-aware action executor wrapper.
KnowledgeAwareExecutor intercepts recall_knowledge and store_knowledge
tool calls, handling them locally via the KnowledgeBridge, and delegates
all other tool calls to an inner ActionExecutor.
Structsยง
- Knowledge
Aware Executor - An
ActionExecutorwrapper that intercepts knowledge tool calls and delegates all others to an inner executor.