Autonomous Limitless Exchange agent — Falcon signals, HMAC execution via Falcon API
Project description
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file falcon_limitless_agent-0.1.0.tar.gz.
File metadata
- Download URL: falcon_limitless_agent-0.1.0.tar.gz
- Upload date:
- Size: 26.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
81f07351f8698e858afa9450fa13d098d24731b86405e0f9474dc4685cbb7f4a
|
|
| MD5 |
d4e31f64d9e8590ed5d0806a60a234e0
|
|
| BLAKE2b-256 |
f497663842bfa42e959577fc08f754218749368bfbfd44da4d24c7d610e46fb7
|
File details
Details for the file falcon_limitless_agent-0.1.0-py3-none-any.whl.
File metadata
- Download URL: falcon_limitless_agent-0.1.0-py3-none-any.whl
- Upload date:
- Size: 38.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
35b098c1b81e22e7d72fae4126ef4a05bf936b5909a4aed4d2972d4a8e79cd8a
|
|
| MD5 |
4d17e8502ebbcaa7eb662cc4a69cd358
|
|
| BLAKE2b-256 |
94179f0d4349394c7c82b4c3facc028901ccb2e10a7ade68ef41ee28c0fd9ffe
|