Skip to main content

Module knowledge_executor

Module knowledge_executor 

Source
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ยง

KnowledgeAwareExecutor
An ActionExecutor wrapper that intercepts knowledge tool calls and delegates all others to an inner executor.