Discover and explore top open-source AI tools and projects—updated daily.
edinetdbAI agent for deep Japanese stock financial research
Top 99.3% on SourcePulse
Summary
Dexter JP is an autonomous AI research agent for deep financial analysis of Japanese listed companies. It targets technical users by automating complex research tasks—planning, multi-source data acquisition, validation, and report generation—offering significant analytical depth and time savings.
How It Works
This project refactors the US-based Dexter agent for Japan, using a LangChain agent loop for autonomous planning, tool selection, execution, and validation. A key innovation is the get_financials meta-tool, featuring an internal LLM router to dynamically orchestrate and integrate results from various financial sub-tools. It accesses EDINET DB, J-Quants, and web searches, guided by user-defined research rules (.dexter/RULES.md) and employs context compression and session memory for efficiency.
Quick Start & Requirements
Installation involves cloning the repo, running bun install, and configuring API keys in .env.
bun installbun run startHighlighted Details
get_financials Meta-tool: LLM-powered router intelligently selects and integrates financial data sub-tools..dexter/RULES.md, influencing agent behavior.bun run gateway.Maintenance & Community
A fork of the original Dexter by @virattt. While it integrates with messaging platforms like Slack and Discord, direct community links (e.g., Discord server) are not detailed in the README.
Licensing & Compatibility
Limitations & Caveats
Functionality heavily relies on obtaining and configuring numerous third-party API keys, some potentially incurring costs. Initial setup is complex. Deploying the LINE bot requires a publicly accessible webhook endpoint, limiting use in private network environments without additional setup.
1 month ago
Inactive