15 lines
301 B
JSON
15 lines
301 B
JSON
{
|
|
"$schema": "../../schemas/toolkit-schemas/toolkit.json",
|
|
"name": "Structured Knowledge",
|
|
"description": "Tools for structured knowledge and facts.",
|
|
"icon_name": "database-2-line",
|
|
"context_files": [
|
|
"LEON.md",
|
|
"ARCHITECTURE.md"
|
|
],
|
|
"tools": [
|
|
"memory",
|
|
"context"
|
|
]
|
|
}
|