agentsystems-sdk 0.3.0__tar.gz → 0.3.2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (59) hide show
  1. {agentsystems_sdk-0.3.0/agentsystems_sdk.egg-info → agentsystems_sdk-0.3.2}/PKG-INFO +31 -18
  2. {agentsystems_sdk-0.3.0 → agentsystems_sdk-0.3.2}/README.md +30 -17
  3. {agentsystems_sdk-0.3.0 → agentsystems_sdk-0.3.2}/agentsystems_sdk/commands/up.py +1 -1
  4. {agentsystems_sdk-0.3.0 → agentsystems_sdk-0.3.2}/agentsystems_sdk/deployments_scaffold/compose/local/docker-compose.yml +2 -1
  5. {agentsystems_sdk-0.3.0 → agentsystems_sdk-0.3.2/agentsystems_sdk.egg-info}/PKG-INFO +31 -18
  6. {agentsystems_sdk-0.3.0 → agentsystems_sdk-0.3.2}/pyproject.toml +1 -1
  7. {agentsystems_sdk-0.3.0 → agentsystems_sdk-0.3.2}/LICENSE +0 -0
  8. {agentsystems_sdk-0.3.0 → agentsystems_sdk-0.3.2}/MANIFEST.in +0 -0
  9. {agentsystems_sdk-0.3.0 → agentsystems_sdk-0.3.2}/NOTICE +0 -0
  10. {agentsystems_sdk-0.3.0 → agentsystems_sdk-0.3.2}/agentsystems_sdk/__init__.py +0 -0
  11. {agentsystems_sdk-0.3.0 → agentsystems_sdk-0.3.2}/agentsystems_sdk/cli.py +0 -0
  12. {agentsystems_sdk-0.3.0 → agentsystems_sdk-0.3.2}/agentsystems_sdk/commands/__init__.py +0 -0
  13. {agentsystems_sdk-0.3.0 → agentsystems_sdk-0.3.2}/agentsystems_sdk/commands/artifacts.py +0 -0
  14. {agentsystems_sdk-0.3.0 → agentsystems_sdk-0.3.2}/agentsystems_sdk/commands/clean.py +0 -0
  15. {agentsystems_sdk-0.3.0 → agentsystems_sdk-0.3.2}/agentsystems_sdk/commands/down.py +0 -0
  16. {agentsystems_sdk-0.3.0 → agentsystems_sdk-0.3.2}/agentsystems_sdk/commands/init.py +0 -0
  17. {agentsystems_sdk-0.3.0 → agentsystems_sdk-0.3.2}/agentsystems_sdk/commands/logs.py +0 -0
  18. {agentsystems_sdk-0.3.0 → agentsystems_sdk-0.3.2}/agentsystems_sdk/commands/restart.py +0 -0
  19. {agentsystems_sdk-0.3.0 → agentsystems_sdk-0.3.2}/agentsystems_sdk/commands/run.py +0 -0
  20. {agentsystems_sdk-0.3.0 → agentsystems_sdk-0.3.2}/agentsystems_sdk/commands/status.py +0 -0
  21. {agentsystems_sdk-0.3.0 → agentsystems_sdk-0.3.2}/agentsystems_sdk/config.py +0 -0
  22. {agentsystems_sdk-0.3.0 → agentsystems_sdk-0.3.2}/agentsystems_sdk/deployments_scaffold/.env.example +0 -0
  23. {agentsystems_sdk-0.3.0 → agentsystems_sdk-0.3.2}/agentsystems_sdk/deployments_scaffold/CONTRIBUTING.md +0 -0
  24. {agentsystems_sdk-0.3.0 → agentsystems_sdk-0.3.2}/agentsystems_sdk/deployments_scaffold/LICENSE +0 -0
  25. {agentsystems_sdk-0.3.0 → agentsystems_sdk-0.3.2}/agentsystems_sdk/deployments_scaffold/Makefile +0 -0
  26. {agentsystems_sdk-0.3.0 → agentsystems_sdk-0.3.2}/agentsystems_sdk/deployments_scaffold/NOTICE +0 -0
  27. {agentsystems_sdk-0.3.0 → agentsystems_sdk-0.3.2}/agentsystems_sdk/deployments_scaffold/README.md +0 -0
  28. {agentsystems_sdk-0.3.0 → agentsystems_sdk-0.3.2}/agentsystems_sdk/deployments_scaffold/agentsystems-config.yml +0 -0
  29. {agentsystems_sdk-0.3.0 → agentsystems_sdk-0.3.2}/agentsystems_sdk/deployments_scaffold/compose/langfuse/docker-compose.yml +0 -0
  30. {agentsystems_sdk-0.3.0 → agentsystems_sdk-0.3.2}/agentsystems_sdk/deployments_scaffold/compose/local/db-backup/Dockerfile +0 -0
  31. {agentsystems_sdk-0.3.0 → agentsystems_sdk-0.3.2}/agentsystems_sdk/deployments_scaffold/compose/local/db-backup/entrypoint.sh +0 -0
  32. {agentsystems_sdk-0.3.0 → agentsystems_sdk-0.3.2}/agentsystems_sdk/deployments_scaffold/compose/local/init-artifacts-volume.sh +0 -0
  33. {agentsystems_sdk-0.3.0 → agentsystems_sdk-0.3.2}/agentsystems_sdk/deployments_scaffold/compose/local/postgres-init/audit.sql +0 -0
  34. {agentsystems_sdk-0.3.0 → agentsystems_sdk-0.3.2}/agentsystems_sdk/deployments_scaffold/requirements-dev.txt +0 -0
  35. {agentsystems_sdk-0.3.0 → agentsystems_sdk-0.3.2}/agentsystems_sdk/deployments_scaffold/schema/agentsystems-config.schema.json +0 -0
  36. {agentsystems_sdk-0.3.0 → agentsystems_sdk-0.3.2}/agentsystems_sdk/progress_tracker.py +0 -0
  37. {agentsystems_sdk-0.3.0 → agentsystems_sdk-0.3.2}/agentsystems_sdk/utils.py +0 -0
  38. {agentsystems_sdk-0.3.0 → agentsystems_sdk-0.3.2}/agentsystems_sdk.egg-info/SOURCES.txt +0 -0
  39. {agentsystems_sdk-0.3.0 → agentsystems_sdk-0.3.2}/agentsystems_sdk.egg-info/dependency_links.txt +0 -0
  40. {agentsystems_sdk-0.3.0 → agentsystems_sdk-0.3.2}/agentsystems_sdk.egg-info/entry_points.txt +0 -0
  41. {agentsystems_sdk-0.3.0 → agentsystems_sdk-0.3.2}/agentsystems_sdk.egg-info/requires.txt +0 -0
  42. {agentsystems_sdk-0.3.0 → agentsystems_sdk-0.3.2}/agentsystems_sdk.egg-info/top_level.txt +0 -0
  43. {agentsystems_sdk-0.3.0 → agentsystems_sdk-0.3.2}/setup.cfg +0 -0
  44. {agentsystems_sdk-0.3.0 → agentsystems_sdk-0.3.2}/tests/test_cli.py +0 -0
  45. {agentsystems_sdk-0.3.0 → agentsystems_sdk-0.3.2}/tests/test_cli_artifacts.py +0 -0
  46. {agentsystems_sdk-0.3.0 → agentsystems_sdk-0.3.2}/tests/test_cli_clean.py +0 -0
  47. {agentsystems_sdk-0.3.0 → agentsystems_sdk-0.3.2}/tests/test_cli_down.py +0 -0
  48. {agentsystems_sdk-0.3.0 → agentsystems_sdk-0.3.2}/tests/test_cli_init.py +0 -0
  49. {agentsystems_sdk-0.3.0 → agentsystems_sdk-0.3.2}/tests/test_cli_logs.py +0 -0
  50. {agentsystems_sdk-0.3.0 → agentsystems_sdk-0.3.2}/tests/test_cli_main.py +0 -0
  51. {agentsystems_sdk-0.3.0 → agentsystems_sdk-0.3.2}/tests/test_cli_restart.py +0 -0
  52. {agentsystems_sdk-0.3.0 → agentsystems_sdk-0.3.2}/tests/test_cli_run.py +0 -0
  53. {agentsystems_sdk-0.3.0 → agentsystems_sdk-0.3.2}/tests/test_cli_status.py +0 -0
  54. {agentsystems_sdk-0.3.0 → agentsystems_sdk-0.3.2}/tests/test_cli_up.py +0 -0
  55. {agentsystems_sdk-0.3.0 → agentsystems_sdk-0.3.2}/tests/test_config.py +0 -0
  56. {agentsystems_sdk-0.3.0 → agentsystems_sdk-0.3.2}/tests/test_config_errors.py +0 -0
  57. {agentsystems_sdk-0.3.0 → agentsystems_sdk-0.3.2}/tests/test_init.py +0 -0
  58. {agentsystems_sdk-0.3.0 → agentsystems_sdk-0.3.2}/tests/test_progress.py +0 -0
  59. {agentsystems_sdk-0.3.0 → agentsystems_sdk-0.3.2}/tests/test_utils.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: agentsystems-sdk
