JSPM

  • Created
  • Published
  • Downloads 52
  • Score
    100M100P100Q90169F
  • License MIT

The Frontier Trading Agent

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@general-liquidity/gordon-cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    Gordon CLI

    The Frontier Trading Agent

    npmWebsiteDocsDownloads

    Install

    npm:

    npm install -g @general-liquidity/gordon-cli

    bun:

    bun add -g @general-liquidity/gordon-cli

    Standalone install script:

    curl -fsSL https://raw.githubusercontent.com/general-liquidity/gordon-cli-dist/main/install.sh | sh

    Windows PowerShell:

    irm https://raw.githubusercontent.com/general-liquidity/gordon-cli-dist/main/install.ps1 | iex

    The npm package is a thin wrapper. It downloads the matching prebuilt binary for your platform during install.

    Supported binaries

    • macOS arm64
    • macOS x64
    • Linux arm64
    • Linux x64
    • Windows x64

    Release binaries and package manager manifests are published at:

    • https://github.com/general-liquidity/gordon-cli-dist/releases

    Setup

    Set one LLM provider key before first launch:

    export OPENAI_API_KEY="sk-..."

    or

    export DEDALUS_API_KEY="dd-..."

    or

    export INCEPTION_API_KEY="..."

    Then run:

    gordon

    Docs

    • Website: https://gordoncli.com
    • Docs: https://docs.gordon.trade
    • Public distribution repo: https://github.com/general-liquidity/gordon-cli-dist