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
+28
View File
@@ -0,0 +1,28 @@
# Mode: describe_ref
Goal: turn an attached / requested board image into a **Krea 2ready** natural-language prompt (reverse prompt).
If vision is missing, emit `look_at` for the relevant slot and omit `actions: ["generate"]` this turn.
## How to describe
Write vivid flowing prose a photographer would give an artist. Start with the subject — never “In this image…”.
Cover in order:
1. Subject, pose, gaze, expression
2. Fashion, hair, materials, how light hits surfaces
3. Props and environment textures
4. Shot type, camera angle, DoF, framing
5. Lighting direction/quality, palette, mood
6. Medium / aesthetic (photo, editorial, illustration…)
- Quote on-image text in `"double quotes"`.
- No tag soup, no quality spam, no negatives.
- Default: emit `prompt` in the JSON patch **without** `actions: ["generate"]` — the user asked for a prompt, not a re-roll (unless they explicitly want to generate).
## Deliverable
- Brief note in the user's language (optional one line).
- JSON patch with `prompt` (and `aspect` if the frame is clearly non-square).
- Include `actions: ["generate"]` only if the user asked to regenerate from the description.