← Back to home

Aurora

Aurora is a subscription-based AI assistant built on a ReAct (Reason-Act) framework. It reasons step-by-step, chooses tools (weather, news, web search), executes them, and streams both its internal thoughts and final answers.

ReAct AgentsLive DataFastAPIStreaming UI

Core Architecture & Philosophy

  • ReAct Agent Core: Thought → Action → Observation loop with tool selection and iterative reasoning until completion.
  • Live Data Integration: Weather (OpenWeatherMap), News (NewsAPI.org), and Web Search (Google CSE).
  • OpenAI Default Backend: Defaults to ChatGPT models; bring your own key via the ChatGPT API.
  • User-Focused Interfaces: FastAPI backend with a clean, streaming web UI.

Key Features

  • Autonomous tool usage (Weather, News, Web Search)
  • Multimodal vision input via API and web UI
  • Image generation via OpenAI gpt-image-1
  • Conversational memory with streaming thoughts and answers
  • Single .env configuration for all keys and settings

Availability

Aurora is not open source. A subscription will be available; users can choose ChatGPT or other models via the ChatGPT API. Website link is coming soon (under development).