ZdenekSrotyr
|
0b91d4ac47
|
feat: complete web UI + auth providers + template compatibility
All 7 web pages rendering (200):
/login, /dashboard, /catalog, /corporate-memory,
/corporate-memory/admin, /activity-center, /admin/tables
All 13 API endpoints working (200):
health, sync, data, query, users, memory, scripts,
settings, telegram, admin, catalog
Auth providers: Google OAuth, Password (argon2), Email magic link
Cookie-based JWT auth for web UI after OAuth redirect
FlexDict for Flask→FastAPI template compatibility
150 tests passing
|
2026-03-27 17:34:39 +01:00 |
|
ZdenekSrotyr
|
3701130a11
|
feat: add Docker, CLI tool, scheduler, and agent skills
- Dockerfile (uv-based) + docker-compose.yml (3 services)
- CLI tool 'da' with commands: auth, sync, query, status, admin, diagnose, skills
- Scheduler sidecar service (replaces systemd timers)
- pyproject.toml for uv distribution
- Built-in skills (setup, troubleshoot) for AI agents
- 17 CLI tests, 75 total tests passing
|
2026-03-27 15:30:03 +01:00 |
|