3
- Version: 0.3.0
3
+ Version: 0.3.2
4
4
  Summary: AgentSystems Python SDK and CLI
5
5
  Author-email: AgentSystems <support@agentsystems.ai>
6
6
  License-Expression: Apache-2.0
@@ -28,13 +28,26 @@ The AgentSystems **SDK** is a single-install Python package that provides severa
28
28
  The CLI is designed to work **both interactively** (laptops) and **non-interactively** (CI, cloud VMs).
29
29
 
30
30
 
31
- ## Quick install (via pipx)
31
+ ## Quick install
32
+
33
+ ### Automatic installation (Recommended)
34
+
35
+ ```bash
36
+ # Linux & macOS - installs Docker, pipx, and the SDK
37
+ curl -fsSL https://raw.githubusercontent.com/agentsystems/agentsystems/main/install.sh | sh
38
+ ```
39
+
40
+ ### Manual installation
32
41
 
33
42
  ```bash
34
- python3 -m pip install --upgrade pipx # one-time setup
35
- pipx install agentsystems-sdk # installs isolated venv and the `agentsystems` app
43
+ # Install pipx if you don't have it
44
+ python3 -m pip install --upgrade pipx
45
+ pipx ensurepath
36
46
 
37
- # verify
47
+ # Install the SDK
48
+ pipx install agentsystems-sdk
49
+
50
+ # Verify installation
38
51
  agentsystems --version
39
52
  ```
