@falconai/agent-client
v0.1.3
Published
Bootstrap launcher for falcon-polymarket-agent — installs the PyPI package and runs the trading client
Maintainers
Readme
@falconai/agent-client
Bootstrap launcher for the Falcon Polymarket agent client.
Requires Node.js 18+ and Python 3.11+. On first run, installs the falcon-polymarket-agent PyPI package, then delegates to the falcon-polymarket-agent CLI.
Quick start
npx @falconai/agent-client --check
npx @falconai/agent-clientIf npx reports agent-client not found on Windows, pin 0.1.3+ or run:
npx -p @falconai/agent-client agent-client --checkCreate a Falcon API key at app.falconai.pro → Integration → API keys. Copy .env.example to .env in your working directory (or use the Setup wizard at http://localhost:8080).
Install globally (optional)
npm install -g @falconai/agent-client
agent-client --check
agent-clientPrefer pip only?
pip install falcon-polymarket-agent
falcon-polymarket-agent-check
falcon-polymarket-agentSee the agent client download page for zip, Docker, and Windows .exe options.
