What problem does it solve?
This Skill provides a typed knowledge graph for structured agent memory and composable skills, enabling entities creation, linking, constraints enforcement, and multi-step action planning as graph transformations.
Core Features & Use Cases
- Entity Creation and Querying: Create and query entities like Person, Project, Task, Event, and Document.
- Linking Entities: Link related objects and enforce constraints.
- Graph Transformation: Plan multi-step actions as graph transformations.
- Shared State: Skills can share state through the ontology for data access.
- Use Case: Imagine you have a task management system and need to track tasks, projects, and dependencies. Use this Skill to structure your data and perform complex queries to understand task relationships and dependencies.
Quick Start
Use the ontology skill to create a new task with a title and due date.