Skip to content

Commit 32dbb78

Browse files
committed
Add citation
1 parent f3c5f14 commit 32dbb78

1 file changed

Lines changed: 29 additions & 3 deletions

File tree

README.md

Lines changed: 29 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,25 @@
1010
<a href="https://github.com/SuperagenticAI/superopt/actions"><img src="https://github.com/SuperagenticAI/superopt/workflows/CI/badge.svg" alt="CI"></a>
1111
<a href="https://github.com/SuperagenticAI/superopt/blob/main/LICENSE"><img src="https://img.shields.io/github/license/SuperagenticAI/superopt.svg" alt="License"></a>
1212
<a href="https://github.com/SuperagenticAI/superopt/stargazers"><img src="https://img.shields.io/github/stars/SuperagenticAI/superopt.svg" alt="GitHub stars"></a>
13+
<a href="https://super-agentic.ai/papers/SuperOpt.pdf"><img src="https://img.shields.io/badge/Paper-PDF-blue.svg" alt="Paper"></a>
1314
</p>
1415

1516
<p align="center">
1617
<em>SuperOpt is a unified framework for optimizing agent environments (prompts, tools, retrieval, memory) without modifying model parameters. It treats the entire agent environment as a structured optimization target, enabling autonomous agents to self-correct and stabilize over time.</em>
17-
</p>
18+
</p>
1819
</div>
1920

21+
## Problem Setting
22+
23+
Autonomous agents operate in environments composed of prompts, tools, retrieval systems, and memory.
24+
Failures often arise from mismatches or inconsistencies in these components rather than from model parameters themselves.
25+
26+
SuperOpt formalizes this setting and provides a structured way to:
27+
- represent agent environments,
28+
- observe execution traces,
29+
- attribute failures, and
30+
- apply targeted environment-level updates.
31+
2032
---
2133

2234
## ✨ Key Features
@@ -47,9 +59,23 @@ SuperOpt formalizes optimization as iterative descent over **Natural Language Gr
4759

4860
</div>
4961

50-
## Research Paper
62+
## Citation
63+
64+
If you use this work, please cite:
65+
66+
```bibtex
67+
@misc{superopt2025,
68+
title={SuperOpt: Agentic Environment Optimization for Autonomous AI Agents},
69+
author={Jagtap, Shashi},
70+
year={2025},
71+
note={Under review},
72+
url={https://super-agentic.ai/research/superopt}
73+
}
74+
```
75+
76+
## Status
5177

52-
The research paper describing SuperOpt has been uploaded and will be available soon after launch.
78+
📌 Under review on public research platforms — early access available via this repository and the project website. Paper is available to read [https://super-agentic.ai/papers/SuperOpt.pdf](https://super-agentic.ai/papers/SuperOpt.pdf) also link to the webpage [https://super-agentic.ai/research/superopt](https://super-agentic.ai/research/superopt)
5379

5480
## Key Features
5581

0 commit comments

Comments
 (0)