Multi-agent autonomous framework โ let your AI work while you sleep ๐
# ๐ AI Night Shift > A multi-agent autonomous framework that lets your AI assistants work while you sleep. [](LICENSE) [](README.zh-TW.md) [](README.zh-CN.md) [](README.ko.md) **AI Night Shift** is an open-source framework for running multiple AI agents (Claude Code, Gemini, and more) in coordinated autonomous sessions during off-hours. Born from 30+ real production night shifts, this isn't theoretical โ it's battle-tested. ## What Makes This Different Most "autonomous agent" tools run a single agent in isolation. AI Night Shift orchestrates **multiple heterogeneous AI agents** working together: | Agent | Engine | Role | Mode | |-------|--------|------|------| | Developer | Claude Code | Coding, debugging, deploying | Continuous (hours) | | Researcher | Gemini CLI | Research, data gathering, triage | Periodic (minutes) | | Coordinator | Any LLM | Task routing, monitoring | Heartbeat (30min) | They communicate through shared protocols โ a file-based message queue, shared chat log, and task board integration. ## Architecture ``` โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ โ AI Night Shift โ โ โ โ โโโโโโโโโโโโ โโโโโโโโโโโโ โโโโโโโโโโโโ โ โ โ Gemini โ โ Gemini โ โHeartbeat โ โ โ โ Code โ โ CLI โ โ Agent โ โ โ โ โ โ โ โ โ โ โ โ night_ โ โ patrol. โ โ heartbeatโ โ โ โ shift.sh โ โ sh โ โ _config โ โ โ โโโโโโฌโโโโโโ โโโโโโฌโโโโโโ โโโโโโฌโโโโโโ โ โ โ โ โ โ โ โโโโโโโโฌโโโโโโโโดโโโโโโโฌโโโโโโโโ โ โ โ โ โ โ โโโโโโโโผโโโโโโโ โโโโโโผโโโโโโ โ โ โ night_chat โ โ bot_inboxโ โ โ
Google's AI-powered research notebook that ingests your documents and becomes an expert on your content. Generates audio overviews, study guides, FAQs, and interactive discussions from uploaded sources.
Google DeepMind's experimental AI agent that can navigate websites, fill forms, and complete multi-step browser tasks autonomously. Uses Gemini's multimodal understanding to interact with web interfaces.
Google DeepMind's universal AI assistant prototype that can see, hear, and respond in real-time through your device camera and microphone. Demonstrates the future of multimodal AI interaction.
Google Cloud's enterprise platform for building, deploying, and managing AI agents powered by Gemini. Supports multi-agent orchestration, tool integration, and enterprise governance.
Gemini's agentic research capability that autonomously browses the web, synthesizes information from dozens of sources, and produces comprehensive research reports on any topic.
Interactive coding and content creation agent that generates, previews, and iterates on code, documents, and interactive applications in a side panel. Supports HTML/CSS/JS, Python, and more.