We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 863c47f commit f5a693dCopy full SHA for f5a693d
bostondynamics_spot/.env.example
@@ -5,4 +5,6 @@ SPOT_PASSWORD=
5
6
RESTACK_ENGINE_ID=
7
RESTACK_ENGINE_ADDRESS=
8
-RESTACK_ENGINE_API_KEY=
+RESTACK_ENGINE_API_KEY=
9
+
10
+RESTACK_CLOUD_TOKEN=
bostondynamics_spot/.gitignore
@@ -0,0 +1,5 @@
1
+__pycache__
2
+.pytest_cache
3
+venv
4
+.env
+.vscode
child_workflows/.env.Example
@@ -0,0 +1,6 @@
+# Restack Cloud (Optional)
+# RESTACK_ENGINE_ID=<your-engine-id>
+# RESTACK_ENGINE_API_KEY=<your-engine-api-key>
+# RESTACK_ENGINE_ADDRESS=<your-engine-address>
+# RESTACK_CLOUD_TOKEN=<your-cloud-token>
child_workflows/.gitignore
custom_llm_gemini/.gitignore
@@ -1 +1,2 @@
-__pycache__
0 commit comments