A collection of AI agent implementations demonstrating multi-agent architectures, tool integration, and real-world applications using modern LLM frameworks.
| Project | Description | Status |
|---|---|---|
| Financial AI Analyst | Multi-agent system for stock analysis, market data, and financial news | ✅ Complete |
- Agent Framework: Phidata
- LLM Provider: Groq (Llama 3.3 70B)
- UI: Streamlit
- Language: Python 3.10+
git clone https://github.com/your-username/Agentic-AI-Applications.git
cd Agentic-AI-Applicationspython -m venv .venv# Windows
.venv\Scripts\activate
# macOS/Linux
source .venv/bin/activatepip install -r requirements.txtcp .env.example .envAdd your API keys to .env:
GROQ_API_KEY=your_groq_api_key
PHIDATA_KEY=your_phidata_key
| Key | Source |
|---|---|
| GROQ_API_KEY | console.groq.com/keys |
| PHIDATA_KEY | phidata.app |
MIT