Skip to content

Commit 84dc4b3

Browse files
committed
Sync working groups
1 parent 070609d commit 84dc4b3

File tree

1 file changed

+30
-30
lines changed

1 file changed

+30
-30
lines changed

_data/wg.yaml

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,35 @@
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+
completed: false
25+
last-activity: 2025-04-02
26+
last-update-date: 2025-03-27
27+
last-update: |
28+
We had several discussions to find the proper architecture/modularization. It will likely require conditional dependencies to avoid pulling AI-related "code" into the regular extension.
29+
Thus, priorities shifted slightly to focus on "general" action in a first step.
30+
point-of-contact: "@phillip-kruger (@<strong>Phillip Krüger</strong> on Zulip)"
31+
proposal: https://github.com/quarkusio/quarkus/discussions/45377
32+
discussion: https://quarkusio.zulipchat.com/#narrow/stream/187038-dev
333
- title: "Test classloading"
434
board-url: "https://github.com/orgs/quarkusio/projects/30"
535
short-description: |
@@ -140,36 +170,6 @@ working-groups:
140170
last-update-date: 2025-04-01
141171
last-update: |
142172
In the last month, the WG - Quarkus 3.15 LTS closed two issues: one regarding the assignment of random ports in the configuration and another updating the Kafka client version to 3.7.2 to address CVE-2024-56128. No new issues were opened, reflecting a commitment to resolving important topics for the upcoming LTS release.
143-
- title: "Chappie"
144-
board-url: "https://github.com/orgs/quarkiverse/projects/8"
145-
short-description: |
146-
The main objective of this working group is to allow AI features in Quarkus Dev Mode (Dev UI and CLI)
147-
readme: |
148-
<p>The main objective of this working group is to allow AI features in Quarkus Dev Mode (Dev UI and CLI)</p>
149-
<h3>The Problem</h3>
150-
<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>
151-
<h3>The proposed Solution</h3>
152-
<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>
153-
<p>Quarkus core should allow hooks (BuildItems) that extensions can use to define AI functions.</p>
154-
<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>
155-
<p>The Chappie extension will manage the backend configuration, connection (to the LLM), and the elements in the Dev UI.</p>
156-
<p>Extensions will provide relevant AI functions.</p>
157-
<p>Adding a chatbot can also be added.</p>
158-
<ul>
159-
<li>Point of contact: @phillip-kruger (@<strong>Phillip Krüger</strong> on Zulip)</li>
160-
<li>Proposal: https://github.com/quarkusio/quarkus/discussions/45377</li>
161-
<li>Discussion: <a href="https://quarkusio.zulipchat.com/#narrow/stream/187038-dev">Zulip topic</a></li>
162-
</ul>
163-
status: on track
164-
completed: false
165-
last-activity: 2025-03-20
166-
last-update-date: 2025-03-27
167-
last-update: |
168-
We had several discussions to find the proper architecture/modularization. It will likely require conditional dependencies to avoid pulling AI-related "code" into the regular extension.
169-
Thus, priorities shifted slightly to focus on "general" action in a first step.
170-
point-of-contact: "@phillip-kruger (@<strong>Phillip Krüger</strong> on Zulip)"
171-
proposal: https://github.com/quarkusio/quarkus/discussions/45377
172-
discussion: https://quarkusio.zulipchat.com/#narrow/stream/187038-dev
173173
- title: "Observability.Next"
174174
board-url: "https://github.com/orgs/quarkusio/projects/42"
175175
short-description: |

0 commit comments

Comments
 (0)