Skip to content

Commit 32df526

Browse files
committed
Sync working groups
1 parent 7095d6b commit 32df526

File tree

1 file changed

+42
-42
lines changed

1 file changed

+42
-42
lines changed

_data/wg.yaml

Lines changed: 42 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,5 @@
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: staled
24-
lts: false
25-
completed: false
26-
last-activity: 2025-09-03
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
443
- title: "Java 25 support"
454
board-url: "https://github.com/orgs/quarkusio/projects/59"
465
short-description: |
@@ -105,13 +64,54 @@ working-groups:
10564
status: on track
10665
lts: false
10766
completed: false
108-
last-activity: 2025-08-31
67+
last-activity: 2025-09-05
10968
last-update-date: 2025-08-27
11069
last-update: |
11170
Working group started.
11271
point-of-contact: "@Sanne (@<strong>Sanne</strong> on Zulip) and @gsmet (@_<strong>Guillaume Smet</strong> on Zulip)"
11372
proposal: https://github.com/quarkusio/quarkus/discussions/49696
11473
discussion: https://quarkusio.zulipchat.com/#narrow/channel/187038-dev/topic/WG.20-.20Java.2025.20chat
74+
- title: "Chappie"
75+
board-url: "https://github.com/orgs/quarkiverse/projects/8"
76+
short-description: |
77+
The main objective of this working group is to allow AI features in Quarkus Dev Mode (Dev UI and CLI)
78+
readme: |
79+
<p>The main objective of this working group is to allow AI features in Quarkus Dev Mode (Dev UI and CLI)</p>
80+
<h3>The Problem</h3>
81+
<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>
82+
<h3>The proposed Solution</h3>
83+
<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>
84+
<p>Quarkus core should allow hooks (BuildItems) that extensions can use to define AI functions.</p>
85+
<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>
86+
<p>The Chappie extension will manage the backend configuration, connection (to the LLM), and the elements in the Dev UI.</p>
87+
<p>Extensions will provide relevant AI functions.</p>
88+
<p>Adding a chatbot can also be added.</p>
89+
<ul>
90+
<li>Point of contact: @phillip-kruger (@<strong>Phillip Krüger</strong> on Zulip)</li>
91+
<li>Proposal: https://github.com/quarkusio/quarkus/discussions/45377</li>
92+
<li>Discussion: <a href="https://quarkusio.zulipchat.com/#narrow/stream/187038-dev">Zulip topic</a></li>
93+
</ul>
94+
status: staled
95+
lts: false
96+
completed: false
97+
last-activity: 2025-09-03
98+
last-update-date: 2025-06-24
99+
last-update: |
100+
Outstanding progress around Chappie:
101+
102+
- https://github.com/quarkusio/quarkus/pull/46907 - new workspace feature in the dev UI
103+
- https://github.com/quarkusio/quarkus/pull/47201 - adaptation of the workspace for Chappie
104+
- https://github.com/quarkusio/quarkus/pull/47756 - the assistant extension/SPI that allows implementing intelligent actions in the dev UI
105+
- https://github.com/quarkusio/quarkus/pull/47872 - OpenAPI Assistant
106+
- https://github.com/quarkusio/quarkus/pull/47873 - GraphQL Assistant
107+
- https://github.com/quarkusio/quarkus/pull/47874 - Agroal Assistant
108+
- https://github.com/quarkusio/quarkus/pull/48341 - Change of the assistant icon to a robot
109+
110+
111+
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.
112+
point-of-contact: "@phillip-kruger (@<strong>Phillip Krüger</strong> on Zulip)"
113+
proposal: https://github.com/quarkusio/quarkus/discussions/45377
114+
discussion: https://quarkusio.zulipchat.com/#narrow/stream/187038-dev
115115
- title: "Test classloading"
116116
board-url: "https://github.com/orgs/quarkusio/projects/30"
117117
short-description: |

0 commit comments

Comments
 (0)