Grounded in real order-book, liquidation and funding microstructure โ not vibes. Derive hard facts with the Wickra core, then ask any LLM (or none). LLM-agnostic, offline-first, read-only.
A MarketContext is a list of hard, numeric facts โ price moves, order-book imbalance, liquidation clusters, funding flips, OI changes, volatility spikes โ each carrying a ready-made human sentence. Ask "why did BTC just dump?" and the answer is anchored to the real book.
๐
LLM-agnostic
The network call lives in a separate crate. Use Ollama fully offline, or OpenAI, Claude or Gemini with your own key โ or no LLM at all and read the facts directly. No vendor lock-in.
๐
Deterministic core, no I/O
The fact-derivation core has no network, no key and no I/O โ only the optional LLM adapter reaches out. The MarketContext is a pure function of the feed, byte-identical across every binding.
๐๏ธ
Read-only, local
It reads market data and asks questions; it never places orders. It runs on your own machine with your own key read from the environment โ not a hosted service, not a SaaS.
๐ฒ
The context is data, not code
A ContextSpec is a set of symbols, a lookback and the facts to derive. Because it is data, the exact same MarketContext crosses the C ABI and WASM unchanged.
๐
10 languages
The core is a JSON-over-C-ABI data API (Copilot::command) in Rust, Python, Node.js, WASM, C, C++, C#, Go, Java and R, plus a command-line reference consumer.
A ContextSpec names the symbols to inspect, a lookback window and the facts to derive. The builder walks each symbol's feed and returns a stable, self-explaining MarketContext.
Each Fact carries a signed value, a ranking magnitude, a timestamp and a ready-made human sentence (e.g. "BTCUSDT dropped -6.44% over the last 20 bars."), so the context explains itself before any LLM sees it.
Build the deterministic MarketContext from the feed, then hand it to the LLM of your choice โ or none. The command API returns the same bytes in every binding.
Wickra Copilot is part of the Wickra ecosystem. Its facts are derived from the same typed microstructure feeds that wickra-core and wickra-exchange produce, so the copilot reasons over exactly the numbers a backtest or a live chart would see.
Wickra Copilot is a software library, not a trading system, and gives no financial advice โ use at your own risk.