Skip to main content

Module task_graph_knowledge

Module task_graph_knowledge 

Source
Expand description

Knowledge management extension for task graphs

Provides per-node knowledge storage, file caching, and tool call tracking for building up context during graph-driven exploration.

Structs§

KnowledgeNode
Task node with knowledge storage capabilities
SimpleKnowledgeGraph
Simple in-memory knowledge graph for testing
ToolCallRecord
Record of a tool call made during exploration

Traits§

KnowledgeGraph
A graph that supports knowledge management on nodes
KnowledgeManagement
Knowledge management functions