Skip to content

Commit 03273f2

Browse files
committed
Sync working groups
1 parent 9fac345 commit 03273f2

File tree

1 file changed

+41
-41
lines changed

1 file changed

+41
-41
lines changed

_data/wg.yaml

Lines changed: 41 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,46 @@
11
---
22
working-groups:
3+
- title: "Chappie"
4+
board-url: "https://github.com/orgs/quarkiverse/projects/8"
5+
short-description: |
6+
The main objective of this working group is to allow AI features in Quarkus Dev Mode (Dev UI and CLI)
7+
readme: |
8+
<p>The main objective of this working group is to allow AI features in Quarkus Dev Mode (Dev UI and CLI)</p>
9+
<h3>The Problem</h3>
10+
<p>The way developers write code is changing with the rise of AI tools like chatGPT, etc. Developers now ask an AI agent to help with tasks.</p>
11+
<h3>The proposed Solution</h3>
12+
<p>Provide a way to allow AI integration into Quarkus Dev Mode (Dev UI and CLI) . They should enable extensions to to contribute to the AI hooks.</p>
13+
<p>Quarkus core should allow hooks (BuildItems) that extensions can use to define AI functions.</p>
14+
<p>The chappie extensions will use this and set it up in Dev UI. The Chappie extension will also be responsible for an indexed vector DB that contains the Quarkus documentation. Extensions should be able to use this with groupId and artifactId.</p>
15+
<p>The Chappie extension will manage the backend configuration, connection (to the LLM), and the elements in the Dev UI.</p>
16+
<p>Extensions will provide relevant AI functions.</p>
17+
<p>Adding a chatbot can also be added.</p>
18+
<ul>
19+
<li>Point of contact: @phillip-kruger (@<strong>Phillip Krüger</strong> on Zulip)</li>
20+
<li>Proposal: https://github.com/quarkusio/quarkus/discussions/45377</li>
21+
<li>Discussion: <a href="https://quarkusio.zulipchat.com/#narrow/stream/187038-dev">Zulip topic</a></li>
22+
</ul>
23+
status: on track
24+
lts: false
25+
completed: false
26+
last-activity: 2025-06-25
27+
last-update-date: 2025-06-24
28+
last-update: |
29+
Outstanding progress around Chappie:
30+
31+
- https://github.com/quarkusio/quarkus/pull/46907 - new workspace feature in the dev UI
32+
- https://github.com/quarkusio/quarkus/pull/47201 - adaptation of the workspace for Chappie
33+
- https://github.com/quarkusio/quarkus/pull/47756 - the assistant extension/SPI that allows implementing intelligent actions in the dev UI
34+
- https://github.com/quarkusio/quarkus/pull/47872 - OpenAPI Assistant
35+
- https://github.com/quarkusio/quarkus/pull/47873 - GraphQL Assistant
36+
- https://github.com/quarkusio/quarkus/pull/47874 - Agroal Assistant
37+
- https://github.com/quarkusio/quarkus/pull/48341 - Change of the assistant icon to a robot
38+
39+
40+
This is tremendous progress, and while there is still some work to be done in Chappie, we have circumvented most of the technical issues, and we are now implementing intelligent actions. Also, the documentation has been updated to explain how extension writers can implement an assistant in their extension.
41+
point-of-contact: "@phillip-kruger (@<strong>Phillip Krüger</strong> on Zulip)"
42+
proposal: https://github.com/quarkusio/quarkus/discussions/45377
43+
discussion: https://quarkusio.zulipchat.com/#narrow/stream/187038-dev
344
- title: "Observability.Next"
445
board-url: "https://github.com/orgs/quarkusio/projects/42"
546
short-description: |
@@ -194,47 +235,6 @@ working-groups:
194235
In the last month, the WG - Quarkus to the CommonHaus Foundation successfully closed an issue related to setting up the recommended files necessary for the transition to the foundation. Additionally, a new issue was opened to enable a Sponsor button in the Quarkiverse, indicating ongoing efforts to enhance community engagement and streamline governance as Quarkus moves to CommonHaus Foundation.
195236
196237
(This status update was automatically generated using AI.)
197-
- title: "Chappie"
198-
board-url: "https://github.com/orgs/quarkiverse/projects/8"
199-
short-description: |
200-
The main objective of this working group is to allow AI features in Quarkus Dev Mode (Dev UI and CLI)
201-
readme: |
202-
<p>The main objective of this working group is to allow AI features in Quarkus Dev Mode (Dev UI and CLI)</p>
203-
<h3>The Problem</h3>
204-
<p>The way developers write code is changing with the rise of AI tools like chatGPT, etc. Developers now ask an AI agent to help with tasks.</p>
205-
<h3>The proposed Solution</h3>
206-
<p>Provide a way to allow AI integration into Quarkus Dev Mode (Dev UI and CLI) . They should enable extensions to to contribute to the AI hooks.</p>
207-
<p>Quarkus core should allow hooks (BuildItems) that extensions can use to define AI functions.</p>
208-
<p>The chappie extensions will use this and set it up in Dev UI. The Chappie extension will also be responsible for an indexed vector DB that contains the Quarkus documentation. Extensions should be able to use this with groupId and artifactId.</p>
209-
<p>The Chappie extension will manage the backend configuration, connection (to the LLM), and the elements in the Dev UI.</p>
210-
<p>Extensions will provide relevant AI functions.</p>
211-
<p>Adding a chatbot can also be added.</p>
212-
<ul>
213-
<li>Point of contact: @phillip-kruger (@<strong>Phillip Krüger</strong> on Zulip)</li>
214-
<li>Proposal: https://github.com/quarkusio/quarkus/discussions/45377</li>
215-
<li>Discussion: <a href="https://quarkusio.zulipchat.com/#narrow/stream/187038-dev">Zulip topic</a></li>
216-
</ul>
217-
status: on track
218-
lts: false
219-
completed: false
220-
last-activity: 2025-06-24
221-
last-update-date: 2025-06-24
222-
last-update: |
223-
Outstanding progress around Chappie:
224-
225-
- https://github.com/quarkusio/quarkus/pull/46907 - new workspace feature in the dev UI
226-
- https://github.com/quarkusio/quarkus/pull/47201 - adaptation of the workspace for Chappie
227-
- https://github.com/quarkusio/quarkus/pull/47756 - the assistant extension/SPI that allows implementing intelligent actions in the dev UI
228-
- https://github.com/quarkusio/quarkus/pull/47872 - OpenAPI Assistant
229-
- https://github.com/quarkusio/quarkus/pull/47873 - GraphQL Assistant
230-
- https://github.com/quarkusio/quarkus/pull/47874 - Agroal Assistant
231-
- https://github.com/quarkusio/quarkus/pull/48341 - Change of the assistant icon to a robot
232-
233-
234-
This is tremendous progress, and while there is still some work to be done in Chappie, we have circumvented most of the technical issues, and we are now implementing intelligent actions. Also, the documentation has been updated to explain how extension writers can implement an assistant in their extension.
235-
point-of-contact: "@phillip-kruger (@<strong>Phillip Krüger</strong> on Zulip)"
236-
proposal: https://github.com/quarkusio/quarkus/discussions/45377
237-
discussion: https://quarkusio.zulipchat.com/#narrow/stream/187038-dev
238238
- title: "Test classloading"
239239
board-url: "https://github.com/orgs/quarkusio/projects/30"
240240
short-description: |

0 commit comments

Comments
 (0)