GitDeployHub

ant-research/meta-agent-challenge

github.com/ant-research/meta-agent-challenge ↗
Unknown stack
11 environment variables found in .env.example

Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.

  • ANTHROPIC_BASE_URL secret Meta-agent (Claude Code) credentials Used by every `*_meta_agent.sh` and `*_meta_agent_claude_code.sh` script.
  • ANTHROPIC_API_KEY secret
  • OPENAI_BASE_URL secret Meta-agent (Codex) credentials Used by every `*_meta_agent_codex*.sh` script.
  • OPENAI_API_KEY secret
  • GOOGLE_GEMINI_BASE_URL Meta-agent (Gemini CLI) credentials Used by every `*_meta_agent_gemini*.sh` script. Start the proxy (gemini_openai_proxy.py) yourself and…
  • GEMINI_API_KEY secret
  • TASK_MODEL_API_BASE Task model (the model the inner agent uses) All scripts read these and pass them into the harness containers.
  • TASK_MODEL_API_KEY secret
  • TASK_MODEL_NAME
  • SEARCH_API_BASE Science (GPQA) search API Only the science_meta_agent_*.sh scripts need this.
  • SEARCH_API_KEY secret
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/ant-research/meta-agent-challenge
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/ant-research/meta-agent-challenge
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/ant-research/meta-agent-challenge
Or deploy to a different host
← Try another repo