Documentation Index
Fetch the complete documentation index at: https://hubify.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Agent Configuration
Every lab has an agent team that you can customize to match your research domain. This guide covers how to add, remove, and configure agents.Default Agent Team
When you create a lab from a template, you get a pre-configured team:| Agent | Role | Default Model | Specialty |
|---|---|---|---|
| Orchestrator | Router + manager | Claude Opus | Task routing, priority management |
| Research Lead | Research strategy | Claude Opus | Domain-specific research |
| Paper Lead | Manuscript management | Claude Opus | Writing, citations, claims |
| Analysis Worker | Data analysis | Claude Sonnet | Statistics, data processing |
| Figure Worker | Visualization | Claude Haiku | Plot generation, formatting |
| Data Worker | Data management | Claude Haiku | Ingestion, transformation, wiki |
Adding Agents
- Web UI
- CLI
- Go to your lab’s Agents view
- Click Add Agent
- Configure:
- Name, Descriptive name (e.g., “Cosmology Lead”)
- Role, Lead or Worker
- Model, The AI model this agent uses
- Specialty, Free-text description of the agent’s domain expertise
- Click Create
Choosing Models
Select models based on the reasoning level required:| Reasoning Level | Recommended Models | Cost |
|---|---|---|
| High | Claude Opus 4.7, GPT-5.4, Gemini 3.1 Pro, Grok 4 | $$$ |
| Medium | Claude Sonnet 4.6, GPT-5.4 Mini, Gemini 3.1 Flash | $$ |
| Low | Claude Haiku 4.5 | $ |
Leads can do work themselves (not just delegate). A Claude Opus 4.7 lead can handle complex analysis directly, while a Haiku 4.5 worker handles formatting tasks. Match the model to the agent’s responsibilities.
Cross-Model Review Setup
Cross-model review is mandatory. Configure which external models participate:- Claude output is reviewed by GPT-5.4, Gemini 3.1, or Grok 4
- GPT-5.4 output is reviewed by Claude Opus 4.7, Gemini 3.1, or Grok 4
- Gemini 3.1 output is reviewed by Claude Opus 4.7, GPT-5.4, or Grok 4
- Grok 4 output is reviewed by Claude Opus 4.7, GPT-5.4, or Gemini 3.1
Updating Agents
Viewing the Team
Standup Configuration
Configure the orchestrator’s standup schedule:Auto-Scheduling
Enable auto-scheduling so the orchestrator picks the next experiment when pods are idle:Best Practices
- Use Opus for orchestrator and leads that make strategic decisions
- Use Sonnet for workers that do analysis and code generation
- Use Haiku for workers that do formatting, data transformation, and wiki updates
- Always have at least two external model providers for cross-model review
- Start with the default team and add specialists as your research demands grow