The Vault is your home in xysq. Every memory an agent has stored for you, every document you’ve added to your knowledge base, every piece of context your AI partners share — it all lives here, and you can move through it two ways:Documentation Index
Fetch the complete documentation index at: https://docs.xysq.ai/llms.txt
Use this file to discover all available pages before exploring further.
- Table view for searching, filtering, editing tags, and managing individual memories.
- Graph view for seeing the shape of what you know — clusters, hubs, and the connections your vault has formed.
Open the Vault at app.xysq.ai/vault. The old
/graph URL redirects here with the graph view pre-selected.Scope: what you’re looking at
The Vault always shows exactly one bank at a time. Pick which one from the scope dropdown in the toolbar:| Scope | What it holds |
|---|---|
| Main · Default | Your everyday memory — what agents extract from your conversations. |
| Main · PII | Identity-tied facts: contact details, profiles, personal background. |
| Main · Confidential | Sensitive notes — keys, private projects, work you’ve marked as confidential. |
| Knowledge Base | Sources you’ve ingested explicitly: docs, links, transcripts, code snippets. |
| Team Memory | A team vault you’re a member of — extracted memory from team conversations. |
| Team Knowledge Base | The team’s shared, ingested knowledge base. |
/teams/:teamId/vault). xysq never draws connections across banks — by design, your personal memory stays isolated from teams you’re in.
Table view
The default view. A scannable list of every memory in the selected bank, grouped by the document or conversation they came from.Search
Type a query and press Enter. The Vault switches from “browse” to “recall” — xysq runs a semantic search against the bank and ranks results by relevance. Hit× (or empty the input and press Enter) to go back to browsing.
When a search is active, a sort toggle appears: Relevance (default) or Newest.
Filters
- Tags — click a tag chip in any row to filter; click again to clear. The Manage Tags drawer (top-right button) lists every tag in your vault and lets you rename or delete tags across all memories at once.
- Agent — narrow to memories created by a specific connected agent.
Editing
Each row has a kebab menu:- Edit tags — toggle curated tags (mood, domain, privacy) or apply tags from your existing taxonomy. Tag creation lives in Manage Tags, not in this menu, so your tag list stays curated.
- Download — for memories backed by an uploaded asset (PDFs, images), grab the original file.
- Retry — re-run extraction on a memory that failed to index.
- Delete — remove the memory from the bank. This deletes the parent document, so every memory unit derived from that document goes with it.
Graph view
Flip the toggle to Graph and the same bank renders as a 3D map. Every memory is a star; every connection between memories is a filament.The graph is read-only. Nothing you do here mutates the vault — it’s purely a navigation lens over the data the Table view shows.
Nodes and clusters
Memories are coloured by how many entities they reference. This is xysq’s own classification — you don’t configure it, you just see the shape of it:| Cluster | Colour | Meaning |
|---|---|---|
| Multi-entity | Vivid blue | Memories referencing 2+ named entities — typically the dense, well-connected core of your vault. |
| Single entity | Light blue | Memories about one specific person, project, or thing. |
| No entities | Grey | Standalone notes — usually short fragments or raw quotes without named subjects. |
Edges
Three kinds of filaments connect the memories:- Semantic — memories that share topic embeddings (cluster-like). Undirected.
- Temporal — same conversation or time window. Directed (older → newer).
- Entity — both memories mention the same named entity (e.g. “Vertex AI”).
Focusing a memory
Click any star. The camera zooms in to frame that node with its direct neighbours, and a detail drawer opens on the right:- Memory text — full content xysq indexed.
- Context — what conversation or document it came from.
- Entities — the entity strings that classify this memory.
- Tags — labels you or an agent attached.
- Connections — every memory directly linked to this one. Click any to jump there without losing the spatial mental model.
Controls
| Control | What it does |
|---|---|
| Drag | Orbit around the galaxy |
| Scroll / pinch | Zoom in and out |
+ / − | Step zoom |
⟲ | Reset to fit the whole bank in view |
| Click a node | Zoom in, open the detail drawer |
| Click empty space | Clear focus |
When to use which view
- Table — you’re looking for a specific memory, editing tags, cleaning up after a failed extraction, or browsing what an agent stored from a recent session.
- Graph — you want the shape of what your vault knows: where the dense clusters are, which entities sit at the centre, which topics you’ve barely covered. Useful before a planning session, when onboarding a new agent to a domain, or when you suspect there’s a memory you’ve forgotten but can’t name.