personal memory agent
at main 40 lines 938 B view raw
1{ 2 "identity": { 3 "name": "", 4 "preferred": "", 5 "bio": "", 6 "pronouns": { 7 "subject": "", 8 "object": "", 9 "possessive": "", 10 "reflexive": "" 11 }, 12 "aliases": [], 13 "email_addresses": [], 14 "timezone": "" 15 }, 16 "support": { 17 "enabled": true, 18 "proactive": true, 19 "anonymous_feedback": false, 20 "portal_url": "https://support.solpbc.org" 21 }, 22 "describe": { 23 "redact": [ 24 "use *** instead of any visible passwords, credentials, keys, tokens, and secrets", 25 "completely omit and ignore any NSFW or adult content, do not mention or note it", 26 "use *** instead of any visible credit card numbers, bank account numbers, and government ID numbers" 27 ] 28 }, 29 "agent": { 30 "name": "sol", 31 "name_status": "default", 32 "named_date": null, 33 "proposal_count": 0 34 }, 35 "retention": { 36 "raw_media": "keep", 37 "raw_media_days": null, 38 "per_stream": {} 39 } 40}