Files
louistiti 4972b1b47c feat(agent mode): add raw session search
Add evidence-oriented prior-session lookup and update author profile URLs to x.com.
2026-08-21 23:02:06 +08:00

16 lines
317 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",
"sessions"
]
}