Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

vantage-agent

Package Overview
Dependencies
Maintainers
1
Versions
215
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vantage-agent

Vantage Agent

pipPyPI
Version
3.3.2
Maintainers
1

Vantage Agent

Install the package

To install the package from Pypi simply run pip install vantage-agent.

Setup parameters

  • Setup dependencies

    Dependencies and environment are managed in the project by uv. To initiate the development environment run:

    just install
    

    Or directly with uv:

    uv sync
    
  • Setup .env parameters

    VANTAGE_AGENT_BASE_API_URL="<base-api-url>"
    VANTAGE_AGENT_OIDC_DOMAIN="<OIDC-domain>"
    VANTAGE_AGENT_OIDC_CLIENT_ID="<OIDC-audience>"
    VANTAGE_AGENT_OIDC_CLIENT_SECRET="<OIDC-app-client-id>"
    VANTAGE_AGENT_OIDC_USE_HTTPS="<OIDC-app-client-secret>"
    

Local usage example

  • Run app

    vtg-run
    

    Note: this command assumes you're inside a virtual environment in which the package is installed.

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts