ontology
A typed knowledge graph for structured agent memory and composable skills, enabling entity creation, querying, linking, and planning multi-step actions as graph transformations.
Overview
A typed knowledge graph for structured agent memory and composable skills. Use when creating/querying entities (Person, Project, Task, Event, Document), linking related objects, enforcing constraints, planning multi-step actions as graph transformations, or when skills need to share state.
Key Features
- Typed vocabulary and constraint system for representing knowledge as a verifiable graph
- Entity creation, querying, and linking
- Planning multi-step actions as graph transformations
- Append-only rule for preserving history and avoiding clobbering prior definitions
How It Works
The ontology skill uses a typed vocabulary and constraint system to represent knowledge as a verifiable graph. It enables entity creation, querying, and linking, as well as planning multi-step actions as graph transformations. The append-only rule ensures that history is preserved and prior definitions are not clobbered.
Use Cases
- Creating and querying entities (Person, Project, Task, Event, Document)
- Linking related objects
- Planning multi-step actions as graph transformations
- Sharing state between skills
Reviews
No reviews yet.