Test the Agentic and large context window capabilities of DeepSeek-R1 QWEN 32b with this ready to deploy example 📦
# Agentic RAG-Powered arXiv Research Assistant
This example demonstrates how to build an intelligent research assistant using AgentKit, arXiv dataset, and the DeepSeek R1 model. The assistant helps users find and analyze relevant academic papers based on their research queries.
Requirements
To successfully follow this tutorial, you will need the following:
- Git installed
- Node 22+
- `pnpm`
- An Inngest account (for deployment)
- A Koyeb account (for the DeepSeek-R1 QWEN 32b model)
## Deploying the DeepSeek-R1 QWEN 32b model
Use the link below to deploy the DeepSeek-R1 QWEN 32b model to Koyeb in one-click:
[Deploy the model on Koyeb](https://app.koyeb.com/deploy?type=model&model=deepseek-r1-qwen-32)
From there, you can choose to either run the application locally or deploy it to Koyeb.
## Deploying the application
Deploy the application to Koyeb using the following button:
[](https://app.koyeb.com/deploy?type=git&repository=inngest/deepseek-r1-agentic-rag-arxiv-research-example&branch=main&name=deepseek-r1-arxiv-research)
Then, once your application is deployed, login into your Inngest dashboard and configure a new sync using the following url:
```
https://<YOUR_DOMAIN_PREFIX>.koyeb.app/api/inngest
```
Once the sync successful, navigate to the Functions tabs and invoke the `arxiv-research-assistant` function with this payload:
```json
{
"data": {
"input": "What are the latest advancements in deep learning optimization techniques?"
}
}
```
You should be redirected to the Runs view and see your workflow run.
## Running the application locally
### Installation
1. Install dependencies:
```bash
pnpm install
```
2. Configure the deployed model URL in the `.env` file:
```bash
DEEPSEEK_API_KEY=test
DEEPSEEK_BASE_URL=https://<YOUR_DOMAIN_PREFIX>.koyeb.app/v1
```
### Running the Application
1. Start the development server:
```bash
pnpm dev
```
2. Start HAL 分层混合模型工作流 — 强模型(Claude)负责理解/拆解/验收,低成本模型(DeepSeek)负责检索/提取/清洗。Hermes Agent skill。
An LLM agent fine-tuned on DeepSeek for spaced repetition, dynamically integrating knowledge points based on the Ebbinghaus forgetting curve.
基于 STM32F103 构建的端到端 AI 智能手表生态。自研“零重定位”原生机器码动态加载引擎与页面栈式 UI 框架;集成生产级 OTA 回滚保护机制与高带宽(921600 baud)串口协议栈。通过 Node.js 中继实现 DeepSeek AI 语义控制及 ASRPRO 语音全双工交互,是一个集成了分布式计算、现代存储管理与 AI Agent 的嵌入式全栈工程。
A Meta-Agent-Driven Self-Evolving Multi-Agent System for UAV Detection and Tracking
One command to run Hermes AI Agent with a browser UI. Zero prerequisites. 一行命令,AI 就位。
网页应用Agent,接入DeepSeek、Mimo等模型