Skip to content

Commit e3e51ae

Browse files
authored
add Agents CLI home page section (#1818)
* add Agents CLI home page section - Update Coding with AI, Agents CLI section * updated animated GIF * Update coding-with-ai.md
1 parent 1d3029a commit e3e51ae

7 files changed

Lines changed: 39 additions & 38 deletions

File tree

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<!-- Developer Tools -->
2+
<div class="feature-split reverse">
3+
<div class="feature-text">
4+
<span class="feature-badge">Agents CLI</span>
5+
<h2>Build agents <i>with</i> agents.</h2>
6+
<p>Go from idea to coded ADK agent in minutes. Use your favorite AI-enabled developer environment to scaffold, build, test, evaluate, and deploy with Agents CLI.</p>
7+
<a href="tutorials/coding-with-ai/#agents-cli" class="btn btn-accent" style="margin-top:12px">Learn more</a>
8+
</div>
9+
<div class="feature-visual">
10+
<div class="ui-wrapper">
11+
<img src="assets/agent-cli.gif" alt="Agent CLI for building ADK agents" class="devui-img">
12+
</div>
13+
</div>
14+
</div>

docs/_includes/homepage/_ecosystem.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!-- Ecosystem -->
2-
<div class="feature-split reverse">
2+
<div class="feature-split">
33
<div class="feature-text">
44
<span class="feature-badge">Ecosystem</span>
55
<h2>Open ecosystem. Connect everything.</h2>

docs/_includes/homepage/_framework.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!-- Developer Tools -->
2-
<div class="feature-split">
2+
<div class="feature-split reverse">
33
<div class="feature-text">
44
<span class="feature-badge">Framework</span>
55
<h2>Powerful simplicity. Built for scale.</h2>

docs/_includes/homepage/_graphs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!-- Developer Tools -->
2-
<div class="feature-split reverse">
2+
<div class="feature-split">
33
<div class="feature-text">
44
<span class="feature-badge">Graph Workflows</span>
55
<h2>Reliable logic. Intelligent reasoning.</h2>

docs/assets/agent-cli.gif

2.26 MB
Loading

docs/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ hide:
2020
<!-- Hero Section -->
2121
{{% include '_includes/homepage/_hero.md' %}}
2222

23+
<!-- Agent CLI -->
24+
{{% include '_includes/homepage/_agent-cli.md' %}}
25+
2326
<!-- Graphs -->
2427
{{% include '_includes/homepage/_graphs.md' %}}
2528

@@ -29,9 +32,6 @@ hide:
2932
<!-- Ecosystem -->
3033
{{% include '_includes/homepage/_ecosystem.md' %}}
3134

32-
<!-- AI Dev Tools -->
33-
{{% include '_includes/homepage/_ai-dev-tools.md' %}}
34-
3535
<!-- Ready to Build CTA Section -->
3636
{{% include '_includes/homepage/_build-cta.md' %}}
3737

docs/tutorials/coding-with-ai.md

Lines changed: 19 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -11,45 +11,32 @@ server.
1111
- [**ADK Docs Index**](#adk-docs-index): Machine-readable documentation files
1212
following the `llms.txt` standard.
1313

14-
## agents-cli
15-
16-
[Agents CLI in Agent Platform](https://google.github.io/agents-cli/) is the command-line tool for
17-
ADK development. It provides scaffolding commands, deployment tools, and
18-
development skills that work with any compatible coding assistant, including
19-
Gemini CLI, Antigravity, Claude Code, and Cursor.
14+
## Agents CLI {#agents-cli}
15+
16+
The [Agents CLI](https://google.github.io/agents-cli/) tool set lets you plug
17+
ADK agent expertise into your favorite AI-coding environments including
18+
Antigravity, Gemini CLI, Claude Code, and Cursor. Install Agents CLI into your
19+
current AI-powered development environment to scaffold, build, test, evaluate,
20+
and deploy ADK agents. Enable your development environment with these
21+
Agents CLI Skills:
22+
23+
* Development lifecycle and coding guidelines
24+
* Project scaffolding
25+
* Evaluation methodology and scoring
26+
* Agent Runtime, Cloud Run, and GKE deployment
27+
* Gemini Enterprise agent publishing
28+
* Trace, logging, and integrations
29+
* Python API quick reference and docs index
2030

2131
To install Agents CLI and set up ADK development skills:
2232

2333
```bash
2434
uvx google-agents-cli setup
2535
```
2636

27-
This installs both the CLI and coding skills. Browse the [Agents CLI
28-
documentation](https://google.github.io/agents-cli/) for more details.
29-
30-
### CLI Commands
31-
32-
| Command | Description |
33-
|---------|-------------|
34-
| `agents-cli scaffold create` | Create a new ADK agent project |
35-
| `agents-cli scaffold enhance` | Add deployment to existing project |
36-
| `agents-cli eval` | Run agent evaluations |
37-
| `agents-cli deploy` | Deploy to Agent Runtime, Cloud Run, or GKE |
38-
| `agents-cli publish` | Publish to Gemini Enterprise |
39-
40-
### Development Skills
41-
42-
After setup, the following skills are available in your coding tool:
43-
44-
| Skill | Description |
45-
|-------|-------------|
46-
| `google-agents-cli-workflow` | Development lifecycle and coding guidelines |
47-
| `google-agents-cli-adk-code` | Python API quick reference and docs index |
48-
| `google-agents-cli-scaffold` | Project scaffolding |
49-
| `google-agents-cli-eval` | Evaluation methodology and scoring |
50-
| `google-agents-cli-deploy` | Agent Runtime, Cloud Run, and GKE deployment |
51-
| `google-agents-cli-publish` | Gemini Enterprise registration |
52-
| `google-agents-cli-observability` | Tracing, logging, and integrations |
37+
For more information on installing Agents CLI and using it in your development
38+
environment, see the
39+
[Agents CLI documentation](https://google.github.io/agents-cli/).
5340

5441
## ADK Docs MCP Server
5542

0 commit comments

Comments
 (0)