swarm-factory

作者 Usaid22已验证

Top Autonomous Research Multi-Agent System for 2026 Lab Experiments

87
Stars
0
Forks
HTML
语言
2026/8/24
添加时间

⚠️ 第三方软件声明

本 Skill 为第三方开源软件,独立托管于 GitHub。SkillTip 仅为信息目录,不控制或维护底层仓库。所显示的安全检查为自动化且范围有限,安装前请自行审查源码。

阅读服务条款

安装

添加到你的 Claude Code skills 目录:

# Add to your Claude Code skills
git clone https://github.com/Usaid22/swarm-factory

快速入门

使用 swarm-factory 等 Skills 的指南。

安全报告

已验证

上次扫描:—

{
  "status": "PASSED",
  "issues": []
}

README.md

🧪 LabRat

Autonomous Multi-Agent Research Orchestrator

Download

Turn your research chaos into a symphony of intelligent agents.
LabRat is not an experiment tracker. It is a self-organizing colony of AI research assistants that autonomously explore hypotheses, allocate market-style computational credits, and produce reproducible findings—all coordinated through a single YAML configuration.


🧬 Overview

Imagine a research lab where every scientist is an AI agent, each with a unique specialization, budget, and communication protocol. LabRat orchestrates these agents using market-based resource allocation, where compute, API quota, and memory are traded like commodities.

Your role? Chief Scientist. You define the experimental frontier; the colony navigates it.

graph TD
    A[User: Define Hypothesis] --> B[Orchestrator]
    B --> C{Market Allocation Engine}
    C --> D[Agent: Literature Miner]
    C --> E[Agent: Data Synthesizer]
    C --> F[Agent: Hypothesis Tester]
    D --> G[Shared Memory Pool]
    E --> G
    F --> G
    G --> H[Experiment Report]
    H --> I[Claude API Summary]
    H --> J[OpenAI API Critique]

✨ Feature Constellation

  • 🧠 Multi-Agent Brain Trust – Deploy specialized agents (mining, synthesis, validation, critique) that collaborate without human babysitting.
  • 📊 Market-Allocation Engine – Agents earn "lab credits" for high-value discoveries and spend them on compute, API calls, or memory priority.
  • 🔬 Autonomous Research Loops – Define a seed hypothesis; LabRat iterates until statistical saturation or budget exhaustion.
  • 🌍 Multilingual Research Support – Agents read papers in 32+ languages, synthesize findings in your chosen output language.
  • 🕵️ Claude Code Integration – Use Anthropic’s API for deep reasoning; OpenAI’s for rapid generation. Hybrid mode blends both.
  • 📱 Responsive Command Interface – Monitor agent activity via terminal or a lightweight web dashboard (no npm needed).
  • 🔁 Self-Reproducing Experiments – Every run generates a deterministic reproduction bundle (config + agent logs + credit ledger).
  • ☁️ 24/7 Unattended Operation – Agents pause during API outages, resume when credits refill, email you findings.

🧪 Example Profile Configuration

Design your agent colony. Save as labrat_colony.yml:

colony_name: "Neuro-Symbolic Hypothesis Fleet"
budget:
  total_credits: 1000
  per_agent:
    miner: 300
    synthesizer: 400
    tester: 300

agents:
  - role: "miner"
    model: "claude-3-opus-2026"
    language: "auto"  # auto-detect paper language
    speciality: "literature_convergence"
    prompt_style: "exhaustive_skeptic"

  - role: "synthesizer"
    model: "gpt-4-turbo-2026"
    language: "en"
    speciality: "contradiction_detection"
    output_format: "structured_json"

  - role: "tester"
    model: "hybrid"  # Uses both Claude + OpenAI
    language: "en"
    speciality: "statistical_falsification"
    confidence_threshold: 0.87

memory_pool:
  type: "distributed_vector"
  ttl: "7d"
  compression: "semantic_v1"

logging:
  level: "agent_dialog"
  output: "colony_run_2026_03_14"

🖥️ Example Console Invocation

labrat launch --config ./labrat_colony.yml --hypothesis "Do RNNs exhibit emergent graph-theoretic properties under sparse reward regimes?"

Expected output:

