Skip to content

Commit 00c8203

Browse files
authored
Merge pull request #700 from SchrodingersCattt/dev-gmy
chore: update callback and image of LAMMPS agent
2 parents 31340fd + 0d5a403 commit 00c8203

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

agents/matmaster_agent/sub_agents/LAMMPS_agent/callback.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,9 @@ async def validate_lammps_file_urls(tool, args, tool_context: ToolContext):
6969

7070
# Define the file path arguments that need to be validated for each tool
7171
file_path_args = {
72+
'orchestrate_input': [('structure_file',)],
73+
'convert_structural_format': [('structure_file',)],
7274
'run_lammps': [('input_file',), ('structure_file',), ('potential_file',)],
73-
'convert_lammps_structural_format': [('structure_file',)],
7475
}
7576

7677
# Get the argument names that contain file paths for this tool

agents/matmaster_agent/sub_agents/LAMMPS_agent/constant.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
LAMMPS_BOHRIUM_EXECUTOR = copy.deepcopy(BohriumExecutor)
1717
LAMMPS_BOHRIUM_EXECUTOR['machine']['remote_profile'][
1818
'image_address'
19-
] = 'registry.dp.tech/dptech/lammps-agent:a6d43c87'
19+
] = 'registry.dp.tech/dptech/lammps-agent:7035a9bf'
2020
LAMMPS_BOHRIUM_EXECUTOR['machine']['remote_profile'][
2121
'machine_type'
2222
] = 'c16_m64_1 * NVIDIA 4090'

0 commit comments

Comments
 (0)