Skip to main content

Dedicated runtime for Guardian helper-backed standalone skills.

Project description

Guardian Agent Runtime

This directory defines the dedicated runtime distribution for helper-backed standalone skills.

Purpose

guardian-agent-runtime is intentionally narrower than the full qip application package. It exists so target-generic helper-backed skills such as:

  • guardian-live-browser-explorer
  • guardian-shannon-pentester

can be installed on a fresh machine without shipping the entire QIP backend/API application as the default runtime surface.

Build Model

The wheel is built by scripts/build_agent_runtime_package.py, which stages only the browser/Shannon helper module closure plus the minimal shared/domain support files required by those runtimes.

This is an explicit packaging boundary, not a second hand-edited source tree.

Supported Distribution Flows

Local / Manual Install

The recommended human-operated path is a GitLab project deploy token, not a borrowed OAuth token from glab.

  1. Create a project deploy token with:
    • read_package_registry for installs
    • write_package_registry too if you also want local manual publishes
  2. Export:
export QIP_AGENT_RUNTIME_GITLAB_PROJECT_ID=79817094
export QIP_AGENT_RUNTIME_REGISTRY_USERNAME=<deploy-token-username>
export QIP_AGENT_RUNTIME_REGISTRY_PASSWORD=<deploy-token-secret>
  1. Install the helper-backed runtime you need:
python3 scripts/install_helper_backed_skill_runtime.py --skill live-browser-explorer --gitlab-project-id "$QIP_AGENT_RUNTIME_GITLAB_PROJECT_ID"
python3 scripts/install_helper_backed_skill_runtime.py --skill shannon-pentester --gitlab-project-id "$QIP_AGENT_RUNTIME_GITLAB_PROJECT_ID"

If you already have a fully authenticated simple-index URL, the older QIP_AGENT_RUNTIME_INDEX_URL path still works via:

python3 scripts/install_helper_backed_skill_runtime.py \
  --skill live-browser-explorer \
  --index-url "$QIP_AGENT_RUNTIME_INDEX_URL"

but it is no longer the preferred operator UX.

Local / Manual Publish

Use the same deploy token, but expose the package-write credential through the publish helper:

export QIP_AGENT_RUNTIME_GITLAB_PROJECT_ID=79817094
export QIP_AGENT_RUNTIME_PUBLISH_USERNAME=<deploy-token-username>
export QIP_AGENT_RUNTIME_DEPLOY_TOKEN=<deploy-token-secret>

python3 scripts/publish_agent_runtime_package.py \
  --gitlab-project-id "$QIP_AGENT_RUNTIME_GITLAB_PROJECT_ID" \
  --username "$QIP_AGENT_RUNTIME_PUBLISH_USERNAME" \
  --password-env QIP_AGENT_RUNTIME_DEPLOY_TOKEN

Automated CI Publish

The long-term automated path is GitLab CI with CI_JOB_TOKEN.

  • Root .gitlab-ci.yml includes gitlab-templates/qip-agent-runtime.yml
  • Set QIP_AGENT_RUNTIME_PUBLISH=true
  • Run the qip:runtime-publish job on main or publish automatically on a tag

The CI job resolves the package endpoint from CI_PROJECT_ID and CI_API_V4_URL and authenticates with gitlab-ci-token plus CI_JOB_TOKEN.

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

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

guardian_agent_runtime-0.1.0-py3-none-any.whl (80.8 kB view details)

Uploaded Python 3

File details

Details for the file guardian_agent_runtime-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: guardian_agent_runtime-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 80.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.10.4 {"installer":{"name":"uv","version":"0.10.4","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for guardian_agent_runtime-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 89cf8a0c7a82f854be134a253d49241eb91623c0a6f9ac006cf1ba916d15b732
MD5 89cc6ae5e060952f6b21914d3e90e825
BLAKE2b-256 f2fd1e60f6975f489127350f0824b6c17523ce749699f120c43671c5b55f7cce

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