Open-source AI Trading OS, agent trading, and vibe trading, with Jev System One integration. Research, build Python strategies, backtest, and paper/live trade across crypto, stocks, and forex. Launch your own multi-tenant trading SaaS with built-in user management, billing, payments, and settlement.
jev-ios-ultrafast
Run iOS Simulator goals with Jev, compare decision models, and replay every attempt. Python CLI and Brigade host wrapper.
Project facts
- Relationship to Jev
- Jev application
- Evidence
- Code reference
- Language
- Python
- License
- MIT
- Origin
- Original repository
- Repository status
- Not archived
- Created
- 2026-09-19
- GitHub stars
- 0
- Evidence checked
- 2026-09-24T08:40:10.508Z
- Metadata checked
- 2026-09-24T08:40:10.508Z
- Check status
- current
Stars measure the whole repository, including work unrelated to Jev.
Evidence and scope
Code reference records the linked documentation or source. JevHunt has not independently run or benchmarked this project.
model_id = "typesafe-ai/jev" if engine == "jev" else model_id or BASELINE_MODEL model = next((m for m in models if m["id"] == model_id), None) if model is None or engine not in {"jev", "baseline"}: raise ValueError("Requested model is unavailable in the provider catalog")
Evidence commit: 183e3bd176d3da24e3296846b948389f34b08388
Discovered through: github-search.
How we review →