personal memory agent
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 62 lines 1.4 kB 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 "voice": { 36 "openai_api_key": null, 37 "model": "gpt-realtime", 38 "brain_model": "haiku" 39 }, 40 "push": { 41 "apns_key_path": null, 42 "apns_key_id": null, 43 "apns_team_id": null, 44 "bundle_id": null, 45 "environment": "development" 46 }, 47 "convey": { 48 "allow_network_access": false, 49 "trust_localhost": true 50 }, 51 "pairing": { 52 "host_url": null, 53 "token_ttl_seconds": 600 54 }, 55 "retention": { 56 "raw_media": "keep", 57 "raw_media_days": null, 58 "per_stream": {}, 59 "storage_warning_disk_percent": 80, 60 "storage_warning_raw_media_gb": null 61 } 62}