Public, safety-first skeleton for a maker-style trade execution system.
- Infra layer: signed API client (GET/POST skeleton)
- Execution layer: maker order management (quote/cancel/replace)
- Live loop skeleton
- Logging & config structure
- Strategy stub (NO strategy logic is published)
- Any proprietary strategy logic
- Any AI training code / parameters
- Any performance logs / PnL numbers
- Any API keys or secrets
- Copy .env.example to .env and fill your own keys (never commit .env)
- Run the live loop skeleton (stub strategy will always return NO_TRADE)
I’m hearing-impaired, so I rely on chat for technical discussions. I’m happy to join video calls.
- �xamples/support_ticket_summarizer.py
GitHub Actions runs a smoke test on push/PR to ensure the runnable entrypoints keep working.
- Run entrypoints from repo root using
python -m ... - In PowerShell, prefer
@' ... '@here-strings when generating .py files to avoid quote-escaping issues.