Skip to content

Commit 4bf6eac

Browse files
committed
Add .env.Example file for Restack Cloud configuration
1 parent 5eb48d7 commit 4bf6eac

File tree

5 files changed

+251
-2
lines changed

5 files changed

+251
-2
lines changed

human_loop/.env.Example

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Restack Cloud (Optional)
2+
3+
# RESTACK_ENGINE_ID=<your-engine-id>
4+
# RESTACK_ENGINE_API_KEY=<your-engine-api-key>
5+
# RESTACK_ENGINE_ADDRESS=<your-engine-address>
6+
# RESTACK_CLOUD_TOKEN=<your-cloud-token>

human_loop/.gitignore

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
__pycache__
2+
.pytest_cache
3+
venv
4+
.env
5+
.vscode

human_loop/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ This repository contains a simple example project to help you get started with t
3232
4. Install dependencies using Poetry:
3333

3434
```bash
35-
poetry env use 3.12
35+
poetry env use 3.12.4
3636
```
3737

3838
```bash

human_loop/poetry.lock

+238
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

human_loop/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ readme = "README.md"
1010
packages = [{include = "src"}]
1111

1212
[tool.poetry.dependencies]
13-
python = "3.9"
13+
python = "3.12.4"
1414
restack-ai = "0.0.40"
1515

1616
[tool.poetry.dev-dependencies]

0 commit comments

Comments
 (0)