This commit is contained in:
IGNY8 VPS (Salman)
2025-12-07 11:28:32 +00:00
parent 508b6b4220
commit 2420f1678d
18 changed files with 476 additions and 4519 deletions

View File

@@ -1065,6 +1065,11 @@ Frontend can listen to these events via:
- Centralized progress tracking
- Easy to add new AI functions (inherit from BaseAIFunction)
### Current gaps vs code (Dec 2025)
- AIEngine now performs a credit pre-check before the AI call (still deducts after SAVE); this is not reflected in earlier notes.
- `generate_images` implementation is partially broken: it expects task IDs (not image IDs), tries to read `task.content` (field does not exist), and uses the `extract_image_prompts` prompt path; credit estimation also looks for `image_ids`. Treat it as partial/needs fix.
- AIEngine includes messaging/cost maps for `generate_site_structure` (extra function beyond the documented six); not presently documented above.
---
## Automation Integration