Skip to content

Commit 7e66429

Browse files
committed
deploy: f70e281
1 parent 419c11e commit 7e66429

File tree

11 files changed

+69
-96
lines changed

11 files changed

+69
-96
lines changed

_sources/en/quickstart/installation.md

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -44,22 +44,23 @@ The all-in-one package includes these dependencies by default:
4444

4545
When using other models or features, add the corresponding dependencies:
4646

47-
| Feature | Dependency | Maven Coordinates |
48-
|---------|------------|-------------------|
49-
| **OpenAI Models** | [OpenAI Java SDK](https://central.sonatype.com/artifact/com.openai/openai-java) | `com.openai:openai-java` |
50-
| **Google Gemini Models** | [Google GenAI SDK](https://central.sonatype.com/artifact/com.google.genai/google-genai) | `com.google.genai:google-genai` |
51-
| **Anthropic Models** | [Anthropic Java SDK](https://central.sonatype.com/artifact/com.anthropic/anthropic-java) | `com.anthropic:anthropic-java` |
52-
| **Mem0 Long-term Memory** | [OkHttp](https://central.sonatype.com/artifact/com.squareup.okhttp3/okhttp) | `com.squareup.okhttp3:okhttp` |
53-
| **ReME Long-term Memory** | [OkHttp](https://central.sonatype.com/artifact/com.squareup.okhttp3/okhttp) | `com.squareup.okhttp3:okhttp` |
54-
| **Bailian RAG** | [Bailian SDK](https://central.sonatype.com/artifact/com.aliyun/bailian20231229) | `com.aliyun:bailian20231229` |
55-
| **Qdrant RAG** | [Qdrant Client](https://central.sonatype.com/artifact/io.qdrant/client) | `io.qdrant:client` |
56-
| **Dify RAG** | [OkHttp](https://central.sonatype.com/artifact/com.squareup.okhttp3/okhttp) | `com.squareup.okhttp3:okhttp` |
57-
| **RAGFlow RAG** | [OkHttp](https://central.sonatype.com/artifact/com.squareup.okhttp3/okhttp) | `com.squareup.okhttp3:okhttp` |
58-
| **HayStack RAG** | [OkHttp](https://central.sonatype.com/artifact/com.squareup.okhttp3/okhttp) | `com.squareup.okhttp3:okhttp` |
59-
| **MySQL Session** | [MySQL Connector](https://central.sonatype.com/artifact/com.mysql/mysql-connector-j) | `com.mysql:mysql-connector-j` |
60-
| **Redis Session** | [Jedis](https://central.sonatype.com/artifact/redis.clients/jedis) | `redis.clients:jedis` |
61-
| **PDF Processing** | [Apache PDFBox](https://central.sonatype.com/artifact/org.apache.pdfbox/pdfbox) | `org.apache.pdfbox:pdfbox` |
62-
| **Word Processing** | [Apache POI](https://central.sonatype.com/artifact/org.apache.poi/poi-ooxml) | `org.apache.poi:poi-ooxml` |
47+
| Feature | Dependency | Maven Coordinates |
48+
|---------------------------|------------------------------------------------------------------------------------------|----------------------------------|
49+
| **OpenAI Models** | [OpenAI Java SDK](https://central.sonatype.com/artifact/com.openai/openai-java) | `com.openai:openai-java` |
50+
| **Google Gemini Models** | [Google GenAI SDK](https://central.sonatype.com/artifact/com.google.genai/google-genai) | `com.google.genai:google-genai` |
51+
| **Anthropic Models** | [Anthropic Java SDK](https://central.sonatype.com/artifact/com.anthropic/anthropic-java) | `com.anthropic:anthropic-java` |
52+
| **Mem0 Long-term Memory** | [OkHttp](https://central.sonatype.com/artifact/com.squareup.okhttp3/okhttp) | `com.squareup.okhttp3:okhttp` |
53+
| **ReME Long-term Memory** | [OkHttp](https://central.sonatype.com/artifact/com.squareup.okhttp3/okhttp) | `com.squareup.okhttp3:okhttp` |
54+
| **Bailian RAG** | [Bailian SDK](https://central.sonatype.com/artifact/com.aliyun/bailian20231229) | `com.aliyun:bailian20231229` |
55+
| **Qdrant RAG** | [Qdrant Client](https://central.sonatype.com/artifact/io.qdrant/client) | `io.qdrant:client` |
56+
| **Dify RAG** | [OkHttp](https://central.sonatype.com/artifact/com.squareup.okhttp3/okhttp) | `com.squareup.okhttp3:okhttp` |
57+
| **RAGFlow RAG** | [OkHttp](https://central.sonatype.com/artifact/com.squareup.okhttp3/okhttp) | `com.squareup.okhttp3:okhttp` |
58+
| **HayStack RAG** | [OkHttp](https://central.sonatype.com/artifact/com.squareup.okhttp3/okhttp) | `com.squareup.okhttp3:okhttp` |
59+
| **MySQL Session** | [MySQL Connector](https://central.sonatype.com/artifact/com.mysql/mysql-connector-j) | `com.mysql:mysql-connector-j` |
60+
| **Redis Session** | [Jedis](https://central.sonatype.com/artifact/redis.clients/jedis) | `redis.clients:jedis` |
61+
| **PDF Processing** | [Apache PDFBox](https://central.sonatype.com/artifact/org.apache.pdfbox/pdfbox) | `org.apache.pdfbox:pdfbox` |
62+
| **Word Processing** | [Apache POI](https://central.sonatype.com/artifact/org.apache.poi/poi-ooxml) | `org.apache.poi:poi-ooxml` |
63+
| **Nacos Registry** | [Nacos Client](https://central.sonatype.com/artifact/com.alibaba.nacos/nacos-client) | `com.alibaba.nacos:nacos-client` |
6364

6465
#### Example: Using OpenAI Models
6566

_sources/en/task/a2a.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,6 @@ A2aAgent.builder()
6464

6565
Using Nacos as an A2A registry allows AgentScope to automatically discover A2A services from Nacos for invocation.
6666

67-
```xml
68-
<dependency>
69-
<groupId>io.agentscope</groupId>
70-
<artifactId>agentscope-extensions-nacos-a2a</artifactId>
71-
<version>${agentscope.version}</version>
72-
</dependency>
73-
```
74-
7567
```java
7668
import io.agentscope.core.a2a.agent.A2aAgent;
7769
import io.agentscope.core.nacos.a2a.discovery.NacosAgentCardResolver;

_sources/zh/quickstart/installation.md

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -46,22 +46,23 @@ All-in-one 包默认带以下依赖,不用额外配置:
4646

4747
用其他模型或功能时,需要手动加对应依赖:
4848

49-
| 功能 | 依赖 | Maven 坐标 |
50-
|-----|------|-----------|
51-
| **OpenAI 模型** | [OpenAI Java SDK](https://central.sonatype.com/artifact/com.openai/openai-java) | `com.openai:openai-java` |
52-
| **Google Gemini 模型** | [Google GenAI SDK](https://central.sonatype.com/artifact/com.google.genai/google-genai) | `com.google.genai:google-genai` |
53-
| **Anthropic 模型** | [Anthropic Java SDK](https://central.sonatype.com/artifact/com.anthropic/anthropic-java) | `com.anthropic:anthropic-java` |
54-
| **Mem0 长期记忆** | [OkHttp](https://central.sonatype.com/artifact/com.squareup.okhttp3/okhttp) | `com.squareup.okhttp3:okhttp` |
55-
| **ReME 长期记忆** | [OkHttp](https://central.sonatype.com/artifact/com.squareup.okhttp3/okhttp) | `com.squareup.okhttp3:okhttp` |
56-
| **百炼 RAG** | [百炼 SDK](https://central.sonatype.com/artifact/com.aliyun/bailian20231229) | `com.aliyun:bailian20231229` |
57-
| **Qdrant RAG** | [Qdrant Client](https://central.sonatype.com/artifact/io.qdrant/client) | `io.qdrant:client` |
58-
| **Dify RAG** | [OkHttp](https://central.sonatype.com/artifact/com.squareup.okhttp3/okhttp) | `com.squareup.okhttp3:okhttp` |
59-
| **RAGFlow RAG** | [OkHttp](https://central.sonatype.com/artifact/com.squareup.okhttp3/okhttp) | `com.squareup.okhttp3:okhttp` |
60-
| **HayStack RAG** | [OkHttp](https://central.sonatype.com/artifact/com.squareup.okhttp3/okhttp) | `com.squareup.okhttp3:okhttp` |
61-
| **MySQL Session** | [MySQL Connector](https://central.sonatype.com/artifact/com.mysql/mysql-connector-j) | `com.mysql:mysql-connector-j` |
62-
| **Redis Session** | [Jedis](https://central.sonatype.com/artifact/redis.clients/jedis) | `redis.clients:jedis` |
63-
| **PDF 处理** | [Apache PDFBox](https://central.sonatype.com/artifact/org.apache.pdfbox/pdfbox) | `org.apache.pdfbox:pdfbox` |
64-
| **Word 处理** | [Apache POI](https://central.sonatype.com/artifact/org.apache.poi/poi-ooxml) | `org.apache.poi:poi-ooxml` |
49+
| 功能 | 依赖 | Maven 坐标 |
50+
|----------------------|------------------------------------------------------------------------------------------|----------------------------------|
51+
| **OpenAI 模型** | [OpenAI Java SDK](https://central.sonatype.com/artifact/com.openai/openai-java) | `com.openai:openai-java` |
52+
| **Google Gemini 模型** | [Google GenAI SDK](https://central.sonatype.com/artifact/com.google.genai/google-genai) | `com.google.genai:google-genai` |
53+
| **Anthropic 模型** | [Anthropic Java SDK](https://central.sonatype.com/artifact/com.anthropic/anthropic-java) | `com.anthropic:anthropic-java` |
54+
| **Mem0 长期记忆** | [OkHttp](https://central.sonatype.com/artifact/com.squareup.okhttp3/okhttp) | `com.squareup.okhttp3:okhttp` |
55+
| **ReME 长期记忆** | [OkHttp](https://central.sonatype.com/artifact/com.squareup.okhttp3/okhttp) | `com.squareup.okhttp3:okhttp` |
56+
| **百炼 RAG** | [百炼 SDK](https://central.sonatype.com/artifact/com.aliyun/bailian20231229) | `com.aliyun:bailian20231229` |
57+
| **Qdrant RAG** | [Qdrant Client](https://central.sonatype.com/artifact/io.qdrant/client) | `io.qdrant:client` |
58+
| **Dify RAG** | [OkHttp](https://central.sonatype.com/artifact/com.squareup.okhttp3/okhttp) | `com.squareup.okhttp3:okhttp` |
59+
| **RAGFlow RAG** | [OkHttp](https://central.sonatype.com/artifact/com.squareup.okhttp3/okhttp) | `com.squareup.okhttp3:okhttp` |
60+
| **HayStack RAG** | [OkHttp](https://central.sonatype.com/artifact/com.squareup.okhttp3/okhttp) | `com.squareup.okhttp3:okhttp` |
61+
| **MySQL Session** | [MySQL Connector](https://central.sonatype.com/artifact/com.mysql/mysql-connector-j) | `com.mysql:mysql-connector-j` |
62+
| **Redis Session** | [Jedis](https://central.sonatype.com/artifact/redis.clients/jedis) | `redis.clients:jedis` |
63+
| **PDF 处理** | [Apache PDFBox](https://central.sonatype.com/artifact/org.apache.pdfbox/pdfbox) | `org.apache.pdfbox:pdfbox` |
64+
| **Word 处理** | [Apache POI](https://central.sonatype.com/artifact/org.apache.poi/poi-ooxml) | `org.apache.poi:poi-ooxml` |
65+
| **Nacos注册中心** | [Nacos Client](https://central.sonatype.com/artifact/com.alibaba.nacos/nacos-client) | `com.alibaba.nacos:nacos-client` |
6566

6667
#### 示例:用 OpenAI 模型
6768

_sources/zh/task/a2a.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,6 @@ A2aAgent.builder()
6464

6565
使用 Nacos 作为 A2A 注册中心,自动从 Nacos 中发现 A2A 服务进行调用。
6666

67-
```xml
68-
<dependency>
69-
<groupId>io.agentscope</groupId>
70-
<artifactId>agentscope-extensions-nacos-a2a</artifactId>
71-
<version>${agentscope.version}</version>
72-
</dependency>
73-
```
74-
7567
```java
7668
import io.agentscope.core.a2a.agent.A2aAgent;
7769
import io.agentscope.core.nacos.a2a.discovery.NacosAgentCardResolver;

en/quickstart/installation.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta name="viewport" content="width=device-width,initial-scale=1">
55
<meta name="color-scheme" content="light dark"><meta name="viewport" content="width=device-width, initial-scale=1" />
66

7-
<meta property="article:modified_time" content="2026-01-05T13:06:34+00:00" /><link rel="index" title="Index" href="../../genindex.html"><link rel="search" title="Search" href="../../search.html"><link rel="next" title="Key Concepts" href="key-concepts.html"><link rel="prev" title="AgentScope Java" href="../intro.html">
7+
<meta property="article:modified_time" content="2026-01-07T02:37:14+00:00" /><link rel="index" title="Index" href="../../genindex.html"><link rel="search" title="Search" href="../../search.html"><link rel="next" title="Key Concepts" href="key-concepts.html"><link rel="prev" title="AgentScope Java" href="../intro.html">
88
<link rel="canonical" href="https://java.agentscope.io/en/quickstart/installation.html">
99
<link rel="prefetch" href="../../_static/logo.svg" as="image">
1010

@@ -543,6 +543,10 @@ <h3>Additional Dependencies<a class="headerlink" href="#additional-dependencies"
543543
<td><p><a class="reference external" href="https://central.sonatype.com/artifact/org.apache.poi/poi-ooxml">Apache POI</a></p></td>
544544
<td><p><code class="docutils literal notranslate"><span class="pre">org.apache.poi:poi-ooxml</span></code></p></td>
545545
</tr>
546+
<tr class="row-even"><td><p><strong>Nacos Registry</strong></p></td>
547+
<td><p><a class="reference external" href="https://central.sonatype.com/artifact/com.alibaba.nacos/nacos-client">Nacos Client</a></p></td>
548+
<td><p><code class="docutils literal notranslate"><span class="pre">com.alibaba.nacos:nacos-client</span></code></p></td>
549+
</tr>
546550
</tbody>
547551
</table>
548552
</div>
@@ -920,7 +924,7 @@ <h3>Micronaut<a class="headerlink" href="#micronaut" title="Link to this heading
920924
Made with
921925
<a href="https://github.com/pradyunsg/furo">Furo</a>
922926
<div class="last-updated">
923-
Last updated on 2026-01-05</div>
927+
Last updated on 2026-01-07</div>
924928
</div>
925929
<div class="right-details">
926930
<div class="icons">

en/task/a2a.html

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta name="viewport" content="width=device-width,initial-scale=1">
55
<meta name="color-scheme" content="light dark"><meta name="viewport" content="width=device-width, initial-scale=1" />
66

7-
<meta property="article:modified_time" content="2026-01-05T08:52:50+00:00" /><link rel="index" title="Index" href="../../genindex.html"><link rel="search" title="Search" href="../../search.html"><link rel="next" title="Coding with AI" href="ai-coding.html"><link rel="prev" title="AG-UI Protocol Integration" href="agui.html">
7+
<meta property="article:modified_time" content="2026-01-07T02:37:14+00:00" /><link rel="index" title="Index" href="../../genindex.html"><link rel="search" title="Search" href="../../search.html"><link rel="next" title="Coding with AI" href="ai-coding.html"><link rel="prev" title="AG-UI Protocol Integration" href="agui.html">
88
<link rel="canonical" href="https://java.agentscope.io/en/task/a2a.html">
99
<link rel="prefetch" href="../../_static/logo.svg" as="image">
1010

@@ -503,13 +503,6 @@ <h3>AgentCard Resolution<a class="headerlink" href="#agentcard-resolution" title
503503
<section id="automatically-discovering-a2a-services-from-nacos">
504504
<h4>Automatically Discovering A2A Services from Nacos<a class="headerlink" href="#automatically-discovering-a2a-services-from-nacos" title="Link to this heading"></a></h4>
505505
<p>Using Nacos as an A2A registry allows AgentScope to automatically discover A2A services from Nacos for invocation.</p>
506-
<div class="highlight-xml notranslate"><div class="highlight"><pre><span></span><span class="nt">&lt;dependency&gt;</span>
507-
<span class="w"> </span><span class="nt">&lt;groupId&gt;</span>io.agentscope<span class="nt">&lt;/groupId&gt;</span>
508-
<span class="w"> </span><span class="nt">&lt;artifactId&gt;</span>agentscope-extensions-nacos-a2a<span class="nt">&lt;/artifactId&gt;</span>
509-
<span class="w"> </span><span class="nt">&lt;version&gt;</span>${agentscope.version}<span class="nt">&lt;/version&gt;</span>
510-
<span class="nt">&lt;/dependency&gt;</span>
511-
</pre></div>
512-
</div>
513506
<div class="highlight-java notranslate"><div class="highlight"><pre><span></span><span class="kn">import</span><span class="w"> </span><span class="nn">io.agentscope.core.a2a.agent.A2aAgent</span><span class="p">;</span>
514507
<span class="kn">import</span><span class="w"> </span><span class="nn">io.agentscope.core.nacos.a2a.discovery.NacosAgentCardResolver</span><span class="p">;</span>
515508
<span class="kn">import</span><span class="w"> </span><span class="nn">com.alibaba.nacos.api.PropertyKeyConst</span><span class="p">;</span>
@@ -816,7 +809,7 @@ <h2>More Resources<a class="headerlink" href="#more-resources" title="Link to th
816809
Made with
817810
<a href="https://github.com/pradyunsg/furo">Furo</a>
818811
<div class="last-updated">
819-
Last updated on 2026-01-05</div>
812+
Last updated on 2026-01-07</div>
820813
</div>
821814
<div class="right-details">
822815
<div class="icons">

0 commit comments

Comments
 (0)