API Server
—
checking...
WebSocket
—
—
Ollama
—
checking...
LLM Agents
llama.cpp
Primary (Deep Reasoning)
—
checking...
llama.cpp
Coding
—
checking...
Data Sources
Yahoo Finance is the working primary out of the box — no key, no signup, nothing to configure.
Your uploaded datasets always take top priority. When you're ready, add your own data API below and it slots in
between your uploads and Yahoo automatically.
Any provider can be wired in as an adapter (ports/market/ — one module per source;
Massive ships as the reference example). Without any key the system runs fully on Yahoo;
synthetic bars only appear if every real source fails.
Brokerage
Any brokerage can be added the same way Alpaca was — implement the BrokerPort contract
(connect / place_order / cancel_order / get_positions) and register it; it appears here automatically.
Get free paper-trading keys at alpaca.markets.
Risk Management
Brain Configuration
🧠 Command Structure (Director → Executor)
The Director is the competence layer — deep judgment, plans, adjudication
(orchestrator / reasoner / tuner roles). The Executor carries out
direction — tool runs, chat, routine analysis. Point each tier at any model:
cloud director + local executor, or fully local — same feel either way.
Ollama LLM Configuration
Dropdowns auto-populate from your pulled Ollama models.
Install Ollama: ollama.com/download then run:
ollama pull qwen3 ollama pull qwen3.6
Install Ollama: ollama.com/download then run:
ollama pull qwen3 ollama pull qwen3.6
Local GGUF Models (llama.cpp)
Discovered models from C:\DAFECharts\models.
Pick a GGUF for each role. The server loads the primary model at startup.
Pick a GGUF for each role. The server loads the primary model at startup.
Health Details
Loading...