Commit Graph

5 Commits

Author SHA1 Message Date
58c3a54d4a feat: add generation source handling for task creation and updates
All checks were successful
Build And Publish Production Image / Build And Publish Production Image (push) Successful in 50s
2026-03-28 15:35:49 -03:00
ebcea643c4 feat(backend): persist tasks and generated message history
- add EntityTask domain and CRUD API backed by PostgreSQL

- relate generated messages directly to tasks and delete on task removal

- move preview generation to backend Llama endpoint

- migrate frontend task APIs from localStorage to backend endpoints

- update tests and CLAUDE rules for backend-owned LLM/persistence
2026-03-27 02:46:56 -03:00
5307856e55 feat(backend): implement step 6 — AiService with OpenAI RestClient integration 2026-03-26 18:49:34 -03:00
81b356af67 feat(backend): implement step 4 — EmailContext and EmailReaderService 2026-03-26 18:44:43 -03:00
054608fc62 feat: implement VirtualEntity and DispatchLog models with corresponding tests and configuration 2026-03-26 18:21:13 -03:00