Inspiration
A Chrome extension designed for clear, focused browsing. It allows users to automate page actions using natural language, removing distractions, and providing real-time fact-checking for social media and video content. The goal is to streamline workflows by allowing users to speak commands and instantly sync information to Google Docs, Gmail, or Calendar.
What we learned / What is working
We successfully implemented a robust agentic architecture. Currently operational features include:
- Deep Research: Powered by Yutori.
- Fact-Checking: Working via Tavily to search through standard credible news sources.
- Agent Orchestration: Gemini ADK manages a 4-agent system (Writer, Planner, Validator, Checker) that loops 5 times for accuracy.
- Browser Automation: Fully functional via Composio.
- Safety & Guardrails: Fastino Labs text classification is used for prompt injection protection.
- Transcription: Minimax is utilized for audio transcription, while Reka serves as part of the "Truth Judge" multi-model jury for fact-checking.
## Challenges we ran into (What is not working)
- Fastino Labs PII model is currently not working.
Log in or sign up for Devpost to join the conversation.