Junrulu commited on
Commit
67c2cb2
·
verified ·
1 Parent(s): c4f8990

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +33 -0
README.md CHANGED
@@ -13,6 +13,39 @@ tags:
13
 
14
  **ContextPilot: Teaching Agents for Proactive Context Management via Fine-grained RL**
15
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
  ContextPilot-14B is the Qwen3-14B checkpoint of **ContextPilot**, a proactive context-management framework for long-horizon language-model agents. It teaches agents to plan, maintain long-term memory, and offload less useful context while they continue reasoning and using tools. For more details, see our [paper]() and [code repository](https://github.com/Tencent/ContextPilot).
17
 
18
  ![ContextPilot overview](assets/contextpilot_overview.png)
 
13
 
14
  **ContextPilot: Teaching Agents for Proactive Context Management via Fine-grained RL**
15
 
16
+ <p align="center">
17
+ <a href="https://github.com/Tencent/ContextPilot">
18
+ <img
19
+ src="https://img.shields.io/badge/ContextPilot-GitHub-blue?logo=github"
20
+ alt="GitHub Repo"
21
+ />
22
+ </a>
23
+ <a href="https://tencent.github.io/ContextPilot/">
24
+ <img
25
+ src="https://img.shields.io/badge/ContextPilot-Live_Demo-ff725e?logo=githubpages&logoColor=white"
26
+ alt="ContextPilot Live Demo"
27
+ />
28
+ </a>
29
+ <a href="">
30
+ <img
31
+ src="https://img.shields.io/badge/ContextPilot-Paper-red?logo=arxiv&logoColor=red"
32
+ alt="Paper"
33
+ />
34
+ </a>
35
+ <a href="https://huggingface.co/collections/panzs19/contextpilot">
36
+ <img
37
+ src="https://img.shields.io/badge/ContextPilot-Models-yellow?logo=huggingface&logoColor=yellow"
38
+ alt="Hugging Face Models"
39
+ />
40
+ </a>
41
+ <a href="https://github.com/Tencent/ContextPilot/tree/main#setup">
42
+ <img
43
+ src="https://img.shields.io/badge/ContextPilot-Quickstart-purple?logo=rocket&logoColor=purple"
44
+ alt="Quickstart"
45
+ />
46
+ </a>
47
+ </p>
48
+
49
  ContextPilot-14B is the Qwen3-14B checkpoint of **ContextPilot**, a proactive context-management framework for long-horizon language-model agents. It teaches agents to plan, maintain long-term memory, and offload less useful context while they continue reasoning and using tools. For more details, see our [paper]() and [code repository](https://github.com/Tencent/ContextPilot).
50
 
51
  ![ContextPilot overview](assets/contextpilot_overview.png)