top of page
CECILIA'S PORTFOLIO
Autonomous agent system to spot and notify deals
LLM Engineering
Autonomous agent system collaborating with models to spot deals and notify special bargains. The project begins by creating a Retrieval-Augmented Generation (RAG) database with training data, visualizing it in 2D/3D before building a RAG pipeline using the Frontier model.
There is a planning agent that coordinates activities with other agents, including the Scanner Agent (which identifies promising deals by subscribing to RSS feeds), the Ensemble Agent (which estimates prices), and the Messaging Agent (which sends push notifications via PushOver application). Other supporting agents include Frontier Agents (handle RAG prices) and Special Agents (estimate price).
bottom of page