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§
- Knowledge
Node - Task node with knowledge storage capabilities
- Simple
Knowledge Graph - Simple in-memory knowledge graph for testing
- Tool
Call Record - Record of a tool call made during exploration
Traits§
- Knowledge
Graph - A graph that supports knowledge management on nodes
- Knowledge
Management - Knowledge management functions