[2026-03-14 09:15:02] 🧬 Colony "Neuro-Symbolic Hypothesis Fleet" initialized.
[2026-03-14 09:15:04] 📊 Market allocation: miner=300, synthesizer=400, tester=300.
[2026-03-14 09:15:07] ⛏️ Agent miner dispatched: scanning 1,240 arXiv preprints...
[2026-03-14 09:17:00] ⛏️ Agent miner: 37 relevant papers found. Credits spent: 42.
[2026-03-14 09:17:02] 🔗 Agent synthesizer: identifying topological contradictions...
[2026-03-14 09:21:33] 🔗 Agent synthesizer: 3 unresolved contradictions flagged.
[2026-03-14 09:21:35] 🧪 Agent tester: running falsification via 12 experimental permutations...
[2026-03-14 09:28:01] 📄 Colony report generated: colony_run_2026_03_14/final_report.pdf
[2026-03-14 09:28:03] ✉️ Report shipped to your inbox.

🖥️📱📟 OS Compatibility

Operating SystemStatusNotes
🪟 Windows 11/10✅ FullWSL support for advanced orchestration
🍏 macOS 14+✅ FullNative ARM/M1-M4 optimized
🐧 Linux (Ubuntu 24.04+)✅ FullRecommended for 24/7 operation
📱 Android via Termux⚠️ PartialCLI only; dashboard limited
🍏 iOS via a-Shell⚠️ PartialAgent spawning disabled

⚙️ Integration Depth

OpenAI API 🟢

LabRat uses OpenAI’s GPT-4 Turbo for rapid hypothesis generation, summarization, and multi-language translation. Agents request completions asynchronously. The market allocation engine meters usage so you never blow your quota.

Claude API (Anthropic) 🟣

For deep reasoning tasks—contradiction detection, long-context literature synthesis, and causal inference—LabRat delegates to Claude 3 Opus. Agents can be configured to prefer Claude for “reasoning-heavy” tasks and OpenAI for “generation-heavy” tasks.

Hybrid Mode 🤖

When model: hybrid is set, the orchestrator sends a prompt to both APIs, compares the outputs using a semantic similarity gate, and selects the most coherent response. This costs twice the credits but produces higher-quality results.


🌐 Multilingual and Responsive Design

LabRat’s dashboard (lightweight, built on native terminal UI) automatically resizes for screen widths from 80 to 240 columns. All agent dialogs are rendered in the user’s local timezone and locale. The interface supports right-to-left scripts and CJK characters without special configuration.


🧭 SEO Keywords Naturally Integrated

Research automation, multi-agent coordination, AI-driven experiment management, autonomous research agents, market-based compute allocation, Claude API integration, OpenAI hybrid workflow, reproducible science, colony intelligence.


⚠️ Disclaimer

LabRat is designed for legitimate academic and industrial research purposes only. It does not bypass API rate limits, steal credentials, or generate deceptive content. The market allocation engine is a simulation of resource economics, not a real cryptocurrency or financial instrument.

By using LabRat, you agree that all API usage complies with OpenAI’s and Anthropic’s respective terms of service. The project maintainers assume no liability for misuse, including unauthorized automated paper scraping or violation of publisher access policies.


📜 License

This project is released under the MIT License.
You are free to use, modify, and distribute, provided the original license notice is included.
See the full license here: MIT License


💿 Download & Run

Download

Release assets include: binary for your OS, example colony profiles, and a quickstart YAML template.


Built for the curious colony builder. 🧪🐭
© 2026 LabRat Project. Not affiliated with OpenAI or Anthropic.

常见问题

What is swarm-factory?

swarm-factory is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by Usaid22. Top Autonomous Research Multi-Agent System for 2026 Lab Experiments. It has 87 GitHub stars.

Is swarm-factory safe to use?

Yes. swarm-factory passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.

How do I install swarm-factory?

Clone the repository with "git clone https://github.com/Usaid22/swarm-factory" and add it to your Claude Code skills directory (see the Installation section above).

What programming language is swarm-factory written in?

swarm-factory is primarily written in HTML. It is open-source under Usaid22 on GitHub, so you can review or fork the full source.

Are there alternatives to swarm-factory?

Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh swarm-factory against similar tools.

评论 (0)

暂无评论,成为第一个分享想法的人!

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情

claude-code

by anthropics

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

120,03119,897Shell
AI 智能体
查看详情

开发者还喜欢

基于喜欢此 Skill 的开发者投票和收藏

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP 服务器apisai-tools
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情