Primary competition visual

Telco Troubleshooting Agentic Challenge

€40 000 EUR
~1 month left
Agentic AI
Fine-tuning
Large Language Models
488 joined
41 active
Starti
Apr 17, 26
Closei
May 18, 26
Reveali
May 29, 26
what's allowed?
9 Apr 2026, 13:24 · 2

Is server.py part of the evaluation environment, or is it provided only as a reference interface? Are participants allowed to modify it or define new tools, either within it or externally? (SOLVED: https://www.youtube.com/live/PbS0kxmMiak)

Additionally, how similar will the Phase 2 and Phase 3 datasets be compared to Phase 1? Will they follow the same schema, distributions, and difficulty level? In previous telco competitions, there were significant changes in data structure and difficulty, so we would like to better understand what to expect here.

Discussion 2 answers

Hi, the server.py should not be modified. You can create tools to process the acquired data or retrieve information from other sources. The datasets in the 3 phases will contain the same type (level of complexity) of questions in this competition.

10 Apr 2026, 13:11
Upvotes 1

Thanks @AntonioDeDomenico, how about the utils.py and types.py? it seems class Scenario(BaseModel) missing placeholder for tag that contains info about multi-answer or single-answer, or is it just intended like that?