What problem does it solve?
MedrixFlow integrations require manual HTTP calls and SSE parsing to start agent threads, stream responses, upload files, and manage memory; this Skill packages those operations into clear helper scripts and API guidance so developers can reliably interact with a running MedrixFlow instance.
Core Features & Use Cases
- Health and status checks: validate service availability before sending requests to avoid failed runs.
- Create and stream threads: start a LangGraph thread and stream run events (values, messages-tuple) to collect incremental AI outputs and metadata.
- Thread lifecycle and asset management: continue conversations with existing thread IDs, upload documents to threads, list models/skills/agents, and convert virtual artifact paths into downloadable URLs.
- Use Case: Run a pro-mode research task that uploads reference files, invokes subagents for specialized analysis, and retrieves generated artifacts from the thread outputs.
Quick Start
Use the chat.sh helper to send a question to MedrixFlow which will create a thread, stream the run, and print the final agent response.