KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#deepseek-harness
#dsh-plugin
#open-source
#ai
#claude-code
#cli
#windows
#codex
#developer-tools
#dsh
Eigen-1
★ 95
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
artifex
:
Small Language Model Inference, Fine-Tuning and Observability.
ReflectWorld
:
ReflectWorld-MM: An Entity-Oriented Multimodal Memory System for Open-Ended Video Stream
svelte-check-native
:
Blazing fast svelte-check (<1.0s) built with Rust
LightNap
:
LightNap (lightweight .NET/Angular/PrimeNG) is a full stack starter kit designed to provide a boost to Single Page Applications (SPA).
alphaevolve-on-googlecloud
:
No description available.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
Eigen-1
?
Download (.md)
# Eigen-1 🔗 Full paper: [https://arxiv.org/abs/2505.20286](https://arxiv.org/abs/2509.21193) ## Installation ```bash conda env create -f environment.yaml conda activate eigen1 pip install -e . # install tool dependencies cd mcp_sandbox/ pip install -r requirements.txt ``` --- ## Configuration 1. Configure the tools following the instructions in `mcp_sandbox/README.md`. 2. Configure `configs/common_config.py` file, set the following parameters: - `DEEPSEEK_CONFIG`: **Deepseek v3.1** model, which is used as the main agent - `OPENAI_CONFIG`: for RAG - `O3-MINI_CONFIG`: for evaluation - `SANDBOX`: for MCP toolbox URL --- ## Running the Project To run the agent on the HLE Bio/Chem dataset(`data/hle-bio.json`): 1. **Run the Agent** ```bash python -m functions.eigen1_hle ``` 2. **Calculate Score** Once the agent has finished, run the scoring script: ```bash python utils/hle_score.py ``` ## Acknowledgment This repository benefit from [X-Master](https://github.com/sjtu-sai-agents/X-Master/tree/main). ## Cite US ``` @article{tang2025eigen, title={Eigen-1: Adaptive Multi-Agent Refinement with Monitor-Based RAG for Scientific Reasoning}, author={Tang, Xiangru and Xu, Wanghan and Wang, Yujie and Guo, Zijie and Shao, Daniel and Chen, Jiapeng and Zhang, Cixuan and Wang, Ziyi and Zhang, Lixin and Wan, Guancheng and others}, journal={arXiv preprint arXiv:2509.21193}, year={2025} } ```