Experimental Project | This is exploratory, not production-ready. Read DISCLAIMER.md and DYOR.md before using. No warranties. No professional advice. Use at your own risk.
A universal format for portable user preferences across products and agents.
Every product stores your preferences differently. In an agentic world, your preferences should travel with you. This repo defines the standard.
Created by Dragoon
git clone https://github.com/Dragoon0x/preference-graph-standard.git
cd preference-graph-standard
pip install -r requirements.txt
python tools/graph-builder.py --output my-preferences.json
python tools/graph-viewer.py my-preferences.json| Type | What It Captures | Example Values |
|---|---|---|
| Aesthetic | Visual/design preferences | minimalist, warm, playful |
| Communication | How user likes to be talked to | direct, detailed, casual |
| Economic | Spending preferences | quality-first, budget-conscious |
| Temporal | Time preferences | morning person, async-first |
| Content | Info consumption style | long-form, visual learner |
| Ethical | Decision-influencing values | sustainability, privacy-focused |
Users control everything. Preferences can be shared at three levels:
- Full detail: Complete preference data
- Category summary: General direction without specifics
- Existence only: Product knows you have a preference but not what it is
This project is experimental. See DISCLAIMER.md, DYOR.md, and LEGAL.md for important information.
MIT License. See LICENSE for full terms.
Part of the Agentic Brand Infrastructure collection by Dragoon