AI/ML
Prototype
ZIA — Modular AI Assistant Framework
A proof-of-concept modular AI assistant that connects Slack, Discord, and a web interface to local or external AI models. Built to explore persona switching, persistent memory, and multi‑platform routing.
Key Features
Slack & Discord Handlers
Unified message routing across multiple chat platforms.
Persona Templates
Switch between conversation styles using JSON-based persona configs.
Persistent Memory
Per-channel JSON memory storage with no database required.
Config-Driven Setup
All behavior controlled through JSON files — no code edits needed.
Engineering Notes
ZIA is intentionally raw — a prototype that laid the groundwork for ZetoAI. It demonstrates routing, persona switching, and memory, but is not intended as a polished product.
Tech Stack
Python
FastAPI
WebSockets
License
MIT
Version
0.4.0
Last Updated
Dec 2025
Platform
Cross-platform
Roadmap
Slack + Discord integration
completedPersona system
completedWeb handler improvements
in-progressOffline docs loader
planned