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
npm • Website • Docs • Downloads
Install
npm:
npm install -g @general-liquidity/gordon-clibun:
bun add -g @general-liquidity/gordon-cliStandalone install script:
curl -fsSL https://raw.githubusercontent.com/general-liquidity/gordon-cli-dist/main/install.sh | shWindows PowerShell:
irm https://raw.githubusercontent.com/general-liquidity/gordon-cli-dist/main/install.ps1 | iexThe 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:
gordonDocs
- Website:
https://gordoncli.com - Docs:
https://docs.gordon.trade - Public distribution repo:
https://github.com/general-liquidity/gordon-cli-dist