Scripts2026年6月1日·1 分钟阅读

Dexter — Autonomous Agent for Deep Financial Research

An open-source autonomous AI agent that performs multi-step financial research, analyzing earnings, filings, and market data to produce structured investment reports.

Agent 就绪

Agent 可直接安装

这个资产可安装;Agent 先选择当前运行时、检查安装计划,再运行匹配命令。

Native · 98/100策略:允许
Agent 入口
任意 MCP/CLI Agent
类型
Skill
安装
Single
信任
信任等级:Established
入口
Dexter Overview
直接安装命令
npx -y tokrepo@latest install d4ee599e-5df6-11f1-9bc6-00163e2b0d79 --target codex

先 dry-run 确认安装计划,再运行此命令。

Introduction

Dexter is an open-source autonomous agent designed for deep financial research. It chains together multiple LLM-powered analysis steps — from data gathering to report writing — to produce structured investment research that would normally take an analyst hours.

What Dexter Does

  • Autonomously researches companies using public financial data and filings
  • Chains multi-step analysis: data retrieval, financial modeling, comparison, and report generation
  • Produces structured research reports with quantitative backing
  • Supports configurable research workflows and custom analysis templates
  • Integrates with multiple LLM providers for the reasoning layer

Architecture Overview

Dexter is a TypeScript application built around a directed acyclic graph of research steps. Each step is an autonomous agent node that performs a specific task (fetch SEC filings, analyze revenue trends, compare competitors) and passes structured output to downstream nodes. The orchestrator manages execution order, retries, and context sharing. A web UI lets users configure research targets and review generated reports.

Self-Hosting & Configuration

  • Clone the repository and install dependencies with npm
  • Configure your LLM provider API keys in the environment file
  • Set up financial data source credentials (SEC EDGAR is free)
  • Customize research templates in the configuration directory
  • Run the web interface locally on the default port

Key Features

  • Multi-step autonomous research pipeline, not single-prompt generation
  • Structured output with citations and data references
  • Configurable analysis templates for different research types
  • Support for multiple LLM backends (OpenAI, Anthropic, local models)
  • Web UI for configuring research targets and reviewing reports

Comparison with Similar Tools

  • Bloomberg Terminal — professional financial data platform; Dexter is open-source and focused on automated analysis
  • FinGPT — fine-tuned financial LLM; Dexter is an agent workflow, not a single model
  • Langchain Financial Agents — generic agent framework; Dexter is purpose-built for investment research
  • AlphaVantage + GPT — manual API + prompt combo; Dexter automates the full pipeline

FAQ

Q: Does Dexter provide investment advice? A: No. It generates research reports as a tool for analysts. All output should be reviewed by a human before making investment decisions.

Q: What financial data sources does it use? A: It primarily uses public data from SEC EDGAR, Yahoo Finance, and similar free sources.

Q: Can I use local LLMs instead of cloud APIs? A: Yes. Dexter supports any OpenAI-compatible API endpoint, including local servers.

Q: Is it suitable for real-time trading? A: No. Dexter is designed for deep research, not high-frequency or real-time trading.

Sources

讨论

登录后参与讨论。
还没有评论,来写第一条吧。

相关资产