Getting Started
Agent Team
This example shows how to create a powerful team of AI agents working together to provide comprehensive financial analysis and news reporting. The team consists of:
- Web Agent: Searches and analyzes latest news
- Finance Agent: Analyzes financial data and market trends
- Lead Editor: Coordinates and combines insights from both agents
Example prompts to try:
- “What’s the latest news and financial performance of Apple (AAPL)?”
- “Analyze the impact of AI developments on NVIDIA’s stock (NVDA)”
- “How are EV manufacturers performing? Focus on Tesla (TSLA) and Rivian (RIVN)”
- “What’s the market outlook for semiconductor companies like AMD and Intel?”
- “Summarize recent developments and stock performance of Microsoft (MSFT)“
Code
agent_team.py
Usage
1
Create a virtual environment
Open the Terminal
and create a python virtual environment.
2
Install libraries
3
Run the agent