feat(examples): add healthcare-assistant demo app - #228
Draft
etserend wants to merge 9 commits into
Draft
Conversation
…duction (HYBIM-988)
etserend
force-pushed
the
HYBIM-977-healthcare-assistant-splunk-ao-migration
branch
from
August 19, 2026 03:34
d1c57e7 to
23ca2a6
Compare
… and add WorkflowSpan trim test Removes the tool_call finish-reason inference added to _with_finish_reasons — it is unrelated to HYBIM-988 and widens blast radius to LLM spans. Updates CHANGELOG and adds WorkflowSpan coverage for the full-history trim path. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
etserend
force-pushed
the
HYBIM-977-healthcare-assistant-splunk-ao-migration
branch
from
August 19, 2026 03:46
23ca2a6 to
148f910
Compare
…tation Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
…lthcare-assistant Adds Dockerfiles, CronJob manifests, and load generator scripts for running the healthcare-assistant demo on Kubernetes with CRUD-bypass for batch workloads. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
etserend
force-pushed
the
HYBIM-977-healthcare-assistant-splunk-ao-migration
branch
from
August 19, 2026 03:50
148f910 to
43e5a03
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds the healthcare-assistant demo app under
examples/agent/healthcare-assistant/.Ported from the observability workshop: 2-app-with-instrumentation
Changes
galileoSDK withsplunk-aothroughoutconfig.pyfactory functions (create_chat_llm,create_embeddings) for clean Azure / OpenAI provider detection via env varspyproject.tomlwith editable localsplunk-aosource dependency.env.exampleand.gitignore.streamlit/secrets.toml.templateto use Splunk AO env varsCloses HYBIM-977