You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cookbook/en/sandbox_advanced.md
+35-14Lines changed: 35 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -162,26 +162,47 @@ To configure settings specific to Kubernetes in your sandbox server, ensure you
162
162
|`K8S_NAMESPACE`| Kubernetes namespace to be used |`default`| Set the namespace for resource deployment |
163
163
|`KUBECONFIG_PATH`| Path to the kubeconfig file |`None`| Specifies the kubeconfig location for cluster access |
164
164
165
-
### (Optional) AgentRun Settings
165
+
####(Optional) AgentRun Settings
166
166
167
167
[AgentRun](https://functionai.console.aliyun.com/cn-hangzhou/agent/) is a serverless intelligent Agent development framework launched by Alibaba Cloud. It provides a complete set of tools to help developers quickly build, deploy, and manage AI Agent applications. You can deploy the sandbox servers on AgentRun.
168
168
169
169
To configure settings specific to [AgentRun](https://functionai.console.aliyun.com/cn-hangzhou/agent/) in your sandbox server, ensure you set `CONTAINER_DEPLOYMENT=agentrun`. Consider adjusting the following parameters:
|`AGENT_RUN_ACCOUNT_ID`| Alibaba Cloud Account ID | Empty | Alibaba Cloud main account ID. Log in to the [RAM console](https://ram.console.aliyun.com/profile/access-keys) to get the Alibaba Cloud account ID and AK/SK |
|`AGENT_RUN_LOG_STORE`| SLS Log Store |`None`| SLS log store name (optional) |
185
+
186
+
#### (Optional) Function Compute (FC) Settings
187
+
188
+
[Function Compute](https://fcnext.console.aliyun.com/) (FC) is a serverless computing service that allows you to run your code without managing infrastructure. You can deploy sandbox servers on FC.
189
+
190
+
To configure settings specific to [FC](https://fcnext.console.aliyun.com/) in your sandbox server, ensure you set `CONTAINER_DEPLOYMENT=fc`. Consider adjusting the following parameters:
|`FC_ACCOUNT_ID`| Alibaba Cloud Account ID | Empty | Alibaba Cloud main account ID. Log in to the [RAM console](https://ram.console.aliyun.com/profile/access-keys) to get the Alibaba Cloud account ID and AK/SK |
0 commit comments