|
10 | 10 | <a href="https://github.com/SuperagenticAI/superopt/actions"><img src="https://github.com/SuperagenticAI/superopt/workflows/CI/badge.svg" alt="CI"></a> |
11 | 11 | <a href="https://github.com/SuperagenticAI/superopt/blob/main/LICENSE"><img src="https://img.shields.io/github/license/SuperagenticAI/superopt.svg" alt="License"></a> |
12 | 12 | <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> |
13 | 14 | </p> |
14 | 15 |
|
15 | 16 | <p align="center"> |
16 | 17 | <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> |
18 | 19 | </div> |
19 | 20 |
|
| 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 | + |
20 | 32 | --- |
21 | 33 |
|
22 | 34 | ## ✨ Key Features |
@@ -47,9 +59,23 @@ SuperOpt formalizes optimization as iterative descent over **Natural Language Gr |
47 | 59 |
|
48 | 60 | </div> |
49 | 61 |
|
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 |
51 | 77 |
|
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) |
53 | 79 |
|
54 | 80 | ## Key Features |
55 | 81 |
|
|
0 commit comments