40
53
 
@@ -68,7 +81,7 @@ All commands are available through `agentsystems` (or the shorter alias `agntsys
68
81
 
69
82
  | Command | Description |
70
83
  |---------|-------------|
71
- | `agentsystems init [TARGET_DIR]` | Interactive bootstrap: prompts for Langfuse organization & admin details, generates secure keys, creates `.env` automatically, then copies the built-in deployment template and pulls the required Docker images into `TARGET_DIR`. |
84
+ | `agentsystems init [TARGET_DIR]` | Interactive bootstrap: prompts for Langfuse organization & admin details, generates secure keys, creates `.env` automatically, then copies the built-in deployment template and pulls the required Docker images into `TARGET_DIR`. No Docker authentication required - uses public images. |
72
85
  | `agentsystems up [PROJECT_DIR]` | Start the platform **plus Langfuse tracing stack** (`docker compose up`). **Waits for the gateway _and all agent containers_ to become _healthy_ by default (spinner)**. Pass `--no-wait` to skip readiness wait or `--no-langfuse` to disable tracing. Uses the `.env` generated by `init` (or pass `--env-file PATH`). |
73
86
  | `agentsystems down [PROJECT_DIR]` | Stop containers. Volumes are preserved by default; add `--delete-volumes` (or `--delete-all`) to wipe data. |
74
87
  | `agentsystems logs [PROJECT_DIR]` | Stream or view recent logs (`docker compose logs`). |
@@ -86,9 +99,8 @@ All commands are available through `agentsystems` (or the shorter alias `agntsys
86
99
  --fresh docker compose down -v before starting
87
100
  --env-file PATH Pass a custom .env file to Compose
88
101
  --wait / --no-wait Wait for gateway readiness (default: --wait)
89
- --docker-token TEXT Docker Hub Org Access Token (env `DOCKER_OAT`)
90
- --no-login Skip Docker login even if token env is set
91
102
  --no-langfuse Skip the Langfuse tracing stack (core services only)
103
+ --agents MODE Agent startup mode: none, create, or all (default: create)
92
104
  ```
93
105
 
94
106
  Run `agentsystems up --help` for the authoritative list.
@@ -217,28 +229,29 @@ See the [agent-template](https://github.com/agentsystems/agent-template) for a c
217
229
 
218
230
  ---
219
231
 
220
- ### `init` options
232
+ ### `init` details
221
233
 
222
- ```
223
- --docker-token TEXT Docker Org Access Token (env `DOCKER_OAT`)
224
- ```
234
+ The init command:
235
+ 1. Prompts for Langfuse organization and admin credentials (interactive mode)
236
+ 2. Generates secure keys automatically
237
+ 3. Creates `.env` file with all configuration
238
+ 4. Pulls required Docker images from public registries (no authentication needed)
225
239
 
226
- If a flag is omitted the CLI falls back to environment variables / `.env`. The command always prompts for Langfuse organization, admin user, and password (interactive mode) and generates secure keys automatically. Docker token is only requested if the unauthenticated pull fails.
240
+ The core platform images are publicly available on GitHub Container Registry:
241
+ - `ghcr.io/agentsystems/agent-control-plane:latest`
227
242
 
228
243
  ### Example: interactive laptop
229
244
 
230
245
  ```bash
231
246
  agentsystems init
232
- # prompts for directory and, only if needed, tokens
247
+ # prompts for directory and Langfuse setup
233
248
  ```
234
249
 
235
250
  ### Example: scripted cloud VM / CI
236
251
 
237
252
  ```bash
238
- export DOCKER_OAT=st_xxx # or use --docker-token
239
-
240
- agentsystems init /opt/agentsystems/engine \
241
- --docker-token "$DOCKER_OAT"
253
+ agentsystems init /opt/agentsystems/engine
254
+ # Non-interactive mode - uses defaults for Langfuse
242
255
  ```
243
256
 
244
257
  ---
@@ -10,13 +10,26 @@ The AgentSystems **SDK** is a single-install Python package that provides severa
10
10
  The CLI is designed to work **both interactively** (laptops) and **non-interactively** (CI, cloud VMs).
11
11
 
12
12
 
13
- ## Quick install (via pipx)
13
+ ## Quick install
14
+
15
+ ### Automatic installation (Recommended)
16
+
17
+ ```bash
18
+ # Linux & macOS - installs Docker, pipx, and the SDK
19
+ curl -fsSL https://raw.githubusercontent.com/agentsystems/agentsystems/main/install.sh | sh
20
+ ```
21
+
22
+ ### Manual installation
14
23
 
15
24
  ```bash
16
- python3 -m pip install --upgrade pipx # one-time setup
17
- pipx install agentsystems-sdk # installs isolated venv and the `agentsystems` app
25
+ # Install pipx if you don't have it
26
+ python3 -m pip install --upgrade pipx
27
+ pipx ensurepath
18
28
 
19
- # verify
29
+ # Install the SDK
30
+ pipx install agentsystems-sdk
31
+
32
+ # Verify installation
20
33
  agentsystems --version
21
34
  ```
22
35
 
@@ -50,7 +63,7 @@ All commands are available through `agentsystems` (or the shorter alias `agntsys
50
63
 
51
64
  | Command | Description |
52
65
  |---------|-------------|
53
- | `agentsystems init [TARGET_DIR]` | Interactive bootstrap: prompts for Langfuse organization & admin details, generates secure keys, creates `.env` automatically, then copies the built-in deployment template and pulls the required Docker images into `TARGET_DIR`. |
66
+ | `agentsystems init [TARGET_DIR]` | Interactive bootstrap: prompts for Langfuse organization & admin details, generates secure keys, creates `.env` automatically, then copies the built-in deployment template and pulls the required Docker images into `TARGET_DIR`. No Docker authentication required - uses public images. |
54
67
  | `agentsystems up [PROJECT_DIR]` | Start the platform **plus Langfuse tracing stack** (`docker compose up`). **Waits for the gateway _and all agent containers_ to become _healthy_ by default (spinner)**. Pass `--no-wait` to skip readiness wait or `--no-langfuse` to disable tracing. Uses the `.env` generated by `init` (or pass `--env-file PATH`). |
55
68
  | `agentsystems down [PROJECT_DIR]` | Stop containers. Volumes are preserved by default; add `--delete-volumes` (or `--delete-all`) to wipe data. |
56
69
  | `agentsystems logs [PROJECT_DIR]` | Stream or view recent logs (`docker compose logs`). |
@@ -68,9 +81,8 @@ All commands are available through `agentsystems` (or the shorter alias `agntsys
68
81
  --fresh docker compose down -v before starting
69
82
  --env-file PATH Pass a custom .env file to Compose
70
83
  --wait / --no-wait Wait for gateway readiness (default: --wait)
71
- --docker-token TEXT Docker Hub Org Access Token (env `DOCKER_OAT`)
72
- --no-login Skip Docker login even if token env is set
73
84
  --no-langfuse Skip the Langfuse tracing stack (core services only)
85
+ --agents MODE Agent startup mode: none, create, or all (default: create)
74
86
  ```
75
87
 
76
88
  Run `agentsystems up --help` for the authoritative list.
@@ -199,28 +211,29 @@ See the [agent-template](https://github.com/agentsystems/agent-template) for a c
199
211
 
200
212
  ---
201
213
 
202
- ### `init` options
214
+ ### `init` details
203
215
 
204
- ```
205
- --docker-token TEXT Docker Org Access Token (env `DOCKER_OAT`)
206
- ```
216
+ The init command:
217
+ 1. Prompts for Langfuse organization and admin credentials (interactive mode)
218
+ 2. Generates secure keys automatically
219
+ 3. Creates `.env` file with all configuration
220
+ 4. Pulls required Docker images from public registries (no authentication needed)
207
221
 
208
- If a flag is omitted the CLI falls back to environment variables / `.env`. The command always prompts for Langfuse organization, admin user, and password (interactive mode) and generates secure keys automatically. Docker token is only requested if the unauthenticated pull fails.
222
+ The core platform images are publicly available on GitHub Container Registry:
223
+ - `ghcr.io/agentsystems/agent-control-plane:latest`
209
224
 
210
225
  ### Example: interactive laptop
211
226
 
212
227
  ```bash
213
228
  agentsystems init
214
- # prompts for directory and, only if needed, tokens
229
+ # prompts for directory and Langfuse setup
215
230
  ```
216
231
 
217
232
  ### Example: scripted cloud VM / CI
218
233
 
219
234
  ```bash
220
- export DOCKER_OAT=st_xxx # or use --docker-token
221
-
222
- agentsystems init /opt/agentsystems/engine \
223
- --docker-token "$DOCKER_OAT"
235
+ agentsystems init /opt/agentsystems/engine
236
+ # Non-interactive mode - uses defaults for Langfuse
224
237
  ```
225
238
 
226
239
  ---
@@ -275,7 +275,7 @@ def setup_agents_from_config(
275
275
  # ----- Artifact volume mounts & env vars --------------------------
276
276
  # Mount full artifacts volume – agent manages its own subdirectories
277
277
  # Artifact permissions are enforced at the application level via agentsystems-config.yml
278
- cmd.extend(["--volume", "local_agentsystems-artifacts:/artifacts"])
278
+ cmd.extend(["--volume", "agentsystems_agentsystems-artifacts:/artifacts"])
279
279
 
280
280
  # gateway proxy env
281
281
  cmd.extend(
@@ -21,7 +21,8 @@ services:
21
21
 
22
22
  volumes:
23
23
  - /var/run/docker.sock:/var/run/docker.sock
24
- - ../../agentsystems-config.yml:/etc/agentsystems/agentsystems-config.yml:ro
24
+ - ../../agentsystems-config.yml:/etc/agentsystems/agentsystems-config.yml
25
+ - ../../.env:/etc/agentsystems/.env
25
26
  - agentsystems-artifacts:/artifacts
26
27
  networks:
27
28
  - agents-int
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: agentsystems-sdk
3
- Version: 0.3.0
3
+ Version: 0.3.2
4
4
  Summary: AgentSystems Python SDK and CLI
5
5
  Author-email: AgentSystems <support@agentsystems.ai>
6
6
  License-Expression: Apache-2.0
@@ -28,13 +28,26 @@ The AgentSystems **SDK** is a single-install Python package that provides severa
28
28
  The CLI is designed to work **both interactively** (laptops) and **non-interactively** (CI, cloud VMs).
29
29
 
30
30
 
31
- ## Quick install (via pipx)
31
+ ## Quick install
32
+
33
+ ### Automatic installation (Recommended)
34
+
35
+ ```bash
36
+ # Linux & macOS - installs Docker, pipx, and the SDK
37
+ curl -fsSL https://raw.githubusercontent.com/agentsystems/agentsystems/main/install.sh | sh
38
+ ```
39
+
40
+ ### Manual installation
32
41
 
33
42
  ```bash
34
- python3 -m pip install --upgrade pipx # one-time setup
35
- pipx install agentsystems-sdk # installs isolated venv and the `agentsystems` app
43
+ # Install pipx if you don't have it
44
+ python3 -m pip install --upgrade pipx
45
+ pipx ensurepath
36
46
 
37
- # verify
47
+ # Install the SDK
48
+ pipx install agentsystems-sdk
49
+
50
+ # Verify installation
38
51
  agentsystems --version
39
52
  ```
40
53
 
@@ -68,7 +81,7 @@ All commands are available through `agentsystems` (or the shorter alias `agntsys
68
81
 
69
82
  | Command | Description |
70
83
  |---------|-------------|
71
- | `agentsystems init [TARGET_DIR]` | Interactive bootstrap: prompts for Langfuse organization & admin details, generates secure keys, creates `.env` automatically, then copies the built-in deployment template and pulls the required Docker images into `TARGET_DIR`. |
84
+ | `agentsystems init [TARGET_DIR]` | Interactive bootstrap: prompts for Langfuse organization & admin details, generates secure keys, creates `.env` automatically, then copies the built-in deployment template and pulls the required Docker images into `TARGET_DIR`. No Docker authentication required - uses public images. |
72
85
  | `agentsystems up [PROJECT_DIR]` | Start the platform **plus Langfuse tracing stack** (`docker compose up`). **Waits for the gateway _and all agent containers_ to become _healthy_ by default (spinner)**. Pass `--no-wait` to skip readiness wait or `--no-langfuse` to disable tracing. Uses the `.env` generated by `init` (or pass `--env-file PATH`). |
73
86
  | `agentsystems down [PROJECT_DIR]` | Stop containers. Volumes are preserved by default; add `--delete-volumes` (or `--delete-all`) to wipe data. |
74
87
  | `agentsystems logs [PROJECT_DIR]` | Stream or view recent logs (`docker compose logs`). |
@@ -86,9 +99,8 @@ All commands are available through `agentsystems` (or the shorter alias `agntsys
86
99
  --fresh docker compose down -v before starting
87
100
  --env-file PATH Pass a custom .env file to Compose
88
101
  --wait / --no-wait Wait for gateway readiness (default: --wait)
89
- --docker-token TEXT Docker Hub Org Access Token (env `DOCKER_OAT`)
90
- --no-login Skip Docker login even if token env is set
91
102
  --no-langfuse Skip the Langfuse tracing stack (core services only)
103
+ --agents MODE Agent startup mode: none, create, or all (default: create)
92
104
  ```
93
105
 
94
106
  Run `agentsystems up --help` for the authoritative list.
@@ -217,28 +229,29 @@ See the [agent-template](https://github.com/agentsystems/agent-template) for a c
217
229
 
218
230
  ---
219
231
 
220
- ### `init` options
232
+ ### `init` details
221
233
 
222
- ```
223
- --docker-token TEXT Docker Org Access Token (env `DOCKER_OAT`)
224
- ```
234
+ The init command:
235
+ 1. Prompts for Langfuse organization and admin credentials (interactive mode)
236
+ 2. Generates secure keys automatically
237
+ 3. Creates `.env` file with all configuration
238
+ 4. Pulls required Docker images from public registries (no authentication needed)
225
239
 
226
- If a flag is omitted the CLI falls back to environment variables / `.env`. The command always prompts for Langfuse organization, admin user, and password (interactive mode) and generates secure keys automatically. Docker token is only requested if the unauthenticated pull fails.
240
+ The core platform images are publicly available on GitHub Container Registry:
241
+ - `ghcr.io/agentsystems/agent-control-plane:latest`
227
242
 
228
243
  ### Example: interactive laptop
229
244
 
230
245
  ```bash
231
246
  agentsystems init
232
- # prompts for directory and, only if needed, tokens
247
+ # prompts for directory and Langfuse setup
233
248
  ```
234
249
 
235
250
  ### Example: scripted cloud VM / CI
236
251
 
237
252
  ```bash
238
- export DOCKER_OAT=st_xxx # or use --docker-token
239
-
240
- agentsystems init /opt/agentsystems/engine \
241
- --docker-token "$DOCKER_OAT"
253
+ agentsystems init /opt/agentsystems/engine
254
+ # Non-interactive mode - uses defaults for Langfuse
242
255
  ```
243
256
 
244
257
  ---
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "agentsystems-sdk"
3
- version = "0.3.0"
3
+ version = "0.3.2"
4
4
  description = "AgentSystems Python SDK and CLI"
5
5
  readme = "README.md"
6
6
  authors = [ { name = "AgentSystems", email = "support@agentsystems.ai" } ]