claude-to-medrix_flow

Community

Control MedrixFlow agents via HTTP API.

AuthorCitrus-bit
Version1.0.0
Installs0

System Documentation

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.

Dependency Matrix

Required Modules

curlpython3

Components

scripts

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: claude-to-medrix_flow
Download link: https://github.com/Citrus-bit/medrix-flow/archive/main.zip#claude-to-medrix-flow

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.