Skip to content

Commit fd4900c

Browse files
authored
fix: update shade dependency list (#178)
1 parent aed1c5d commit fd4900c

1 file changed

Lines changed: 49 additions & 1 deletion

File tree

  • agentscope-distribution/agentscope-all

agentscope-distribution/agentscope-all/pom.xml

Lines changed: 49 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,14 @@
4747
<optional>true</optional>
4848
</dependency>
4949

50+
<dependency>
51+
<groupId>io.agentscope</groupId>
52+
<artifactId>agentscope-extensions-autocontext-memory</artifactId>
53+
<version>${project.version}</version>
54+
<scope>compile</scope>
55+
<optional>true</optional>
56+
</dependency>
57+
5058
<dependency>
5159
<groupId>io.agentscope</groupId>
5260
<artifactId>agentscope-extensions-mem0</artifactId>
@@ -63,6 +71,22 @@
6371
<optional>true</optional>
6472
</dependency>
6573

74+
<dependency>
75+
<groupId>io.agentscope</groupId>
76+
<artifactId>agentscope-extensions-rag-dify</artifactId>
77+
<version>${project.version}</version>
78+
<scope>compile</scope>
79+
<optional>true</optional>
80+
</dependency>
81+
82+
<dependency>
83+
<groupId>io.agentscope</groupId>
84+
<artifactId>agentscope-extensions-rag-ragflow</artifactId>
85+
<version>${project.version}</version>
86+
<scope>compile</scope>
87+
<optional>true</optional>
88+
</dependency>
89+
6690
<dependency>
6791
<groupId>io.agentscope</groupId>
6892
<artifactId>agentscope-extensions-rag-simple</artifactId>
@@ -73,7 +97,23 @@
7397

7498
<dependency>
7599
<groupId>io.agentscope</groupId>
76-
<artifactId>agentscope-extensions-session-redis</artifactId>
100+
<artifactId>agentscope-extensions-reme</artifactId>
101+
<version>${project.version}</version>
102+
<scope>compile</scope>
103+
<optional>true</optional>
104+
</dependency>
105+
106+
<dependency>
107+
<groupId>io.agentscope</groupId>
108+
<artifactId>agentscope-extensions-scheduler</artifactId>
109+
<version>${project.version}</version>
110+
<scope>compile</scope>
111+
<optional>true</optional>
112+
</dependency>
113+
114+
<dependency>
115+
<groupId>io.agentscope</groupId>
116+
<artifactId>agentscope-extensions-scheduler-xxl-job</artifactId>
77117
<version>${project.version}</version>
78118
<scope>compile</scope>
79119
<optional>true</optional>
@@ -87,6 +127,14 @@
87127
<optional>true</optional>
88128
</dependency>
89129

130+
<dependency>
131+
<groupId>io.agentscope</groupId>
132+
<artifactId>agentscope-extensions-session-redis</artifactId>
133+
<version>${project.version}</version>
134+
<scope>compile</scope>
135+
<optional>true</optional>
136+
</dependency>
137+
90138
<dependency>
91139
<groupId>io.agentscope</groupId>
92140
<artifactId>agentscope-extensions-studio</artifactId>

0 commit comments

Comments
 (0)