-
Notifications
You must be signed in to change notification settings - Fork 563
feat: ai agents #14884
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
IrakliJani
merged 8 commits into
main
from
05-20-chore_wire_up_aiagentcontroller_in_hook
May 22, 2025
Merged
feat: ai agents #14884
IrakliJani
merged 8 commits into
main
from
05-20-chore_wire_up_aiagentcontroller_in_hook
May 22, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This stack of pull requests is managed by Graphite. Learn more about stacking. |
3 tasks
packages/frontend/src/ee/features/aiCopilot/hooks/useAiAgents.ts
Outdated
Show resolved
Hide resolved
3 tasks
9b46339
to
8344ca3
Compare
8344ca3
to
93ec5a3
Compare
0b50c75
to
7bf9d3c
Compare
93ec5a3
to
54d5324
Compare
7bf9d3c
to
6dd5c6d
Compare
54d5324
to
a923675
Compare
6dd5c6d
to
d1e5525
Compare
packages/frontend/src/ee/features/aiCopilot/hooks/useAiAgents.ts
Outdated
Show resolved
Hide resolved
e487b3a
to
4273fbc
Compare
Merge activity
|
lightdash-bot
pushed a commit
that referenced
this pull request
May 22, 2025
# [0.1640.0](0.1639.1...0.1640.0) (2025-05-22) ### Features * ai agents ([#14884](#14884)) ([46948e0](46948e0))
🎉 This PR is included in version 0.1640.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
This was referenced May 22, 2025
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Closes: #ISSUE_NUMBER
Description:
Implements React Query hooks for AI Agents functionality. The implementation includes:
Reviewer actions