Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Pydata London 2025

БесплатноНе проверен

Multi-Agent AI Orchestration Workshop

GitHubEmbed

Описание

Multi-Agent AI Orchestration Workshop

README

IntelliNode is an open-source library for orchestrating AI workflows using graph-based architectures. This repository contains educational examples demonstrating how multi-agent systems can be applied to healthcare and wellness scenarios.

Install Intellinode

# Basic installation
pip install intelli

# With MCP support
pip install "intelli[mcp]"

Environment Setup

Create a .env file in the project root with these keys:

OPENAI_API_KEY=your_openai_api_key_here
ANTHROPIC_API_KEY=your_anthropic_api_key_here

Install project dependencies:

pip install -r requirements.txt

Launch Jupyter:

jupyter lab

MCP Server

To run the MCP server that serves CSV files using Polars:

pip install -r requirements.txt
cd mcp_server
# polars data provider
python eicu_mcp_server_polars.py

(Alternative) Start the server using the Pandas as data provider:

python eicu_mcp_server.py

Lab Overview

Lab 1: Nutrition Assessment with IntelliNode

  • OpenAI GPT-4 analyzes client notes, Anthropic Claude creates meal plans.
  • Demonstrates connecting multiple AI providers in healthcare workflows.
Nutrition Assessment Flow

Lab 2: Multiple Models with IntelliNode

  • Showcases text, image, and speech generation in one system.
Multiple Models Flow

Lab 3: MCP Medical Prediction with Graph

  • Medical prediction system using Model Context Protocol (MCP).
  • MCP server serves CSV files using Polars backend.
  • Agents predict outcomes from clinical data.
MCP Medical Prediction Flow

Slides

PyData - Graph Theory for Multi-Agent Integration https://www.slideshare.net/slideshow/pydata-graph-theory-for-multi-agent-integration/280302074

⚠️ Important Disclaimer

These examples are provided for educational purposes only, and are not intended for actual patient care as presented.

For production deployments, you must implement logging, secure clinical approvals, and establish appropriate governance around the workflow.

Lab Contribution

The use case and examples in this repository were provided by MedWrite.ai.

from github.com/Barqawiz/pydata-london-2025

Установка Pydata London 2025

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/Barqawiz/pydata-london-2025

FAQ

Pydata London 2025 MCP бесплатный?

Да, Pydata London 2025 MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Pydata London 2025?

Нет, Pydata London 2025 работает без API-ключей и переменных окружения.

Pydata London 2025 — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Pydata London 2025 в Claude Desktop, Claude Code или Cursor?

Открой Pydata London 2025 на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Pydata London 2025 with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории ai