Expand description
AgenticDB API Compatibility Layer
Provides a drop-in replacement for agenticDB with 5-table schema:
- vectors_table: Core embeddings + metadata
- reflexion_episodes: Self-critique memories
- skills_library: Consolidated patterns
- causal_edges: Cause-effect relationships with hypergraphs
- learning_sessions: RL training data
Structsยง
- AgenticDB
- Main AgenticDB interface
- Causal
Edge - Causal edge in the hypergraph
- Experience
- Single RL experience
- Learning
Session - Learning session for RL training
- Prediction
- Prediction with confidence interval
- Reflexion
Episode - Reflexion episode for self-critique memory Note: Serialized using JSON (not bincode) due to serde_json::Value in metadata field
- Skill
- Skill definition in the library
- Utility
Search Result - Query result with utility score