Loading repository data…
Loading repository data…
lakshaybamel / repository
A collection of Agentic AI applications using AGNO, Gemini, multi-agent workflows, memory, and Streamlit.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
A collection of Agentic AI applications built using the AGNO Framework and Google Gemini Models.
This repository demonstrates:
An AI travel assistant that provides:
An intelligent finance assistant capable of:
A collaborative multi-agent system where:
Demonstrates:
An AI assistant with persistent memory using SQLite.
agno.db)An AI-powered YouTube content analyzer with:
Includes a Streamlit UI for interactive usage.
| Technology | Usage |
|---|---|
| Python | Core Programming |
| AGNO | Agent Framework |
| Google Gemini | LLM |
| Streamlit | Frontend UI |
| SQLite | Memory Storage |
| DuckDuckGo Tools | Web Search |
| Yahoo Finance | Financial Data |
agno-agentic-ai/
│
├── agent.py
├── finance.py
├── memory.py
├── team.py
├── youtube_analyzer.py
├── ui.py
│
├── agno.db
├── requirements.txt
├── README.md
├── .gitignore
└── .env
git clone https://github.com/lakshaybamel/agno-agentic-ai.git
cd agno-agentic-ai
python -m venv venv
venv\Scripts\activate
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
Create a .env file:
GOOGLE_API_KEY=your_google_api_key
Get your API key from:
🔗 https://aistudio.google.com/api-keys/
python agent.py
python finance.py
python team.py
python memory.py
streamlit run ui.py
Then open:
http://localhost:8501
This project helped in understanding:
MCA Student @ BIT Mesra
If you found this project useful, consider giving it a ⭐ on GitHub!