Files
leon-ai--leon/tools/structured_knowledge/toolkit.json
T
2026-07-13 12:44:08 +08:00

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"
]
}