Skip to content

Commit 6b1c6d7

Browse files
author
root
committed
modify the default of TRANSPORT to stdio and model to fastmcp in env.json
1 parent 6be0f3c commit 6b1c6d7

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ description = "ABACUS agent tools for connecting LLMs to first-principles calcul
2020
requires-python = ">=3.11"
2121

2222
dependencies = [
23-
"abacustest>=0.4.55",
23+
"abacustest>=0.4.56",
2424
"numpy<2.0",
2525
"pymatgen>=2025.5.28",
2626
"bohr-agent-sdk==0.1.121",

src/abacusagent/env.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
import time
44

55
ENVS = {
6-
"ABACUSAGENT_WORK_PATH": "/tmp/abacusagent",
6+
"ABACUSAGENT_WORK_PATH": ".",
77
"ABACUSAGENT_SUBMIT_TYPE": "local", # local, bohrium
88

99
# connection settings
10-
"ABACUSAGENT_TRANSPORT": "sse", # sse, streamable-http
10+
"ABACUSAGENT_TRANSPORT": "stdio", # sse, streamable-http
1111
"ABACUSAGENT_HOST": "localhost",
1212
"ABACUSAGENT_PORT": "50001",
13-
"ABACUSAGENT_MODEL": "dp", # fastmcp, abacus, dp
13+
"ABACUSAGENT_MODEL": "fastmcp", # fastmcp, abacus, dp
1414

1515
# LLM settings
1616
"LLM_MODEL": "",
@@ -21,7 +21,7 @@
2121
"BOHRIUM_USERNAME": "",
2222
"BOHRIUM_PASSWORD": "",
2323
"BOHRIUM_PROJECT_ID": "",
24-
"BOHRIUM_ABACUS_IMAGE": "registry.dp.tech/dptech/abacus-stable:LTSv3.10", # THE bohrium image for abacus calculations,
24+
"BOHRIUM_ABACUS_IMAGE": "registry.dp.tech/dptech/abacus:LTSv3.10.1", # THE bohrium image for abacus calculations,
2525
"BOHRIUM_ABACUS_MACHINE": "c32_m64_cpu", # THE bohrium machine for abacus calculations, c32_m64_cpu
2626
"BOHRIUM_ABACUS_COMMAND": "OMP_NUM_THREADS=1 mpirun -np 16 abacus",
2727

0 commit comments

Comments
 (0)