https://github.com/ohmycloud/rig-arxiv-agent
https://github.com/ohmycloud/rig-arxiv-agent
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ohmycloud/rig-arxiv-agent
- Owner: ohmycloud
- Created: 2025-01-11T13:51:36.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-09-13T06:12:38.000Z (9 months ago)
- Last Synced: 2026-02-15T04:04:40.345Z (4 months ago)
- Language: HTML
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# arxiv agent
How to run?
```bash
RUSTLOG=info cargo run
```
please refer to [arxiv-rig-rust](https://www.shuttle.dev/blog/2025/01/08/arxiv-rig-rust)
note: You need a OpenAI API key.
```bash
export OPENAI_BASE_URL="https://api.apiyi.com/v1"
export OPENAI_API_KEY="xxxxxxxxxxxxxxxxxxxxxxxxx"
```
And, the prompt must tell the LLM to return a raw JSON string without any markdown label.