academia-mcp 1.6.3__tar.gz → 1.6.4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {academia_mcp-1.6.3 → academia_mcp-1.6.4}/PKG-INFO +1 -1
- {academia_mcp-1.6.3 → academia_mcp-1.6.4}/academia_mcp/tools/bitflip.py +3 -6
- {academia_mcp-1.6.3 → academia_mcp-1.6.4}/academia_mcp.egg-info/PKG-INFO +1 -1
- {academia_mcp-1.6.3 → academia_mcp-1.6.4}/pyproject.toml +1 -1
- {academia_mcp-1.6.3 → academia_mcp-1.6.4}/LICENSE +0 -0
- {academia_mcp-1.6.3 → academia_mcp-1.6.4}/README.md +0 -0
- {academia_mcp-1.6.3 → academia_mcp-1.6.4}/academia_mcp/__init__.py +0 -0
- {academia_mcp-1.6.3 → academia_mcp-1.6.4}/academia_mcp/__main__.py +0 -0
- {academia_mcp-1.6.3 → academia_mcp-1.6.4}/academia_mcp/files.py +0 -0
- {academia_mcp-1.6.3 → academia_mcp-1.6.4}/academia_mcp/latex_templates/agents4science_2025/agents4science_2025.sty +0 -0
- {academia_mcp-1.6.3 → academia_mcp-1.6.4}/academia_mcp/latex_templates/agents4science_2025/agents4science_2025.tex +0 -0
- {academia_mcp-1.6.3 → academia_mcp-1.6.4}/academia_mcp/llm.py +0 -0
- {academia_mcp-1.6.3 → academia_mcp-1.6.4}/academia_mcp/pdf.py +0 -0
- {academia_mcp-1.6.3 → academia_mcp-1.6.4}/academia_mcp/py.typed +0 -0
- {academia_mcp-1.6.3 → academia_mcp-1.6.4}/academia_mcp/server.py +0 -0
- {academia_mcp-1.6.3 → academia_mcp-1.6.4}/academia_mcp/tools/__init__.py +0 -0
- {academia_mcp-1.6.3 → academia_mcp-1.6.4}/academia_mcp/tools/anthology_search.py +0 -0
- {academia_mcp-1.6.3 → academia_mcp-1.6.4}/academia_mcp/tools/arxiv_download.py +0 -0
- {academia_mcp-1.6.3 → academia_mcp-1.6.4}/academia_mcp/tools/arxiv_search.py +0 -0
- {academia_mcp-1.6.3 → academia_mcp-1.6.4}/academia_mcp/tools/document_qa.py +0 -0
- {academia_mcp-1.6.3 → academia_mcp-1.6.4}/academia_mcp/tools/hf_datasets_search.py +0 -0
- {academia_mcp-1.6.3 → academia_mcp-1.6.4}/academia_mcp/tools/latex.py +0 -0
- {academia_mcp-1.6.3 → academia_mcp-1.6.4}/academia_mcp/tools/py.typed +0 -0
- {academia_mcp-1.6.3 → academia_mcp-1.6.4}/academia_mcp/tools/review.py +0 -0
- {academia_mcp-1.6.3 → academia_mcp-1.6.4}/academia_mcp/tools/s2_citations.py +0 -0
- {academia_mcp-1.6.3 → academia_mcp-1.6.4}/academia_mcp/tools/visit_webpage.py +0 -0
- {academia_mcp-1.6.3 → academia_mcp-1.6.4}/academia_mcp/tools/web_search.py +0 -0
- {academia_mcp-1.6.3 → academia_mcp-1.6.4}/academia_mcp/utils.py +0 -0
- {academia_mcp-1.6.3 → academia_mcp-1.6.4}/academia_mcp.egg-info/SOURCES.txt +0 -0
- {academia_mcp-1.6.3 → academia_mcp-1.6.4}/academia_mcp.egg-info/dependency_links.txt +0 -0
- {academia_mcp-1.6.3 → academia_mcp-1.6.4}/academia_mcp.egg-info/entry_points.txt +0 -0
- {academia_mcp-1.6.3 → academia_mcp-1.6.4}/academia_mcp.egg-info/requires.txt +0 -0
- {academia_mcp-1.6.3 → academia_mcp-1.6.4}/academia_mcp.egg-info/top_level.txt +0 -0
- {academia_mcp-1.6.3 → academia_mcp-1.6.4}/setup.cfg +0 -0
- {academia_mcp-1.6.3 → academia_mcp-1.6.4}/tests/test_anthology_search.py +0 -0
- {academia_mcp-1.6.3 → academia_mcp-1.6.4}/tests/test_arxiv_download.py +0 -0
- {academia_mcp-1.6.3 → academia_mcp-1.6.4}/tests/test_arxiv_search.py +0 -0
- {academia_mcp-1.6.3 → academia_mcp-1.6.4}/tests/test_bitflip.py +0 -0
- {academia_mcp-1.6.3 → academia_mcp-1.6.4}/tests/test_document_qa.py +0 -0
- {academia_mcp-1.6.3 → academia_mcp-1.6.4}/tests/test_extract_json.py +0 -0
- {academia_mcp-1.6.3 → academia_mcp-1.6.4}/tests/test_hf_dataset_search.py +0 -0
- {academia_mcp-1.6.3 → academia_mcp-1.6.4}/tests/test_latex.py +0 -0
- {academia_mcp-1.6.3 → academia_mcp-1.6.4}/tests/test_review.py +0 -0
- {academia_mcp-1.6.3 → academia_mcp-1.6.4}/tests/test_s2_citations.py +0 -0
- {academia_mcp-1.6.3 → academia_mcp-1.6.4}/tests/test_visit_webpage.py +0 -0
- {academia_mcp-1.6.3 → academia_mcp-1.6.4}/tests/test_web_search.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: academia-mcp
|
3
|
-
Version: 1.6.
|
3
|
+
Version: 1.6.4
|
4
4
|
Summary: MCP server that provides different tools to search for scientific publications
|
5
5
|
Author-email: Ilya Gusev <phoenixilya@gmail.com>
|
6
6
|
Project-URL: Homepage, https://github.com/IlyaGusev/academia_mcp
|
@@ -121,11 +121,9 @@ Your task is to score the proposals.
|
|
121
121
|
|
122
122
|
Proposals:
|
123
123
|
{% for proposal in proposals %}
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
- Experiments: {{proposal["experiments"]}}
|
128
|
-
- Risks and limitations: {{proposal["risks_and_limitations"]}}
|
124
|
+
----
|
125
|
+
{{proposal}}
|
126
|
+
----
|
129
127
|
{% endfor %}
|
130
128
|
|
131
129
|
Here are the criteria:
|
@@ -278,7 +276,6 @@ async def score_research_proposals(proposals: List[str]) -> str:
|
|
278
276
|
proposals: A list of JSON strings with research proposals.
|
279
277
|
"""
|
280
278
|
model_name = os.getenv("BITFLIP_MODEL_NAME", "deepseek/deepseek-chat-v3-0324")
|
281
|
-
proposals = [Proposal.model_validate_json(proposal) for proposal in proposals]
|
282
279
|
prompt = encode_prompt(SCORE_PROMPT, proposals=proposals)
|
283
280
|
content = await llm_acall(
|
284
281
|
model_name=model_name, messages=[ChatMessage(role="user", content=prompt)]
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: academia-mcp
|
3
|
-
Version: 1.6.
|
3
|
+
Version: 1.6.4
|
4
4
|
Summary: MCP server that provides different tools to search for scientific publications
|
5
5
|
Author-email: Ilya Gusev <phoenixilya@gmail.com>
|
6
6
|
Project-URL: Homepage, https://github.com/IlyaGusev/academia_mcp
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|