-
Notifications
You must be signed in to change notification settings - Fork 3k
Introduce new assistant module #47756
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
Introduce new assistant module #47756
Conversation
🎊 PR Preview 2c91ef1 has been successfully built and deployed to https://quarkus-pr-main-47756-preview.surge.sh/version/main/guides/
|
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
d7a89cd
to
09181ee
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
09181ee
to
77389fe
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
77389fe
to
d79b1cf
Compare
This comment has been minimized.
This comment has been minimized.
d79b1cf
to
86c65b0
Compare
@maxandersen @cescoffier - as discussed, I moved the Build Items that extensions will depend on to a spi. I was also wondering if we should not move chappie (from quarkiverse) into the assistant extension. Initially we wanted to keep it outside of core repo because
What do you think ? |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
...agroal/deployment/src/main/java/io/quarkus/agroal/deployment/devui/AgroalDevUIProcessor.java
Outdated
Show resolved
Hide resolved
...ns/assistant/deployment-spi/src/main/java/io/quarkus/assistant/deployment/spi/Assistant.java
Outdated
Show resolved
Hide resolved
...ant/deployment-spi/src/main/java/io/quarkus/assistant/deployment/spi/AssistantBuildItem.java
Outdated
Show resolved
Hide resolved
...loyment-spi/src/main/java/io/quarkus/assistant/deployment/spi/AssistantConsoleBuildItem.java
Show resolved
Hide resolved
5bbfe5e
to
5704d1a
Compare
This comment has been minimized.
This comment has been minimized.
@maxandersen @cescoffier - ready for review. Let's get this in and roll forward |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
5704d1a
to
82d5344
Compare
This comment has been minimized.
This comment has been minimized.
82d5344
to
e0d2528
Compare
This comment has been minimized.
This comment has been minimized.
e0d2528
to
6d71988
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
6d71988
to
de28818
Compare
Signed-off-by: Phillip Kruger <[email protected]>
de28818
to
c22663a
Compare
Status for workflow
|
This comment has been minimized.
This comment has been minimized.
Status for workflow
|
I wanted to add this extension to my project, but could not find it:
I still can install it:
Not sure that it belongs to a category. Shouldn't it be available in the "ai" category? |
This PR introduce a new module in Quarkus called assistant, that allows extensions to talk to an assistant (if any is added)
For now this can work with Chappie (we need to wait for this to be released and then release a new Chappie version)
Once this PR is in, extensions can start making use of the assistant feature, example OpenAPI (#47872) :
TODO: