evalstate HF Staff commited on
Commit
9ea665e
·
verified ·
1 Parent(s): 1bbb589

Deploy f215920 archive navigation cache

Browse files

Source commit: f215920f1e87d98fb77692ea3e44370ce5db4e62

research/archive_provisioning.py CHANGED
@@ -15,7 +15,7 @@ ARCHIVE_TEMPLATE_SPACE = os.getenv(
15
  "RESEARCH_ARCHIVE_TEMPLATE_SPACE",
16
  "evalstate/research-archive-template",
17
  )
18
- ARCHIVE_TEMPLATE_VERSION = "1.2.0"
19
  ARCHIVE_MARKER_PATH = "archive-template.json"
20
  ARCHIVE_SPACE_NAME = "research-agent"
21
  ARCHIVE_MOUNT_PATH = "/research"
 
15
  "RESEARCH_ARCHIVE_TEMPLATE_SPACE",
16
  "evalstate/research-archive-template",
17
  )
18
+ ARCHIVE_TEMPLATE_VERSION = "1.2.1"
19
  ARCHIVE_MARKER_PATH = "archive-template.json"
20
  ARCHIVE_SPACE_NAME = "research-agent"
21
  ARCHIVE_MOUNT_PATH = "/research"
research/fastmcp_server.py CHANGED
@@ -90,7 +90,7 @@ def register_research_app(
90
  description=(
91
  "The clearly stated goal of the research or reproduction task. "
92
  "Provide important constraints and the preferred approach when "
93
- "specified."
94
  )
95
  ),
96
  ],
 
90
  description=(
91
  "The clearly stated goal of the research or reproduction task. "
92
  "Provide important constraints and the preferred approach when "
93
+ "specified. Work with the user to refine this before calling if needed. "
94
  )
95
  ),
96
  ],