JSPM

@toyako/agent-hive

1.4.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 59
  • Score
    100M100P100Q90522F
  • License MIT

Multi-Runtime Agent Orchestration Framework

Package Exports

  • @toyako/agent-hive
  • @toyako/agent-hive/dist/commands/cli.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@toyako/agent-hive) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Agent Hive

English | 中文

One task. Multiple AI minds.

Claude writes. Codex reviews. Hermes plans.

Agent Hive lets multiple AI runtimes collaborate as one team.

$ hive

🐝 Agent Hive

What do you want to build?
> Build a SaaS landing page

[select] codex → claude
✓ COMPLETED — score: 95

Install

npm install -g @toyako/agent-hive

Setup

hive setup

Pick your provider, enter your API key, choose a model. Done.

Start

hive

Describe what you want. Agent Hive handles the rest.

Commands

hive                          # Interactive mode
hive "build a REST API"       # Run directly
hive setup                    # Configure provider
hive doctor                   # Check health
hive config                   # Config center
hive roles                    # View agent roles
hive workflows                # View workflows
hive tools                    # View available tools
hive mcp                      # MCP servers
hive channels                 # Communication channels
hive memory list              # View memories
hive project list             # View projects
hive resume                   # Resume last project
hive cost                     # Token usage
hive status                   # Current state

Supported Providers

OpenAI · Claude · Gemini · DeepSeek · OpenRouter · Mimo · Ollama · Custom

How It Works

  1. You describe a task
  2. Agent Hive picks the best AI for execution and review
  3. Executor writes the code
  4. Reviewer evaluates independently
  5. If issues found → automatic revision loop
  6. Done

FAQ

Do I need multiple API keys? No. One key works for everything.

What if I only have one provider? Works fine. All runtimes use the same provider.

Is it free? Agent Hive is free (MIT). You pay for API usage.

License

MIT