Hacker News new | ask | show | jobs
by lightaime 324 days ago
It is a desktop app. We built it with:

Backend - Framework: FastAPI - Package Manager: uv - Async Server: Uvicorn - Authentication: OAuth 2.0, Passlib. - Multi-agent framework: CAMEL

Frontend - Framework: React - Desktop App Framework: Electron - Language: TypeScript - UI: Tailwind CSS, Radix UI, Lucide React, Framer Motion - State Management: Zustand - Flow Editor: React Flow

Check the source code for more details

1 comments

Awesome, what models does it support ??
We support models like Gemini 2.5 pro, GPT-4.1 and Claude-3.7 and so on. You can also use local models served by Ollama, vLLM or SGLang. The minimum requirement is a model that supports tool calling.