centdix
49524d5b28
chore(aiagent): store memory in db ( #7053 )
...
* store to db
* no warning in context
* warning in frontend
* remove log
* 100kb + alert
* update sqlx
* update eeref
* Update ee-repo-ref.txt
* cleaning
---------
Co-authored-by: windmill-internal-app[bot] <windmill-internal-app[bot]@users.noreply.github.com>
2025-11-07 15:27:00 +00:00
Diego Imbert
1b88e0cf15
Migrate batch reruns pane to ui guidelines ( #6946 )
...
* migrate batch reruns pane to ui guidelines
* move relative class to ResizeTransitionWrapper
2025-10-27 15:46:53 +00:00
centdix
2170d8dd32
feat(ai agent): handle inputTransforms for tools arguments ( #6873 )
...
* show inputs
* filter filled args
* merge args with input transforms
* working expr
* handle results expr
* cleaning
* cleaning
* cleaning
* cleaning
* Update SQLx metadata
* fix no previous step
* add ai option in frontend
* cleaning
* cleaning
* Update SQLx metadata
* fix
* fix reactive unmount issue with tool id
* use existing func
* only fetch if needed
* fix
---------
Co-authored-by: windmill-internal-app[bot] <windmill-internal-app[bot]@users.noreply.github.com>
2025-10-22 18:04:23 +00:00
Guilhem
032f0c1f8c
feat: UX/UI full overhaul to meet new design system
2025-10-22 15:56:36 +00:00
Diego Imbert
72b744c4e1
feat: UX improvements (all inputs)
...
* Monaco transparent bg
* started improving input transform form
* always show static/f selector
* fix connecting btn changing size
* pretty Fill Inputs button
* ResizeTransitionWrapper
* Prettier TemplateEditor
* prevent double onpointerdown when clicking button to close
* text hint
* force focus border for TemplateEditor
* styling in js mode
* update select style
* fix jittery fake monaco placeholder
* select nits
* aiproviderpicker + nits
* smaller ${...} badge
* no-default-style
* select dropdown slide
* nit
* Refresh button in flow picker quick
* jsonEditor pretty
* ai provider toggle button more
* change resource edit button pos
* ResourcePicker Add and Refresh btn
* fix scrollbar
* Fix FileInput and S3 Arg Input
* fix textarea styling
* nicer refresh button in Test This Step
* fix togglebutton border in darkmode
* rounded nit
* Fix multiselect styling
* Prevent crash when selecting dyn-multiselect
* missing $derived and $state => reactivity issue when switching between DynSelect and DynMultiselect
* forgot $effect.pre
* fix nested objects
* nits
* prettier json toggle and array inputs
* array input nits
* nit
* fix json toggle appearing in fileinputs
* nit
* started updating PropertyEditor
* (stash) fix select dropdown animation teleporting from bottom to top
* nit
* nit
* resize transition in schemaform
* nit
* nit typo
* nit enableFlyTransition
* shadow nit
* small consistency changes
* user setting nit
* resize transition in module preview form
* more space
* nit readability on hover
* DateTimeInput new style
* nit fix
* remove yPadding in template and simple editor
* nits
* Revert "remove yPadding in template and simple editor"
This reverts commit 8f27c8d0b8 .
* nit
* Fix proppicker border
* fix inconsistent spacing btw arginput and input transform form field headers
* consistent add item button
* nit
* s3 settings nits
* RunsFilter fix
* gray ${...} badge
* border fix darkmode
* nit
* nit app editor consistency
* fix step input gen style
* nit fix
* nits
* toggle border
* nit toggle button
* nit font-medium
* nit font-medium
* nit font-medium
* nit font-medium
* nit
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2025-09-27 21:52:13 +00:00
dieriba
b64e509e60
feat: add dyn select for flow step #6662
2025-09-23 12:09:58 +00:00
centdix
3199f9fffd
feat(ai agent): allow multiple images input for ai agent + code cleaning ( #6591 )
...
* add in frontend
* draft openai handling
* upload to s3
* simpler output
* return s3 directly if any
* low quality
* implement for gemini
* handle imagen model
* handle image input
* cleaning
* remove base64 from output
* cleaning
* fix timeout
* handle openrouter
* remove log
* allow image input when creating image
* cleaning
* increase stack size
* inline everything
* revert stack size
* refactor: move AI executor types to separate module
- Created ai module structure with types.rs
- Moved all type definitions from ai_executor.rs to ai/types.rs
- No functional changes, just code organization
* refactor: add QueryBuilder trait and provider detection utilities
- Created QueryBuilder trait for abstracting provider-specific logic
- Added helper functions for provider detection (is_anthropic_provider)
- Implemented placeholder QueryBuilder for all providers
- Updated OpenAIRequest to use slices instead of Vec references
- All providers now have QueryBuilder implementations (using default for now)
* feat: implement OpenAI query builder with image support foundation
- Created proper OpenAI query builder implementation
- Added image_handler module for S3 upload/download utilities
- Separated text and image request building logic
- Added prepare_messages_for_api to handle S3Object conversion
- Foundation laid for supporting tools with image output
* refactor(ai): complete AI executor refactoring with query builder pattern
- Created modular structure under ai/ module
- Moved all types to ai/types.rs
- Created QueryBuilder trait for provider abstraction
- Implemented OpenAI query builder with image+tools support
- Added unified agent runner supporting both text and image outputs with tools
- Refactored run_agent to delegate to new unified implementation
- Added image handler utilities for S3 operations
- Improved code organization and maintainability
* cleaning
* feat(ai): implement remaining provider query builders
- Added Anthropic query builder with proper message conversion
- Added Google AI query builder with Gemini API support
- Added OpenRouter query builder delegating to OpenAI for compatibility
- Added missing Anthropic and Gemini types to types.rs
- Fixed type references and compilation errors
- All providers now support the unified query builder interface
* fixes
* fixes
* mime type + cleaning
* image to images
* handle mutlitple images
* fix
* remove agent_runner file
* clean query builder logic
* cleaning
* cleaning
* hide structured_output based on output type
* fix
* user images and not nested
* better descriptions
2025-09-17 16:55:54 +00:00
HugoCasa
f077849b8f
fix: flow step missing input warnings ( #5916 )
...
* fix: flow step missing input warnings
* nit
2025-06-12 21:38:26 +02:00
Ruben Fiszel
23920aee84
feat: better graph layout algorithm + migrate to svelte 5 almost everywhere + xyflow 1.0
2025-06-12 15:44:35 +02:00
Diego Imbert
87cf1d0c28
fix tutorial ( #5562 )
...
* fix tutorial first part
* fix tutorial
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2025-04-03 11:48:59 +00:00
Henri Courdent
4fb366d11f
Harmonization sentence cases ( #4888 )
...
Co-authored-by: HugoCasa <hugo@casademont.ch >
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2024-12-13 11:31:46 +01:00
Ruben Fiszel
d9d63a4e31
fix autocomplete z-indez on flow editor
2024-11-11 10:34:12 +01:00
Guilhem
323912c73c
fix(frontend): improve flow prop picker design
...
* improve input picker
* Put back colors for types
* Add full path to popover
* Copy instead of toast if no input selected
* Add popover and copy to value
* Add shadow en transition when selecting input
* Add border and transition when selecting input
* revert unwanted changes
* hide scrollbar when not hovering
* Add connexion animated border effect
* fix display
* fix proppicker display
* Remove badge
* Change animated button gradient
* revert scrollbar on hover
* clean design
* clean design
* clean design
* clean design
* clean design
* clean design
* clean design
* improve search
---------
Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com >
2024-11-05 21:01:49 +01:00
Ruben Fiszel
497edd047c
remove frontend warnings
2024-09-03 14:23:22 +02:00
Faton Ramadani
092e5dd63a
feat(frontend): add indicator when required field are missing ( #3935 )
...
* feat(frontend): add indicator when required field are missing
* feat(frontend): add indicator when required field are missing
* feat(frontend): remove reactivity
* feat(frontend): remove reactivity
* feat(frontend): remove reactivity
* feat(frontend): remove reactivity
* feat(frontend): remove reactivity
* feat(frontend): handle init flow
* feat(frontend): done
* feat(frontend): done
* feat(frontend): simplify code
* feat(frontend): improve code
* feat(frontend): improve ArgInput
* feat(frontend): fix icon alignement
2024-06-20 15:40:27 +02:00
HugoCasa
918518ff5c
feat: add ai for predicates and iterator expressions ( #3203 )
...
* feat: add ai for predicates and iterator expressions
* fix: npm run check
* feat: copilot like suggestion
2024-02-13 15:52:03 +01:00
HugoCasa
6eb1e27a74
feat: flow inputs ai gen ( #3191 )
...
* feat: flow inputs ai gen
* fix: prevent flow builder crash on AI gen
* fix: nits
* fix: adjust tab behavior
2024-02-10 19:51:44 +01:00
Faton Ramadani
cdc76994f8
feat(frontend): Buttons refactor ( #2545 )
...
* feat(frontend): wip
* feat(frontend): button refactor wip
* feat(frontend): button refactor wip
* feat(frontend): fix build
* feat(frontend): fix build
* fix(frontend): fix build
* fix(frontend): fix buttons styles
* fix(frontend): remove dev file
* feat(frontend): clean up
* feat(frontend): done
* feat(frontend): done
* feat(frontend): remove duplicated componnet
* feat(frontend): wip
* feat(frontend): wip
* feat(frontend): forked Flow icons
* feat(frontend): remove legacy dropdown
* feat(frontend): migrated all + remove dependencies
* feat(frontend): clean up
2023-11-10 09:43:10 +01:00
Ruben Fiszel
25793fa38a
feat: handle drift in every time referencing db times
2023-08-20 04:00:38 +02:00
Faton Ramadani
b39f486c91
Dark mode v0 ( #1893 )
...
* feat(frontend): wip
* wip
* wip
* wip
* wip
* add toggle
* correctly handle monaco theme
* wip
* wip
* wip
* wip
* wip
* feat(frontend): Dark mode v0
* feat(frontend): Adap AI gen poppup
* feat(frontend): Adap script metadata labels
* feat(frontend): Fix unreadable texts
* feat(frontend): Fix unreadable texts
* feat(frontend): Fix unreadable texts
* feat(frontend): Fix ressource picker
* feat(frontend): Fix unreadable texts
* feat(frontend): Fix unreadable texts
* feat(frontend): Fix unreadable texts
* feat(frontend): Add theme toggle in the login page
* feat(frontend): Fix unreadable texts
* feat(frontend): Fix language selection
* feat(frontend): Fix FlowStatusViewer colors
* feat(frontend): Fix divide colors
* feat(frontend): Fix flow graph buttons
* feat(frontend): add theme toggle in login modal
* feat(frontend): small ui fix
* feat(frontend): fix graph dark mode toggle
2023-07-25 10:43:04 +02:00
Ruben Fiszel
2b705aa38b
fix: flow editor design improvements
2023-06-13 11:41:06 +02:00
Ruben Fiszel
f476904af0
fix: improve websockets handling for flow editor
2023-06-02 19:45:30 +02:00
Ruben Fiszel
aad64c1790
remove all frontend warnings and unused imports
2023-04-02 17:02:57 +02:00
Ruben Fiszel
d7aa565ea8
fix z-index of inputransformform
2023-03-06 16:04:32 +01:00
Ruben Fiszel
fa18204267
fix(frontend): arginput + apppreview fixes
2023-03-03 17:34:08 +01:00