Falcon Limitless Agent
Desktop client for Limitless Exchange copy signals and live execution.
| Dashboard port | 8070 |
| WebSocket provider | limitless |
| Falcon API base | /api/v1/external/limitless |
What it does
- Subscribes to Falcon personal copy signals (
providers: ["limitless"]) - Applies bankroll, position-size, and daily-cap risk rules
- Dry-run (default) logs intended trades without placing orders
- Live posts orders via Falcon (
POST /orders) using HMAC credentials stored in the Falcon app
Quick start
cd client/falcon-limitless-client
python -m venv .venv
.venv\Scripts\activate # Windows
# source .venv/bin/activate # Mac/Linux
pip install -r requirements.txt
pip install -e .
copy .env.example .env # fill FALCON_API_KEY
falcon-limitless-agent-check
falcon-limitless-agent
Or on Windows: install.bat → check.bat → run.bat
Configuration
| Variable | Description |
|---|---|
FALCON_API_KEY |
Falcon agent API key (Integration → API keys) |
FALCON_WS_URL |
Signal WebSocket (default wss://api.falconai.pro/ws/signals) |
FALCON_API_BASE |
Agent SDK base URL |
SIGNAL_PROVIDERS |
limitless |
DRY_RUN |
true (default) or false for live |
DASHBOARD_PORT |
8070 |
Store Limitless HMAC credentials at /app/limitless/agents/client before setting DRY_RUN=false.
See also: docs/CLIENT-ENV-REFERENCE.md and /downloads/LIMITLESS-CLIENT-ENV-REFERENCE.md.
PyPI
pip install falcon-limitless-agent
falcon-limitless-agent-check
falcon-limitless-agent
Release files for falcon-limitless-agent 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| falcon_limitless_agent-0.1.0.tar.gz | 26.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| falcon_limitless_agent-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 65.0 kB
Release files / falcon_limitless_agent-0.1.0.tar.gz
| Download URL | falcon_limitless_agent-0.1.0.tar.gz |
|---|---|
| Size | 26.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
81f07351f8698e858afa9450fa13d098d24731b86405e0f9474dc4685cbb7f4a
|
|
BLAKE2b-256 checksum How to use checksums |
f497663842bfa42e959577fc08f754218749368bfbfd44da4d24c7d610e46fb7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.12.8
|
Release files / falcon_limitless_agent-0.1.0-py3-none-any.whl
| Download URL | falcon_limitless_agent-0.1.0-py3-none-any.whl |
|---|---|
| Size | 38.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
35b098c1b81e22e7d72fae4126ef4a05bf936b5909a4aed4d2972d4a8e79cd8a
|
|
BLAKE2b-256 checksum How to use checksums |
94179f0d4349394c7c82b4c3facc028901ccb2e10a7ade68ef41ee28c0fd9ffe
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.12.8
|