Skip to content

Add four new agents: Windsurf, OpenHands, Tembo, and Factory#61

Open
erkinalp wants to merge 4 commits intoaavetis:mainfrom
erkinalp:devin/1763904180-add-four-agents
Open

Add four new agents: Windsurf, OpenHands, Tembo, and Factory#61
erkinalp wants to merge 4 commits intoaavetis:mainfrom
erkinalp:devin/1763904180-add-four-agents

Conversation

@erkinalp
Copy link
Copy Markdown

@erkinalp erkinalp commented Nov 23, 2025

  • Add GitHub search queries for all four agents to collect_data.py
  • Add agent metadata (colors, URLs, queries) to generate_chart.py AGENTS list
  • Add percentage calculations for ready and total rates
  • Update JSON export to include all four agents in interactive chart
  • Update CSV headers in data.csv and data_backup.csv
  • Update index_template.html regex to recognize new agents

Windsurf: https://windsurf.com (branch prefix: windsurf/)
OpenHands (AllHands) (bot account: openhands-agent)
OpenHands (self-hosted) (branch prefix: openhands/ without openhands-agent) (self-hosted with default config) fixes #26
Tembo: https://www.tembo.io/ (bot account: tembo[bot])
Factory: https://www.factory.ai/ (branch prefix: factory/)
Cosine: https://cosine.sh (branch prefix: cosine/)

devin-ai-integration bot and others added 4 commits November 23, 2025 13:28
- Add GitHub search queries for all four agents to collect_data.py
- Add agent metadata (colors, URLs, queries) to generate_chart.py AGENTS list
- Add percentage calculations for ready and total rates
- Update JSON export to include all four agents in interactive chart
- Update CSV headers in data.csv and data_backup.csv
- Update index_template.html regex to recognize new agents

Windsurf: https://windsurf.com (branch prefix: windsurf/)
OpenHands: https://openhands.dev/ (branch prefix: openhands/)
Tembo: https://www.tembo.io/ (bot account: tembo[bot])
Factory: https://www.factory.ai/ (branch prefix: factory/)
Co-Authored-By: Erkin Alp Güney <erkinalp9035@gmail.com>
Change Devin's search pattern from author:devin-ai-integration[bot] to head:devin/
to match the branch prefix pattern used by other agents.

Updated files:
- collect_data.py: Changed Devin queries to use head:devin/
- generate_chart.py: Updated Devin AGENTS entry URLs
- scripts/add_nondraft_final.py: Updated Devin nondraft query

This aligns with upstream PR aavetis#54

Co-Authored-By: Erkin Alp Güney <erkinalp9035@gmail.com>
1. Revert PR aavetis#54 changes: Keep devin-ai-integration[bot] pattern
   - Changed back from head:devin/ to author:devin-ai-integration[bot]
   - Updated collect_data.py, generate_chart.py, scripts/add_nondraft_final.py
   - User confirmed author-based pattern is the only reliable way for Devin

2. Add Cosine as 5th new agent (from upstream PR aavetis#42)
   - Added Cosine queries to collect_data.py (head:cosine/)
   - Added Cosine to AGENTS list in generate_chart.py
   - Added cosine_percentage and cosine_total_percentage calculations
   - Updated JSON export colors and agent loop
   - Updated CSV headers in data.csv and data_backup.csv
   - Updated templates/index_template.html regex to include cosine

Total agents now: 11 (copilot, codex, cursor, devin, codegen, jules,
windsurf, openhands, tembo, factory, cosine)

Co-Authored-By: Erkin Alp Güney <erkinalp9035@gmail.com>
- Replace single openhands agent with two variants:
  * openhands_allhands: Uses author:openhands-agent (AllHands demo instance)
  * openhands_selfhosted: Uses head:openhands/ -author:openhands-agent (self-hosted with default config)
- Update collect_data.py with new search queries for both variants
- Update generate_chart.py with metadata, colors, and percentage calculations
- Update CSV headers in data.csv and data_backup.csv
- Update templates/index_template.html regex to recognize both variants

This split provides better visibility into demo vs self-hosted deployments
and improves tracking accuracy since self-hosted instances only work
reliably with default settings.

Co-Authored-By: Erkin Alp Güney <erkinalp9035@gmail.com>
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.

Add OpenHands

1 participant