Skip to content

add new bots#246

Open
lsabor wants to merge 1 commit intomainfrom
feat/new-bots
Open

add new bots#246
lsabor wants to merge 1 commit intomainfrom
feat/new-bots

Conversation

@lsabor
Copy link
Copy Markdown
Contributor

@lsabor lsabor commented Apr 25, 2026

Adds 8 new bots

  • claude sonnet 4.6
  • qwen 3.5
  • gemini 3.1 pro
  • gpt 5.5
  • gpt 5.4
  • gpt 5.4 mini
  • gpt 5.4 nano
  • gpt 5.3 (model no longer available)
  • gpt 5.3 instance (model no longer available)
  • minimax m2 7

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds support for additional forecasting “bot” configurations and updates the GitHub Actions orchestration to resolve Metaculus tokens via a metac_name key (for use with the METACULUS_TOKENS secret mapping).

Changes:

  • Add metac_name to RunBotConfig and define several new bot entries in get_default_bot_dict().
  • Extend the reusable run-bot-launcher workflow to accept metac_name and use it for token lookup.
  • Add new bot jobs to the AIB tournament workflow and backfill metac_name for existing jobs.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 4 comments.

File Description
run_bots.py Adds a metac_name field and registers new April 2026 bot configs.
.github/workflows/run-bot-launcher.yaml Introduces metac_name input and switches token lookup from bot_name to metac_name.
.github/workflows/run-bot-aib-tournament.yaml Adds April 2026 bot jobs and passes metac_name into the launcher for many jobs.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .github/workflows/run-bot-launcher.yaml
Comment thread .github/workflows/run-bot-aib-tournament.yaml
Comment thread run_bots.py
Comment thread .github/workflows/run-bot-aib-tournament.yaml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants