Bot
Koder Bot — AI Personal Assistant
- *rea:*Intelligence
- *ath:*
services/ai/bot/app - *ind:*Flutter mobile app (Android + iOS)
Role in the stack
Consumer mobile companion for Koder's AI. Provides a conversational interface to Kode — Koder's AI — with persistent memory, task execution, and deep integration with other Koder Workspace apps (Kmail, Drive, Calendar, Dok). Bot is the "AI for everyday life" entry point for Koder users who want AI assistance outside of a coding context.
Primary couplings
| Dependency | Relationship |
|---|---|
ai/gateway |
All inference requests route through the AI Gateway |
ai/kortex |
Uses Kortex for tool-use / agent orchestration backend |
foundation/id |
Authentication via Koder ID |
suite/kmail |
Can read/compose emails on user's behalf |
suite/drive |
File access for context and attachments |
Interfaces
- Flutter app v1.1.0 — Android (arm64, armv7, x86_64) + iOS (pending Apple certs)
- Communicates exclusively through
ai/gatewayREST + WebSocket API - Uses
engines/sdk/koder_chatDart SDK for Chat integration
Status
v1.1.0 — Production (Android). iOS pending signing setup.