GitHub - virattt/dexter: An autonomous agent for deep financial research
8 days ago
- #task-planning
- #financial-research
- #autonomous-agent
- Dexter is an autonomous financial research agent that performs analysis using task planning, self-reflection, and real-time market data.
- Key capabilities include intelligent task planning, autonomous execution, self-validation, real-time financial data access, and safety features.
- Prerequisites include Bun runtime, OpenAI API key, Financial Datasets API key, and optional Exa API key for web search.
- Installation involves cloning the repository, installing dependencies with Bun, and setting up environment variables.
- Run Dexter in interactive mode with 'bun start' or in watch mode for development with 'bun dev'.
- Evaluation suite tests the agent against financial questions using LangSmith for tracking and an LLM-as-judge approach.
- Debugging is facilitated through scratchpad files that log tool calls, agent reasoning steps, and results.
- Contribution guidelines include forking the repository, creating feature branches, and keeping pull requests small and focused.
- The project is licensed under the MIT License.