Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pilot_daemon-0.10.1.tar.gz (6.7 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pilot_daemon-0.10.1-py3-none-any.whl (6.5 MB view details)

Uploaded Python 3

File details

Details for the file pilot_daemon-0.10.1.tar.gz.

File metadata

  • Download URL: pilot_daemon-0.10.1.tar.gz
  • Upload date:
  • Size: 6.7 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.12.13

File hashes

Hashes for pilot_daemon-0.10.1.tar.gz
Algorithm Hash digest
SHA256 a0ec0eec5c50618f4975707017aed47273f028ee308f8ce7e455d5f5333b6d8b
MD5 ef17ba424c9fcfa98dd23b2ff4b948d2
BLAKE2b-256 6e8e5241137050e9c7523167517cd250e1ce192892f0ae30e2025352a31c001b

See more details on using hashes here.

File details

Details for the file pilot_daemon-0.10.1-py3-none-any.whl.

File metadata

  • Download URL: pilot_daemon-0.10.1-py3-none-any.whl
  • Upload date:
  • Size: 6.5 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.12.13

File hashes

Hashes for pilot_daemon-0.10.1-py3-none-any.whl
Algorithm Hash digest
SHA256 d1fd98f4289e35e59139b6ec745ba5af6563644f754e612e77eff87ca9d84987
MD5 39916395138ed9ed47d18e48818d51b0
BLAKE2b-256 781d3d592c7f548ad241b24d5037f5a99815579bab1de4fdf63d9e57cc1dc356

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page