Release notes
Keep up with latest product news
4510 notes
TriageAideVersion 1.0.2
What's Changed
- fix: resolve Gradio UI overlapping and uneven layout issues by @jrpereirajr in https://github.com/musketeers-br/TriageAide/pull/17
Full Changelog: https://github.com/musketeers-br/TriageAide/compare/1.0.1...1.0.2
TriageAideVersion 1.0.1
Main changes:
- improvements on instructions presented in README.md
- fix agent memory which was leading to repetitions
What's Changed
- Fix/gradio error handling by @jrpereirajr in https://github.com/musketeers-br/TriageAide/pull/1
- feat: add LangSmith observability for agent tracing by @jrpereirajr in https://github.com/musketeers-br/TriageAide/pull/2
- feat: separate IRIS FHIR server and triage app into independent Docke… by @jrpereirajr in https://github.com/musketeers-br/TriageAide/pull/3
- feat: add agent observability to Gradio UI with trace panel by @jrpereirajr in https://github.com/musketeers-br/TriageAide/pull/4
- docs: sync all documentation with codebase after Docker separation, L… by @jrpereirajr in https://github.com/musketeers-br/TriageAide/pull/5
- feat: improvements on conversation examples by @jrpereirajr in https://github.com/musketeers-br/TriageAide/pull/7
- Feat/voice bridge fix and docs by @jrpereirajr in https://github.com/musketeers-br/TriageAide/pull/8
- feat: integrate ElevenLabs voice I/O with bilingual support (pt-BR + en) by @diashenrique in https://github.com/musketeers-br/TriageAide/pull/6
- fix: auto language detection by @jrpereirajr in https://github.com/musketeers-br/TriageAide/pull/9
- feat: add ENABLE_VOICE_UI flag to hide ElevenLabs UI for MVP, mark vo… by @jrpereirajr in https://github.com/musketeers-br/TriageAide/pull/10
- Conversation fixes by @jrpereirajr in https://github.com/musketeers-br/TriageAide/pull/11
- Conversation fixes by @jrpereirajr in https://github.com/musketeers-br/TriageAide/pull/12
- Conversation fixes by @jrpereirajr in https://github.com/musketeers-br/TriageAide/pull/13
- fix: images for agent diagrams by @jrpereirajr in https://github.com/musketeers-br/TriageAide/pull/14
- Conversation fixes by @jrpereirajr in https://github.com/musketeers-br/TriageAide/pull/15
- Conversation fixes by @jrpereirajr in https://github.com/musketeers-br/TriageAide/pull/16
New Contributors
- @jrpereirajr made their first contribution in https://github.com/musketeers-br/TriageAide/pull/1
- @diashenrique made their first contribution in https://github.com/musketeers-br/TriageAide/pull/6
Full Changelog: https://github.com/musketeers-br/TriageAide/commits/1.0.1
iris-speed-testVersion 4.0.0
- Updated all databases to latest versions: IRIS 2026.1, PostgreSQL 18, MySQL 9.7.0, SQL Server 2025
- Refreshed benchmark results with new performance comparisons
- Fixed docker-compose worker auto-registration and startup issues
Triage ParkVersion 1.0.0
v1.0.0 — Initial release
A clinician dashboard with AI triage questions that automate pre-checkup intake, built on InterSystems IRIS for Health.
- Patient intake interview saved as a FHIR
QuestionnaireResponse
- AI agent reads the patient's FHIR record and retrieves matching clinical guidelines via IRIS Vector Search (
%Embedding.OpenAI + VECTOR_COSINE)
- Produces a cited triage decision (self-care / see-GP / urgent-care / ED) with a deterministic red-flag safety gate
- Writes the full cascade back to FHIR:
Encounter, SNOMED-coded ServiceRequest, LOINC/SNOMED Observations, and a Communication alert on escalation
- Clinician worklist to review cases, with FHIR write-back on acknowledgement
- Runs through an IRIS Interoperability production (every triage visible in Visual Trace)
- One-command
docker compose up — boots IRIS, the agent, and the UI, and self-seeds demo data
shvarov-persistentVersion 2.0.0
Lowercased all the property names to work well with %JSON.Adaptor
LastUser->lastuser
CreatedAt->createdat
updatedat property introduced

