← Back to Projects
Build an autonomous agentic AI system
In ProgressFebruary 2026
The project consists of building an autonomous agentic system that watches for deals published online, estimates the price of the product using a finetuned LLM model, and sends a push notification when it finds great opportunities.
The system consists of 7 agents collaborating with each other and was built in Python without any specific agentic framework (CrewAI, AutoGen, or ADK).
Key Steps
- Deploy a finetuned model on modal.com
- Frontier model + RAG integration
- Implement Scanner, Messenger, and Planning Agents
ModalAgentsPython