| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
A community-driven, multi-agent platform for financial applications — typed, async-first, and built for orchestration.
See detailed flow diagrams and design notes in ../docs/CORE_ARCHITECTURE.md.
Set up the environment and verify your install:
uv sync --group dev
uv run python -c "import valuecell as vc; print(vc.__version__)"Install the package in development mode with all dependencies (including testing tools like pytest, pytest-cov, and diff-cover):
uv sync --group devuv syncAdd OKX credentials to .env (or export them before launch):
AUTO_TRADING_EXCHANGE=okx
OKX_NETWORK=paper # switch to mainnet only after validation
OKX_API_KEY=...
OKX_API_SECRET=...
OKX_API_PASSPHRASE=...
OKX_ALLOW_LIVE_TRADING=false
OKX_MARGIN_MODE=cash # or cross / isolatedLaunch with ./start.sh --exchange okx --network paper to route the Auto Trading agent through OKX. Flip OKX_ALLOW_LIVE_TRADING=true only when you're ready for real execution.
| Back | FazBrowse Home | New Git URL |