File tree Expand file tree Collapse file tree 14 files changed +33
-25
lines changed
browser_use_fullstack_runtime/backend
simple_agent_use_examples
simple_agent_use_rocketmq_example/agentscope_use_rocketmq_server_example
simple_sandbox_tool_example
structured_sandbox_tool_example Expand file tree Collapse file tree 14 files changed +33
-25
lines changed Original file line number Diff line number Diff line change @@ -64,14 +64,14 @@ Add the following dependency to your `pom.xml`:
6464<dependency >
6565 <groupId >io.agentscope</groupId >
6666 <artifactId >spring-boot-starter-runtime-a2a</artifactId >
67- <version >1.0.1 </version >
67+ <version >1.0.2 </version >
6868</dependency >
6969
7070<!-- Add AgentScope Agent adapter dependency -->
7171<dependency >
7272 <groupId >io.agentscope</groupId >
7373 <artifactId >agentscope-runtime-agentscope</artifactId >
74- <version >1.0.1 </version >
74+ <version >1.0.2 </version >
7575</dependency >
7676```
7777
Original file line number Diff line number Diff line change 6464<dependency >
6565 <groupId >io.agentscope</groupId >
6666 <artifactId >spring-boot-starter-runtime-a2a</artifactId >
67- <version >1.0.1 </version >
67+ <version >1.0.2 </version >
6868</dependency >
6969
7070<!-- Add AgentScope Agent adapter dependency -->
7171<dependency >
7272 <groupId >io.agentscope</groupId >
7373 <artifactId >agentscope-runtime-agentscope</artifactId >
74- <version >1.0.1 </version >
74+ <version >1.0.2 </version >
7575</dependency >
7676```
7777
Original file line number Diff line number Diff line change 4747 <dependency >
4848 <groupId >io.agentscope</groupId >
4949 <artifactId >agentscope-runtime-engine</artifactId >
50- <version >1.0.1 </version >
50+ <version >1.0.2 </version >
5151 </dependency >
5252
5353 <dependency >
Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## v1.0.2
4+
5+ ### Refactor
6+ - Refactored the sandbox into a separate module: agentscope-runtime-sandbox
7+ - Moved extensible capabilities from the Sandbox module to an extension module to simplify core module dependencies
8+
9+ ### Added
10+ - Added support for configuring AgentApp parameters via environment variables or command-line arguments
11+
312## v1.0.1
413
514### Fixed
Original file line number Diff line number Diff line change 99 </parent >
1010
1111 <artifactId >agentscope-runtime-engine</artifactId >
12- <version >1.0.1 </version >
12+ <version >${revision} </version >
1313 <packaging >jar</packaging >
1414 <name >AgentScope Runtime Core</name >
1515 <description >Java Implementation for AgentScope Runtime</description >
Original file line number Diff line number Diff line change 2929
3030 <groupId >io.agentscope</groupId >
3131 <artifactId >browser-agent-backend</artifactId >
32- <version >1.0.1 </version >
32+ <version >1.0.2 </version >
3333 <name >Example::Browser Use Backend</name >
3434 <description >Java backend for AgentScope browser use demo</description >
3535
5757 <dependency >
5858 <groupId >io.agentscope</groupId >
5959 <artifactId >spring-boot-starter-runtime-a2a</artifactId >
60- <version >1.0.1 </version >
60+ <version >1.0.2 </version >
6161 </dependency >
6262 <dependency >
6363 <groupId >io.agentscope</groupId >
6464 <artifactId >agentscope-runtime-agentscope</artifactId >
65- <version >1.0.1 </version >
65+ <version >1.0.2 </version >
6666 </dependency >
6767
6868
Original file line number Diff line number Diff line change 2929
3030 <groupId >io.agentscope</groupId >
3131 <artifactId >agentscope_use_example</artifactId >
32- <version >1.0.1 </version >
32+ <version >1.0.2 </version >
3333 <name >Example::AgentScope Basic</name >
3434 <description >Java backend for AgentScope Basic Usage</description >
3535
4444 <dependency >
4545 <groupId >io.agentscope</groupId >
4646 <artifactId >agentscope-runtime-agentscope</artifactId >
47- <version >1.0.1 </version >
47+ <version >1.0.2 </version >
4848 </dependency >
4949
5050 <dependency >
5151 <groupId >io.agentscope</groupId >
5252 <artifactId >agentscope-runtime-engine</artifactId >
53- <version >1.0.1 </version >
53+ <version >1.0.2 </version >
5454 </dependency >
5555
5656 <dependency >
5757 <groupId >io.agentscope</groupId >
5858 <artifactId >agentscope-runtime-web</artifactId >
59- <version >1.0.1 </version >
59+ <version >1.0.2 </version >
6060 </dependency >
6161 <!-- Logging -->
6262 <dependency >
Original file line number Diff line number Diff line change 2929
3030 <groupId >io.agentscope</groupId >
3131 <artifactId >custom_sandbox_example</artifactId >
32- <version >1.0.1 </version >
32+ <version >1.0.2 </version >
3333 <name >Example::AgentScope Basic</name >
3434 <description >Java backend for AgentScope Basic Usage</description >
3535
4444 <dependency >
4545 <groupId >io.agentscope</groupId >
4646 <artifactId >agentscope-runtime-agentscope</artifactId >
47- <version >1.0.1 </version >
47+ <version >1.0.2 </version >
4848 </dependency >
4949
5050 <dependency >
5151 <groupId >io.agentscope</groupId >
5252 <artifactId >agentscope-runtime-web</artifactId >
53- <version >1.0.1 </version >
53+ <version >1.0.2 </version >
5454 </dependency >
5555
5656 <!-- Logging -->
Original file line number Diff line number Diff line change 3939 <dependency >
4040 <groupId >io.agentscope</groupId >
4141 <artifactId >agentscope-runtime-agentscope</artifactId >
42- <version >1.0.1 </version >
42+ <version >1.0.2 </version >
4343 </dependency >
4444
4545 <dependency >
4646 <groupId >io.agentscope</groupId >
4747 <artifactId >agentscope-runtime-web</artifactId >
48- <version >1.0.1 </version >
48+ <version >1.0.2 </version >
4949 </dependency >
5050
5151 <!-- Logging -->
Original file line number Diff line number Diff line change 1414
1515 <groupId >com.example</groupId >
1616 <artifactId >agentscope-examples-simple</artifactId >
17- <version >1.0.1 </version >
17+ <version >1.0.2 </version >
1818 <name >AgentScope Spring MVC Demo</name >
1919 <description >AgentScope simple sample project using Spring MVC</description >
2020
4343 <dependency >
4444 <groupId >io.agentscope</groupId >
4545 <artifactId >agentscope-runtime-agentscope</artifactId >
46- <version >1.0.1 </version >
46+ <version >1.0.2 </version >
4747 </dependency >
4848 </dependencies >
4949
You can’t perform that action at this time.
0 commit comments