A chapter-by-chapter walkthrough of dexter, generated from its source code and tutorial markdown.
dexter is organized as connected concepts and components. Start broad, then drill down chapter by chapter.
Dexter is an autonomous financial research agent that bridges natural language queries with complex financial data. Instead of a linear script, it uses a recursive loop to iteratively "think," select from a registry of specialized tools and skills (like DCF analysis), and execute actions until a comprehensive answer is found. The system supports interaction via a CLI or messaging platforms like WhatsApp, backed by a rigorous benchmarking framework to ensure accuracy.
Source Repository: https://github.com/virattt/dexter
Follow sequentially or jump to any topic. Start with Interactive CLI & State Management.
This tutorial was automatically generated by Code IQ and rendered with the shared tutorial site builder. It can be produced for any repository tutorial folder that follows the numbered markdown chapter layout.
View Code IQ ↗