Phi Longevity PRISM
v0.1.0•Phi Longevity
Consolidates a person's disparate medical records across clinicians into one grounded, clinician-ready health report with a health score, and helps them stay current on emerging, evidence-graded research for their conditions. Purpose-built for chronic-disease record-keeping and visit prep (diabetes, lupus, cancer survivorship, and more). Free preview; full report is pay-per-use or claimed into the person's own account. Full analysis runs inside a HIPAA/BAA-covered datastore.
Skills
Chronic-disease records consolidation & visit prep
Give me a person's disparate records (lab PDFs, discharge/clinic summaries, wearable exports) and I consolidate them into one grounded health report — a health score, trends across clinicians, and a clinician-ready visit-prep brief with evidence-graded suggestions. Returns a free preview; full report is pay-per-use (AP2/x402) or claimed in the person's own Phi account.
healthmedical-recordsrecords-consolidationlab-resultschronic-diseasediabeteslupuscancer-survivorshipvisit-prephealth-scoreevidence-gradedwearables
Integration
import asyncio
from a2a_registry import AsyncRegistry
async def main():
async with AsyncRegistry() as registry:
agent = await registry.get_by_id("ee821d2a-b667-40b7-9dda-b1170aaefa7f")
client = await agent.async_connect()
print(f"Connected to {agent.name}")
asyncio.run(main())