Skip to content

Commit 2d505e9

Browse files
committed
update en docs
Change-Id: I364167c7305d11edf4b84c9fd15eb747af399464
1 parent 06c480b commit 2d505e9

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

cookbook/en/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Key improvements:
4545

4646
### Added
4747
- Native Short/Long Memory and agent State adapter integration into AgentScope Framework.
48-
- Added multiple Sandbox types, such as mobile sandbox, AgentBay cloud sandbox, etc. (in development).
48+
- Added multiple Sandbox types, such as mobile sandbox, AgentBay cloud sandbox, etc.
4949
- Added AgentHandler, used as the agent definition entry point. Developers need to inherit this interface to provide complete agent definition and processing logic.
5050
- Added AgentApp, used as the Runtime startup entry point, implementing component lifecycle management, container startup, etc.
5151

cookbook/en/service/sandbox.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ public class Main {
8989
| `GUI` | Graphical interface sandbox | Interact with GUI applications (click, input, screenshot) |
9090
| `APPWORLD` | Application world simulation sandbox | Simulate cross-application interactions in virtual environments |
9191
| `BFCL` | BFCL (specific business domain execution environment) | Run business process scripts (depends on implementation) |
92+
| `AGENTBAY` | AgentBay session-based sandbox | Persistent environment for multi-agent collaboration or complex task orchestration |
9293

9394
## Runtime Mode Switching Examples
9495

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<module>core</module>
5151
<module>agents</module>
5252
<module>web</module>
53-
<!-- <module>maven_plugin</module>-->
53+
<module>maven_plugin</module>
5454
<module>starters/spring-boot-starter-runtime-a2a</module>
5555
</modules>
5656
<scm>

0 commit comments

Comments
 (0)