Skip to content

Commit da3994c

Browse files
committed
gst
1 parent 32dbb78 commit da3994c

2 files changed

Lines changed: 36 additions & 7 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
<div align="center">
22
<img src="https://raw.githubusercontent.com/SuperagenticAI/superopt/main/assets/SuperOpt_logo.png" alt="SuperOpt Logo" width="400" height="auto">
33

4+
<div align="center">
5+
6+
🎉 SuperOpt is now publicly released — [research paper](https://super-agentic.ai/papers/SuperOpt.pdf) + [open-source library](https://super-agentic.ai/research/superopt)
7+
8+
</div>
9+
410
# 🚀 SuperOpt
511

612
**Agentic Environment Optimization for Autonomous AI Agents**

docs/index.md

Lines changed: 30 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,19 @@
1111
<img src="assets/SuperOpt_logo.png" alt="SuperOpt Logo" class="hero-logo-large">
1212
</div>
1313
<div class="hero-right">
14-
<p class="hero-subtitle">
15-
Agentic Environment Optimization for Autonomous AI Agents
16-
</p>
17-
<p class="hero-built-by">
18-
Built by <a href="https://super-agentic.ai/" target="_blank" rel="noopener">Superagentic AI</a>
19-
</p>
14+
<p class="hero-subtitle">
15+
Agentic Environment Optimization for Autonomous AI Agents
16+
</p>
17+
<p class="hero-badges">
18+
<a href="https://pypi.org/project/superopt/"><img src="https://img.shields.io/pypi/v/superopt.svg" alt="PyPI"></a>
19+
<a href="https://github.com/SuperagenticAI/superopt/actions"><img src="https://github.com/SuperagenticAI/superopt/workflows/CI/badge.svg" alt="CI"></a>
20+
<a href="https://github.com/SuperagenticAI/superopt/blob/main/LICENSE"><img src="https://img.shields.io/github/license/SuperagenticAI/superopt.svg" alt="License"></a>
21+
<a href="https://github.com/SuperagenticAI/superopt/stargazers"><img src="https://img.shields.io/github/stars/SuperagenticAI/superopt.svg" alt="GitHub stars"></a>
22+
<a href="https://super-agentic.ai/papers/SuperOpt.pdf"><img src="https://img.shields.io/badge/Paper-PDF-blue.svg" alt="Paper"></a>
23+
</p>
24+
<p class="hero-built-by">
25+
Built by <a href="https://super-agentic.ai/" target="_blank" rel="noopener">Superagentic AI</a>
26+
</p>
2027
</div>
2128
</div>
2229
<div class="hero-center-cta">
@@ -284,10 +291,17 @@ print(optimizer.environment.tools['edit_file'].description)
284291
.hero-subtitle {
285292
font-size: clamp(1.2rem, 2vw, 1.8rem);
286293
font-weight: 600;
287-
margin: 0 0 1.5rem 0;
294+
margin: 0 0 1rem 0;
288295
color: var(--md-primary-fg-color);
289296
}
290297

298+
.hero-badges {
299+
margin: 1rem 0 1.5rem 0;
300+
display: flex;
301+
gap: 0.5rem;
302+
flex-wrap: wrap;
303+
}
304+
291305
.hero-description {
292306
font-size: 1.1rem;
293307
line-height: 1.6;
@@ -627,6 +641,10 @@ print(optimizer.environment.tools['edit_file'].description)
627641
font-size: 1.4rem;
628642
}
629643

644+
.hero-badges {
645+
justify-content: center;
646+
}
647+
630648
.problem-solution {
631649
grid-template-columns: 1fr;
632650
gap: 1.5rem;
@@ -679,6 +697,11 @@ print(optimizer.environment.tools['edit_file'].description)
679697
font-size: 1.2rem;
680698
}
681699

700+
.hero-badges {
701+
flex-direction: column;
702+
align-items: center;
703+
}
704+
682705
.hero-description {
683706
font-size: 1rem;
684707
}

0 commit comments

Comments
 (0)