dexter icon indicating copy to clipboard operation
dexter copied to clipboard

An autonomous agent for deep financial research

Results 22 dexter issues
Sort by recently updated
recently updated
newest added

## Summary This PR adds **xAI (Grok)** as a new LLM provider, expanding Dexter's multi-provider capabilities alongside OpenAI, Anthropic, Google, and Ollama. ### Why xAI/Grok? - **Cutting-edge reasoning**: Grok models...

❯Look up CPA, CCL, CX and CUBA and based on these, which ones should I short and why ⏺ Get Price Snapshot(ticker=CPA) ⎿ Received 8 fields in 760ms ⏺ Get...

When using Dexter with Claude selected as the model, the application throws an OpenAI quota error instead of using the Claude API exclusively. Error: InsufficientQuotaError: 429 You exceeded your current...

## Summary - New `bun batch ` command for headless batch processing - Supports custom query templates with `{TICKER}` placeholder - Each run creates timestamped output folder (`outputs/YYYY-MM-DD_HH-MM-SS/`) - Generates...

Indian Stocks doesnt seem to work

…pport Fixes #30: Tool selection now uses the user's selected model instead of hardcoded OpenAI gpt-5-mini. Bug Fix: - Remove hardcoded SMALL_MODEL constant from tool-executor.ts - Pass model through ToolExecutorOptions...

Added support for the local LM-Studio provider. Also made the toolselectionmodel configurable in the .env.

As a fan of local models and this cli, I added support for an application called [LM Studio](https://lmstudio.ai/) that follows local endpoints similar to OpenAI's. LinkedIn: https://www.linkedin.com/in/lrdoc/ Example of Addition...

Adds OpenRouter as an LLM provider, enabling unified access to multiple models via a single API key. **Changes:** - [llm.ts](cci:7://file:///Users/rushout/Desktop/dexter/src/model/llm.ts:0:0-0:0): Add model factories for `openai/`, `anthropic/`, `google/` prefixes - [ModelSelector.tsx](cci:7://file:///Users/rushout/Desktop/dexter/src/components/ModelSelector.tsx:0:0-0:0):...