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:
5
.changeset/add-memory-dream-api-endpoint.md
Normal file
5
.changeset/add-memory-dream-api-endpoint.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@runfusion/fusion": patch
|
||||
---
|
||||
|
||||
Add dedicated POST /api/memory/dream endpoint and triggerMemoryDreams() client helper for manual dream processing.
|
||||
Reference in New Issue
Block a user