agutinbaigo28/financial-agent-api — explained in plain English
Analysis updated 2026-05-18
Build a multi agent system that coordinates specialized AI agents on complex tasks.
Pull real time stock quotes, fundamentals, and technical indicators from financial data providers.
Set up a retrieval augmented chat interface that searches your own documents.
Track experiments and evaluate agent performance with the built in dataset tools.
| agutinbaigo28/financial-agent-api | bananefre/finance-budget-api-agent | jwm0203/meetingcopilot | |
|---|---|---|---|
| Stars | 129 | 129 | 129 |
| Language | TypeScript | TypeScript | TypeScript |
| Setup difficulty | hard | moderate | moderate |
| Complexity | 4/5 | 3/5 | 3/5 |
| Audience | developer | general | general |
Figures from each repo's GitHub metadata at analysis time.
Needs API keys for financial data providers plus a LibSQL database to run fully.
AgentStack is a platform for building and running multiple AI agents that work together, built on a framework called Mastra. It combines many agents, tools, and workflows into one system so they can coordinate on tasks instead of acting as one single chatbot. The project focuses on financial data and analysis, along with the infrastructure needed to run agents in a business setting. The README lists a large number of built in pieces: more than 25 individual agents, 57 tools those agents can call, over 10 multi step workflows, and more than 12 supervisor networks that coordinate groups of agents. There are also over 100 user interface components for building chat style interfaces. Financial intelligence is one of the main features, with tools that pull data from services like Polygon, Finnhub, and AlphaVantage, covering things like stock quotes, company fundamentals, and technical indicators. For working with documents and knowledge, AgentStack includes a retrieval system, often called RAG, that stores information as embeddings in a database called LibSQL, so agents can search and pull in relevant text when answering questions. It also has dataset management features for tracking experiments and evaluating how well the agents perform over time. On the technical side, the project is written mostly in TypeScript and uses Next.js and React for its interface, with Zod for data validation and Vitest for testing, and the README states it has 97 percent test coverage. It also includes security features such as authentication, role based access control, and protections against common web vulnerabilities like path traversal. Observability tooling lets developers trace what each agent, tool, and workflow step is doing, which helps with debugging when several agents are working at once. The project is licensed under MIT, meaning it can be used, modified, and reused freely, including for commercial purposes. It positions itself against other AI agent platforms by emphasizing production readiness: real time tracing, dataset versioning, and coordinated supervisor networks rather than a single simple chatbot. The full README is longer than what was shown.
A TypeScript platform for running many AI agents together, with built in tools for financial data, document search, and tracking experiments.
Mainly TypeScript. The stack also includes TypeScript, Next.js, React.
Free to use, modify, and reuse for any purpose, including commercial use, as long as the copyright notice is kept.
Setup difficulty is rated hard, with roughly 1h+ to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.