Skip to content

Latest commit

 

History

History
47 lines (38 loc) · 1.19 KB

File metadata and controls

47 lines (38 loc) · 1.19 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Planned

  • Audio input streaming (microphone)
  • Audio output playback
  • Context management and conversation history
  • Agentic tools (web search, code generation)
  • Session recording and export

[1.0.0-alpha] - 2026-02-21

Added

  • Initial project structure
  • FastAPI backend with WebSocket server
  • Gemini Live API integration
  • React frontend with Vite
  • Camera streaming and frame capture
  • Text input/output communication
  • Real-time logs display
  • Basic error handling
  • Comprehensive README and documentation
  • MIT License
  • Contributing guidelines
  • Code of Conduct

Phase A Complete

  • ✅ Backend WebSocket endpoint /ws/live
  • ✅ Frontend camera streaming UI
  • ✅ Periodic frame capture (every 3 seconds)
  • ✅ Text-based interaction
  • ✅ Live status indicators
  • ✅ Connection management

[0.1.0] - 2026-02-21

Added

  • Project initialization
  • Basic repository structure
  • README with project vision
  • License file