Testing setup of AI Agents, Finance Agents, and Multi-Agent Systems
This repository demonstrates the testing and setup of an AI Agent environment with a focus on:
- Testing a Finance Agent
- Testing Multiple Agents working collaboratively as a team
- Utilizing external tools such as yfinance and DuckDuckGo Search
- Dependency Management: Install dependencies using the provided
requirements.txt
. - AI Agent Setup:
- Configure agents with phi data and the ChatGroq LLM.
- Experiment with AI-driven workflows using finance-related and general search tasks.
- Finance Agent:
- Powered by yfinance to retrieve and analyze financial data.
- Multi-Agent Team Setup:
- Agents can utilize tools collaboratively.
- Tools include:
- YFinance: For financial data analysis.
- DuckDuckGo Search Tool: For general information retrieval.
- Load phi data into the agent.
- Configure the agent with ChatGroq LLM.
- Utilize yfinance to fetch real-time financial data for stocks, ETFs, and more.
- Configure multiple agents to work as a team.
- Agents can communicate and leverage both YFinance and DuckDuckGo Search Tool.
Provides real-time financial data and analysis.
Fetches search results and relevant information from the web.