Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings
multimindlab

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
@multimindlab

MultiMindSDK-Framework

Build AI Superpowers with One AI Framework: Agents, Models, Context, Orchestration. Anywhere. SDK for Python & JavaScript. Build In EU

MultiMind SDK - Unified AI Development Toolkit Logo

🌐 MultiMind SDK – Build AI Superpowers with One SDK: Agents, Models, Context, Orchestration. Anywhere.Framework for Python & JavaScript(Coming soon) – Fine-Tune, Train, Deploy with Compliance.

Python SDKLicense

multimind.dev and the latest features inMultiMind SDK (Python)

🚧 Project Status: In Active Development 🚧

Join the future of AI development! We're actively building MultiMind SDK and looking for contributors. what's coming next. Connect with our growing community onDiscord to discuss ideas, get help, and contribute to the project.

MultiMind SDK is the firstunified orchestration layer to let developers build, compose, and run intelligent workflows acrossany AI model, any tool, any platform — locally or in the cloud — using Python or JavaScript.First EU based Compliance with fintuning, Multi Agent, Rag2.0, Memeory Types, MultiModel AI framework.


MultiMind SDK is a modular, AI orchestration framework built fordevelopers,researchers, andAI builders. It supports bothPython andJavaScript, letting you compose intelligent multi-agent systems across LLMs like GPT-4, Claude, Mistral, LLaMA, and custom models.


🧠 Key Features (Real, Deep Tech, Developer-Oriented):

FeatureDescription
🔀ModelRouterDynamically switch between OpenAI, Claude, Gemini, Mistral, LLaMA, Ollama, Local models, or any API
🧠Multi-Agent DAG EngineChain agents usinggraph-based logic with planner-executor-judge loops
🧩AI Building BlocksUse prebuiltAgent,Judge,Rewriter,Tool, or build your own
🔌Dual SDKsSame power inPython andJavaScript (Node & browser)
🛠️Plug & Play AdaptersEasily integrate LLMs, RAG, vector stores, tools, or third-party APIs
🌍Web & Voice ReadyPower Chrome extensions, Web UIs, and voice agents (Whisper + TTS)
🧬Model-Agnostic Fine-TuningLoRA / QLoRA / PEFT compatible CLI (coming soon)
🧠Self-Evolving LoopsImplement reflexiveJudge → Rewriter flows for continuous improvement
🔒Private by DesignSupportslocal-first LLMs, no vendor lock-in, privacy-focused from the ground up
🚀Built for Real-World UseAlready powering tools likeContextHop andVoice AI Agent
🧰LangChain AlternativeLightweight, fully open, developer-first modular framework
📦Open-Source & ExtensibleApache 2.0 licensed, modular core, dev-friendly CLI and codebase

✨ What's New?

  • ✅ Dual SDKs: Python & TypeScript/JavaScript
  • ⚡ ModelRouter, Judge, DAG, Rewriter & Agent APIs
  • 🔌 LLM plug-and-play: OpenAI, Anthropic, Mistral, Ollama, Local
  • 💻 Browser & Node.js support (for JS SDK)
  • 🧠 Multi-Agent DAG Composition
  • 📡 Chrome Extension & Voice Agent Ready
  • 🛠️ Open-source, pluggable, dev-friendly

🚀 Highlights

  • 🔄Cross-Language Support: Available inPython andJS (Node.js & browser environments)
  • 🧠Model-Agnostic: Supports OpenAI, Claude, Mistral, Gemini, LLaMA, local LLMs, and custom APIs
  • 🕸️Agent Graphs: Chain agents using DAG-based architecture withModelRouter,Judge, andRewriter
  • 🔌Pluggable Architecture: Swap or combine models, routes, and tools dynamically
  • 🌍Developer-First: Unified CLI, simple API, detailed docs, and open standards
  • 📡Web Extension Compatible: Power tools like Chrome extensions with real-time agent routing
  • 🛠️Custom Tools: Integrate with retrieval, summarization, function calling, self-improvement loops

📦 Install

🔧 Python

pip install multimind-sdk

🧠 What Can You Build?

Use CaseDescription
🤖 AI AssistantsBuild chatbots, coding copilots, or voice assistants using multiple LLMs
🔄 Context SwitchersSeamlessly move context between ChatGPT, Claude, Mistral, etc.
🧩 RAG PipelinesBuild multi-hop retrieval and synthesis pipelines with routing
🕹️ Multi-Agent WorkflowsChain agents using DAGs (e.g., planner → executor → summarizer)
🔍 AI Browsers & ExtensionsInject AI into browsers with context routing (e.g.,ContextHop)
🧪 AI Evaluation LoopsUseJudge +Rewriter agents for self-improvement and A/B testing
🧰 Low-Level LLM InterfacesBuild your own LangChain alternative using modular blocks

💡 Core Concepts

✅ Agent

A unit that wraps any LLM, tool, or custom logic.

Python

frommultimind_sdk.agentsimportOpenAIAgentagent=OpenAIAgent(model="gpt-4",api_key="...")response=agent.run("What's the capital of Germany?")

🧭 ModelRouter

Dynamically routes queries to the best LLM (OpenAI, Claude, local models).

frommultimind_sdkimportModelRouterrouter=ModelRouter(models=["gpt-4","claude-3","mistral"])response=router.route("Summarize this legal contract.")

🧠 DAG Composition

frommultimind_sdkimportAgentGraphgraph=AgentGraph()graph.add_node("planner",PlannerAgent())graph.add_node("executor",ExecutorAgent())graph.link("planner","executor")result=graph.run("Organize a webinar and invite speakers.")

📚 Documentation

SDKDocs Link
Pythondocs/

🧰 What You Can Build

  • 🤖 Custom AI Assistants
  • 🔄 Context transfer extensions (LLM to LLM)
  • 🧠 DAG-based reasoning pipelines
  • 🛠️ RAG agents with fallback routing
  • 🎙️ Voice call agents using TTS + ASR + LLM
  • 🧑‍💻 Developer tools with embedded multi-model agents
  • 🧪 Self-improving loops with Judges + Rewriters

📣 Follow & Learn


💖 Support This Project

Help us sustain open-source innovation:

👉https://opencollective.com/multimind-sdk

Your sponsorships go toward:

  • Continued SDK development
  • Community support
  • New agents and integrations
  • Tutorials and docs

🤝 Contributing

# Python SDKgit clone https://github.com/multimindlab/multimind-sdk

We welcome issues, PRs, examples, and ecosystem extensions!


📄 License

This project is licensed under theApache 2.0 License.


🌐Built byMultiMindLab

Let me know if you'd like this pushed to both Python and JS repos or want the links updated dynamically.

PinnedLoading

  1. multimind-sdkmultimind-sdkPublic

    Your SDK solves all of this. One interface. Unified logic. Local + hosted models. Fine-tuning. Agent tools. Enterprise-ready. Hybrid RAG.Star 🌟 if you like it!

    Python 84 10

  2. multimind-sdk-jsmultimind-sdk-jsPublic

    JavaScript for MultiMindSDK – bring advanced context transfer and multi-LLM orchestration, Node.js apps, and web tools

    TypeScript 7

Repositories

Loading
Type
Select type
Language
Select language
Sort
Select order
Showing 10 of 14 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…


[8]ページ先頭

©2009-2025 Movatter.jp