feat(FN-2848): add manual memory dream API trigger

- Add POST /api/memory/dream route that runs project and agent dream processing with AI prompt execution
- Expose triggerMemoryDreams() in dashboard legacy API client for direct dream invocation
- Switch SettingsModal and useMemoryData Dream Now actions from automation lookup to the new endpoint
- Update dashboard route, hook, and settings modal tests to cover success and error handling
- Add a patch changeset for @runfusion/fusion documenting the new endpoint and client helper
This commit is contained in:
Fusion
2026-04-28 03:15:28 -07:00
committed by gsxdsm
parent 1d9d9f4e7f
commit f19ecac8f5
8 changed files with 256 additions and 41 deletions

View File

@@ -0,0 +1,5 @@
---
"@runfusion/fusion": patch
---
Add dedicated POST /api/memory/dream endpoint and triggerMemoryDreams() client helper for manual dream processing.