Give AI agents Remember health and fitness goals. using BlueColumn persistent memory. Use when an agent tracks health habits and goals; when the user wants to store, recall, or search health memory context. Requires a BlueColumn API key (bc_live_*).
记忆
remember-medical-notes
试用Private, authorized health-appointment memory for care continuity. Use when an agent tracks appointments, symptoms, and provider instructions for an authorized user, with consent and confidentiality built in. Requires a BlueColumn API key (bc_live_*).
它能做什么
Private, authorized health-appointment memory for care continuity. Use when an agent tracks appointments, symptoms, and provider instructions for an authorized user, with consent and confidentiality built in. Requires a BlueColumn API key (bc_live_*).
技能文档
Remember Medical Notes — BlueColumn Skill
Care continuity lives in the details: the symptom timeline, the provider's instructions, the next follow-up. This skill keeps those details organized and private — for the authorized user and no one else.
Privacy first. Store only what the user authorizes. Never share notes outside the user's context. Use the
privatetag and treat every entry as confidential.
Record the appointment
After each visit, store the provider, date, key facts, and instructions.
curl -X POST https://xkjkwqbfvkswwdmbtndo.supabase.co/functions/v1/agent-remember \
-H "Authorization: Bearer $BLUECOLUMN_API_KEY" \
-H "Content-Type: application/json" \
-d '{"text": "APPT: Dr. Osei, Jul 30. Bloodwork normal. Started low-dose magnesium. Instructions: increase water, follow up in 6 weeks if symptoms persist.", "title": "appt - Dr. Osei Jul 30", "tags": ["private", "medical"]}'
Prepare for the next visit
Before an appointment, recall the history so the user arrives ready.
curl -X POST https://xkjkwqbfvkswwdmbtndo.supabase.co/functions/v1/agent-recall \
-H "Authorization: Bearer $BLUECOLUMN_API_KEY" \
-H "Content-Type: application/json" \
-d '{"q": "What was discussed at the last appointment and what follow-ups were scheduled?"}'
Symptom timeline
Track symptoms over time so patterns become visible instead of anecdotal.
curl -X POST https://xkjkwqbfvkswwdmbtndo.supabase.co/functions/v1/agent-note \
-H "Authorization: Bearer $BLUECOLUMN_API_KEY" \
-H "Content-Type: application/json" \
-d '{"text": "Symptom log: headaches 3x this week, mornings mainly, mild. Tension? hydration? Tracking through Aug 14.", "tags": ["private", "symptom-log"]}'
Care workflow
- Capture — log appointments, instructions, and symptom changes promptly.
- Prepare — recall history before each visit; list questions the user wanted to ask.
- Track — note medication changes and adherence, with dates.
- Protect — keep everything tagged private and accessible only to the authorized user.
Docs
API reference: https://bluecolumn.ai/docs — fields are text, q, tags (not content/query/note).
相关技能
Give AI agents Remember docs you've written and read. using BlueColumn persistent memory. Use when an agent maintains documentation and needs to reuse it; when the user wants to store, recall, or search documentation memory context. Requires a BlueColumn API key (bc_live_*).
Give AI agents Remember content ideas and drafts. using BlueColumn persistent memory. Use when an agent supports content creation and needs idea continuity; when the user wants to store, recall, or search content memory context. Requires a BlueColumn API key (bc_live_*).
Give AI agents Customer support that never re-asks. using BlueColumn persistent memory. Use when an agent handles support tickets and needs full context; when the user wants to store, recall, or search customer support memory context. Requires a BlueColumn API key (bc_live_*).
Never blank on a customer again — names, roles, companies, and the details that make conversations personal. Use when an agent talks to customers and should address them correctly and remember their context. Requires a BlueColumn API key (bc_live_*).
Give AI agents Track goals and coaching progress. using BlueColumn persistent memory. Use when an agent coaches users and tracks progress; when the user wants to store, recall, or search coaching memory context. Requires a BlueColumn API key (bc_live_*).