Bump Assistent to 0.7.0: Config personas, skills, and vector memory.

Move prompts into Config/_base and persona folders; seed model facts into SQLite via Ollama embed and retrieve as memory_hits each turn.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Leonid Pershin
2026-08-21 22:47:04 +03:00
co-authored by Cursor
parent 46264d7227
commit fe4d8d3a3a
72 changed files with 2593 additions and 507 deletions
+20
View File
@@ -0,0 +1,20 @@
{
"num_ctx": 16384,
"max_civitai_hops": 2,
"max_loras_inventory": 150,
"max_checkpoints_inventory": 60,
"max_wildcards_inventory": 80,
"inventory_blurb_max": 140,
"max_ref_slots": 4,
"default_pack": "write_prompt",
"default_persona": "neutral",
"embed_model": "nomic-embed-text",
"memory_top_k": 10,
"seed_version": 1,
"gate": {
"architecture": "krea2",
"keywords": ["krea"]
},
"context_prompt_max": 2000,
"history_keep_turns": 4
}