multi-llm-agent

Orchestrate multi-LLM collaboration across providers for complex tasks.

12|1|Updated Nov 23, 2025
One-click install
npx skills add https://github.com/jiunbae/agent-skills --skill multi-llm-agent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: multi-llm-agent
Source: https://github.com/jiunbae/agent-skills/tree/main/agents/multi-llm-agent
Command: npx skills add https://github.com/jiunbae/agent-skills --skill multi-llm-agent

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python, openai, requests, google-generativeai, anthropic, ollama, pyyaml, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

여러 LLM을 통합하여 역할 분담, 토론/합의, 체인 파이프라인 등 다양한 협업 패턴으로 복잡한 작업을 해결합니다.

Core Features & Use Cases

  • 역할 분담/토론/체인: 다양한 협업 패턴 지원
  • 병렬 + 종합: 병렬 실행 후 종합
  • 강력한 구성: OpenAI, Gemini, Anthropic, Ollama 등 다중 프로바이더 지원

Quick Start

예: "여러 LLM으로 로그인 기능 기획해줘"

Frequently Asked Questions about multi-llm-agent

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I orchestrate multiple LLMs from different providers to solve complex problems?

Multi-LLM orchestration coordinates OpenAI, Gemini, Anthropic, and Ollama APIs to execute collaborative patterns—role-based division, discussion, chain pipelines, and parallel execution—solving tasks like code review, design, and security assessment by applying diverse model perspectives simultaneously.

What collaboration patterns does multi-LLM agent support?

Multi-LLM agent supports role-based task distribution where agents assume specialized roles, discussion patterns enabling consensus, chain pipelines sequencing LLM outputs, and parallel execution with synthesis, enabling complex workflows across heterogeneous providers.

Can I use OpenAI, Gemini, Anthropic, and Ollama together in one workflow?

Yes. The agent integrates OpenAI, Gemini, Anthropic, and Ollama through unified APIs, enabling dynamic runtime composition of scenarios with multiple providers, token accounting, detailed logging, and environment configuration for team workflows.

How do I set up token accounting and logging for multi-provider LLM workflows?

The agent provides detailed logging and token accounting across all provider calls, supporting environment configuration and reusable presets so teams can track API consumption, monitor collaboration patterns, and audit multi-LLM interactions programmatically.

What's the difference between role-based and discussion patterns in LLM collaboration?

Role-based patterns assign specialized tasks to specific LLMs, while discussion patterns enable multiple LLMs to iterate and reach consensus. Chain patterns sequence outputs linearly; parallel patterns execute simultaneously and synthesize results for comprehensive solutions.

Do I need configuration files to define multi-LLM scenarios?

Yes. The agent uses YAML configuration with reusable presets enabling dynamic scenario composition at runtime, allowing teams to define collaboration patterns, provider selection, role assignments, and workflow parameters without code changes.