MCPcopy Create free account

hub / github.com/CodeClash-ai/CodeClash / functions

Functions1,100 in github.com/CodeClash-ai/CodeClash

Methodexecute_round
(self, agents: list[Player])
codeclash/arenas/robocode/robocode.py:92
Methodexecute_round
(self, agents: list[Player])
codeclash/arenas/gomoku/gomoku.py:29
Methodexecute_round
(self, agents: list[Player])
codeclash/arenas/scml/scml.py:79
Methodexecute_round
(self, agents: list[Player])
codeclash/arenas/huskybench/huskybench.py:68
Methodexecute_round
(self, agents: list[Player])
codeclash/arenas/battlecode25/battlecode25.py:49
Methodexecute_round
(self, agents: list[Player])
codeclash/arenas/cyborg/cyborg.py:81
Methodexecute_round
(self, agents: list[Player])
codeclash/arenas/figgie/figgie.py:66
Methodexecute_round
Execute competition phase - run Fastchess matches between agents.
codeclash/arenas/chess/chess.py:189
Methodexecute_round
(self, agents: list[Player])
codeclash/arenas/bomberland/bomberland.py:107
Methodexecute_round
(self, agents: list[Player])
codeclash/arenas/battlesnake/battlesnake.py:97
Methodexecute_round
Execute a round: compile all agents, then run simulations. Handles failures gracefully: - If one agent fails to compile, the other wi
codeclash/arenas/battlecode23/battlecode23.py:178
Methodexecute_round
(self, agents: list[Player])
codeclash/arenas/corewar/corewar.py:42
Methodexecute_round
(self, agents: list[Player])
codeclash/arenas/halite/halite.py:86
Methodfailure_stats
(self)
codeclash/analysis/stats/per_model.py:64
FunctionfillTextareaWithAWSResubmitCommands
()
codeclash/viewer/static/js/picker.js:318
FunctionfillTextareaWithAWSSubmitCommands
()
codeclash/viewer/static/js/picker.js:452
FunctionfillTextareaWithFoldernames
()
codeclash/viewer/static/js/picker.js:274
FunctionfillTextareaWithGuessedConfigNames
()
codeclash/viewer/static/js/picker.js:378
FunctionfillTextareaWithPaths
()
codeclash/viewer/static/js/picker.js:196
FunctionfillTextareaWithS3RmCommands
()
codeclash/viewer/static/js/picker.js:294
Functionfind_max_round_for_player
Find the highest round number that exists for a player.
codeclash/analysis/code_evolve/main.py:69
Functionfind_tournament_folders
(input_dir: Path)
codeclash/analysis/llm_as_judge/utils.py:75
Methodfirst_proposals
(self)
codeclash/arenas/scml/runtime/run_scml.py:372
FunctionformatMatrixCellInfo
(cellData)
codeclash/viewer/static/js/matrix.js:80
Methodformat_message
(self, **kwargs)
codeclash/agents/mini_anthropic_model.py:235
Methodformat_observation_messages
Format execution outputs as a single user message with tool_result blocks (Anthropic format).
codeclash/agents/mini_anthropic_model.py:238
Functionformat_timestamp
Format Unix timestamp as YY/MM/DD HH:MM
codeclash/viewer/app.py:982
Methodgame_config
(self)
codeclash/arenas/arena.py:111
Methodgame_id
(self)
codeclash/arenas/arena.py:115
Methodgame_name
Get game name from config
codeclash/viewer/app.py:277
Methodgame_name
(self)
codeclash/analysis/llm_as_judge/utils.py:34
Functiongame_picker
Freeze game picker
scripts/freeze_viewer.py:47
Functiongame_picker
Game picker page with flat folder structure
codeclash/viewer/app.py:1123
Functiongame_view
Freeze all game views
scripts/freeze_viewer.py:53
Functionget_current_git_branch
()
codeclash/utils/git_utils.py:4
Functionget_folder_name
Extract the folder name from a path
codeclash/viewer/app.py:961
Methodget_metadata
This is what we write to metadata.json. You can subclass extend this to add more details for specific games.
codeclash/arenas/arena.py:223
Methodget_metadata
Get metadata for the agent.
codeclash/agents/player.py:143
Methodget_metadata
(self)
codeclash/tournaments/tournament.py:34
Functionget_parent_folder
Extract the parent folder name from a path
codeclash/viewer/app.py:970
Methodget_results
(self, agents: list[Player], round_num: int, stats: RoundStats)
codeclash/arenas/halite3/halite3.py:57
Methodget_results
(self, agents: list[Player], round_num: int, stats: RoundStats)
codeclash/arenas/dummy/dummy.py:21
Methodget_results
Parse simulation results and determine the round winner.
codeclash/arenas/battlecode24/battlecode24.py:308
Methodget_results
(self, agents: list[Player], round_num: int, stats: RoundStats)
codeclash/arenas/robotrumble/robotrumble.py:117
Methodget_results
Parse results and determine winners.
codeclash/arenas/bridge/bridge.py:105
Methodget_results
(self, agents: list[Player], round_num: int, stats: RoundStats)
codeclash/arenas/robocode/robocode.py:127
Methodget_results
(self, agents: list[Player], round_num: int, stats: RoundStats)
codeclash/arenas/gomoku/gomoku.py:38
Methodget_results
(self, agents: list[Player], round_num: int, stats: RoundStats)
codeclash/arenas/scml/scml.py:109
Methodget_results
(self, agents: list[Player], round_num: int, stats: RoundStats)
codeclash/arenas/huskybench/huskybench.py:78
Methodget_results
(self, agents: list[Player], round_num: int, stats: RoundStats)
codeclash/arenas/battlecode25/battlecode25.py:67
Methodget_results
(self, agents: list[Player], round_num: int, stats: RoundStats)
codeclash/arenas/cyborg/cyborg.py:109
Methodget_results
(self, agents: list[Player], round_num: int, stats: RoundStats)
codeclash/arenas/figgie/figgie.py:72
Methodget_results
Parse Fastchess results and determine winners.
codeclash/arenas/chess/chess.py:466
Methodget_results
(self, agents: list[Player], round_num: int, stats: RoundStats)
codeclash/arenas/bomberland/bomberland.py:139
Methodget_results
(self, agents: list[Player], round_num: int, stats: RoundStats)
codeclash/arenas/battlesnake/battlesnake.py:154
Methodget_results
Parse simulation results and determine the round winner.
codeclash/arenas/battlecode23/battlecode23.py:301
Methodget_results
(self, agents: list[Player], round_num: int, stats: RoundStats)
codeclash/arenas/corewar/corewar.py:48
Methodget_results
( self, agents: list[Player], round_num: int, stats: RoundStats, patte
codeclash/arenas/halite/halite.py:101
Methodget_template_vars
(self, **kwargs)
codeclash/agents/mini_anthropic_model.py:276
Functionguess_config_names
()
scripts/freeze_viewer.py:96
Functionguess_config_names
Guess config file names based on metadata.json files
codeclash/viewer/app.py:1451
FunctionhandleDateClick
(event, dateText)
codeclash/viewer/static/js/picker.js:1066
FunctionhandleGameClick
(event, gameName)
codeclash/viewer/static/js/picker.js:39
FunctionhandleGameNameClick
(event, gameName)
codeclash/viewer/static/js/picker.js:1056
FunctionhandleKeyboardNavigation
(event)
codeclash/viewer/static/js/picker.js:684
FunctionhandleModelTagClick
(event, modelName)
codeclash/viewer/static/js/picker.js:1061
FunctionhandlePickerClick
(event)
codeclash/viewer/static/js/app.js:47
FunctionhandleRowClick
(event, gameName)
codeclash/viewer/static/js/picker.js:63
Functionhas_unpushed_commits
()
codeclash/utils/git_utils.py:14
Methodimage_name
(self)
codeclash/arenas/arena.py:119
Functioninclude_replacer
(match)
codeclash/utils/yaml_utils.py:14
Functioninclude_representer
(dumper, data)
codeclash/utils/generate_confs.py:38
Functionindex
Only freeze the root index
scripts/freeze_viewer.py:41
Functionindex
Main viewer page - now redirects to picker if no folder is selected
codeclash/viewer/app.py:1092
Methodinit
(self)
codeclash/arenas/scml/runtime/run_scml.py:328
FunctioninitializeJSONEditors
(metadata)
codeclash/viewer/static/js/json-editors.js:4
Methodinstance_id
(self)
codeclash/analysis/llm_as_judge/utils.py:38
Functionis_git_repo_dirty
()
codeclash/utils/git_utils.py:9
Functionis_static_mode
Check if we're running in static mode
codeclash/viewer/app.py:346
Methodis_valid
Check if metadata was loaded successfully
codeclash/viewer/app.py:241
Functionliteral_representer
(dumper, data)
codeclash/utils/generate_confs.py:42
Functionload_log
()
scripts/freeze_viewer.py:68
Functionload_log
Load log file content on demand
codeclash/viewer/app.py:1255
Functionload_trajectory_details
()
scripts/freeze_viewer.py:72
Functionload_trajectory_details
Load trajectory details (messages, submission, memory) on demand
codeclash/viewer/app.py:1294
Functionload_trajectory_diffs
()
scripts/freeze_viewer.py:76
Functionload_trajectory_diffs
Load trajectory diff data on demand
codeclash/viewer/app.py:1342
Methodlocal_output_dir
(self)
codeclash/tournaments/tournament.py:29
Methodlog_message
(self, *args)
codeclash/replay/serve.py:85
Functionmain
Console-script entrypoint (`codeclash`).
codeclash/cli/app.py:96
Functionmake
Build a ladder: run PvP tournaments across all pairs of players (for ranking). [dim]• codeclash ladder make configs/ablations/ladder/make_battles
codeclash/cli/ladder.py:69
Methodmatrices
Direct access to the matrices in metadata.
codeclash/analysis/matrix.py:85
Functionmatrix
Evaluate PvP tournament matrices (head-to-head win matrix). [dim]• codeclash rank matrix logs/PvpTournament.<...> -n 5 -w 8[/dim]
codeclash/cli/rank.py:33
Methodmerge_dicts
(default, user)
codeclash/arenas/robocode/robocode.py:52
Methodmetadata_file
(self)
codeclash/tournaments/pvp.py:49
Methodmetadata_path
(self)
codeclash/analysis/llm_as_judge/utils.py:46
Functionminimal_config
Minimal config dict for arena initialization.
tests/arenas/conftest.py:94
Methodmodels
Get list of unique model names from players config
codeclash/viewer/app.py:265
Methodname_for
(pid: int)
codeclash/arenas/halite3/replay.py:81
Methodname_for
(owner: int)
codeclash/arenas/halite2/replay.py:76
← previousnext →701–800 of 1,100, ranked by callers