Skip to content

Commit b7af1e8

Browse files
authored
docs(tarko-agent): init documentation (#1502)
1 parent 1336f29 commit b7af1e8

File tree

97 files changed

+11706
-1274
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

97 files changed

+11706
-1274
lines changed

multimodal/pnpm-lock.yaml

Lines changed: 37 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

multimodal/websites/docs/docs/en/blog/2025-06-25-introducing-agent-tars-beta.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ This stems from CLI's advantages without losing core capabilities:
406406

407407
<Figure src="/compare-install-size.png" title="Compare install size" zoom={1} />
408408

409-
For usage guidelines of `@agent-tars/cli`, please visit [Quick Start](../guide/get-started/quick-start.mdx).
409+
For usage guidelines of `@agent-tars/cli`, please visit [Quick Start](/guide/get-started/quick-start).
410410

411411
<br />
412412

@@ -480,7 +480,7 @@ From the final released API, we provide three operation methods:
480480
| `visual-grounding` | Operation capabilities based on GUI Agent ([UI-TARS](https://seed-tars.com/) / [Doubao 1.5 VL](https://www.volcengine.com/docs/82379/1554521)), without DOM-related tools. |
481481
| `hybrid` | Operation capabilities including both `visual-grounding` and `dom` |
482482

483-
For how to use and more details, please visit [Browser Operation](../guide/basic/browser.mdx).
483+
For how to use and more details, please visit [Browser Operation](/guide/basic/browser).
484484

485485
---
486486

@@ -514,7 +514,7 @@ In the new version of Agent TARS, we built the entire architecture on Streaming,
514514

515515
### Web UI
516516

517-
Thanks to the [Agent Event Stream](#agent-event-stream) introduced in the new version of Agent TARS, Web UI can be developed completely independently and interact with [Agent TARS Server](../guide/advanced/server.mdx) through protocols. Ultimately, we bring a clean Web UI:
517+
Thanks to the [Agent Event Stream](#agent-event-stream) introduced in the new version of Agent TARS, Web UI can be developed completely independently and interact with Agent TARS Server through protocols. Ultimately, we bring a clean Web UI:
518518

519519
<Grid columns={2} gap="md">
520520
<GridItem>
@@ -773,7 +773,7 @@ import { ActionCard } from '@components/ActionCard';
773773
title="Quick Start"
774774
description="Getting started with Agent TARS CLI"
775775
icon="🚀"
776-
href="../guide/get-started/quick-start.html"
776+
href="/guide/get-started/quick-start"
777777
color="blue"
778778
/>
779779
<ActionCard
Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,27 @@
11
[
22
{
33
"type": "file",
4-
"name": "server",
5-
"label": "Server"
4+
"name": "agent-snapshot",
5+
"label": "Agent Snapshot"
6+
},
7+
{
8+
"type": "file",
9+
"name": "agent-trace",
10+
"label": "Agent Trace"
11+
},
12+
{
13+
"type": "file",
14+
"name": "benchmark",
15+
"label": "Benchmark"
16+
},
17+
{
18+
"type": "file",
19+
"name": "context",
20+
"label": "Context"
21+
},
22+
{
23+
"type": "file",
24+
"name": "fc-engine",
25+
"label": "FC Engine"
626
}
727
]

0 commit comments

Comments
 (0)