AI-powered autonomous computer agent — full system control
Project description
Heliox OS Daemon
Python backend for the Heliox OS AI System Control Agent. Provides the agent system (Planner, Executor, Verifier, Code Sanitizer), security layer, and system interface modules.
See the main README for full project documentation.
SSH Agent (Remote Host Execution)
Heliox OS includes an optional SshAgent that can execute ssh_command / ssh_script actions on pre-configured remote hosts using Paramiko.
Install
Install the optional SSH dependency set:
pip install "pilot-daemon[ssh]"
Configure allowed hosts
In your config.toml, enable SSH and define allowed destinations (aliases only):
[ssh]
enabled = true
connect_timeout_seconds = 10
allowed_hosts = [
{ name = "prod-1", hostname = "10.0.0.10", port = 22, username = "ubuntu", private_key_provider = "ssh_prod_1_key", strict_host_key_checking = true },
]
Store SSH keys in the KeyVault
Store the private key PEM in the encrypted vault using the JSON-RPC method store_api_key with provider=<private_key_provider>.
Notes:
- The vault stores arbitrary provider→secret strings; SSH keys are treated the same as API keys.
- Keys/passphrases are never logged and are only decrypted at call time.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pilot_daemon-0.9.0.tar.gz.
File metadata
- Download URL: pilot_daemon-0.9.0.tar.gz
- Upload date:
- Size: 6.4 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
af0403b9a99f166d88e05a288a494be779ce9ff228bb90e83d134819851f2ec3
|
|
| MD5 |
4653df03d1f654c4ef4a77de0a5d8169
|
|
| BLAKE2b-256 |
593a967e4272e45dd01658623cc264e180bfff7eae34385299fbbd588797cc98
|
File details
Details for the file pilot_daemon-0.9.0-py3-none-any.whl.
File metadata
- Download URL: pilot_daemon-0.9.0-py3-none-any.whl
- Upload date:
- Size: 6.4 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b9b70026d007e97c5597634ca40f020758e1d1b502c15605544acd215804da7f
|
|
| MD5 |
662bc71c606de4eadcb2c090a4b5ae5c
|
|
| BLAKE2b-256 |
de04141107a8f6632e61111486d2ff19bf4975dded56776eb4345c36c8ac34b6
|