Skip to content

Commit 2691ee4

Browse files
committed
Sync working groups
1 parent e2056f0 commit 2691ee4

File tree

1 file changed

+28
-28
lines changed

1 file changed

+28
-28
lines changed

_data/wg.yaml

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
---
22
working-groups:
3+
- title: "Chappie"
4+
board-url: "https://github.com/orgs/quarkiverse/projects/8"
5+
short-description: The main objective of this working group is to allow AI features in Quarkus Dev Mode (Dev UI and CLI)
6+
readme: |
7+
<p>The main objective of this working group is to allow AI features in Quarkus Dev Mode (Dev UI and CLI)</p>
8+
<h3>The Problem</h3>
9+
<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>
10+
<h3>The proposed Solution</h3>
11+
<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>
12+
<p>Quarkus core should allow hooks (BuildItems) that extensions can use to define AI functions.</p>
13+
<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>
14+
<p>The Chappie extension will manage the backend configuration, connection (to the LLM), and the elements in the Dev UI.</p>
15+
<p>Extensions will provide relevant AI functions.</p>
16+
<p>Adding a chatbot can also be added.</p>
17+
<ul>
18+
<li>Point of contact: @phillip-kruger (@<strong>Phillip Krüger</strong> on Zulip)</li>
19+
<li>Proposal: https://github.com/quarkusio/quarkus/discussions/45377</li>
20+
<li>Discussion: <a href="https://quarkusio.zulipchat.com/#narrow/stream/187038-dev">Zulip topic</a></li>
21+
</ul>
22+
status: on track
23+
completed: false
24+
last-activity: 2025-03-20
25+
last-update-date: 2025-03-13
26+
last-update: |
27+
Work started.
28+
point-of-contact: "@phillip-kruger (@<strong>Phillip Krüger</strong> on Zulip)"
29+
proposal: https://github.com/quarkusio/quarkus/discussions/45377
30+
discussion: https://quarkusio.zulipchat.com/#narrow/stream/187038-dev
331
- title: "Gizmo 2"
432
board-url: "https://github.com/orgs/quarkusio/projects/43"
533
short-description: Gizmo 2 related tasks
@@ -38,34 +66,6 @@ working-groups:
3866
Everything is fine for now.
3967
4068
There are discussions on defining a regular cadence release. We will communicate when we have more details.
41-
- title: "Chappie"
42-
board-url: "https://github.com/orgs/quarkiverse/projects/8"
43-
short-description: The main objective of this working group is to allow AI features in Quarkus Dev Mode (Dev UI and CLI)
44-
readme: |
45-
<p>The main objective of this working group is to allow AI features in Quarkus Dev Mode (Dev UI and CLI)</p>
46-
<h3>The Problem</h3>
47-
<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>
48-
<h3>The proposed Solution</h3>
49-
<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>
50-
<p>Quarkus core should allow hooks (BuildItems) that extensions can use to define AI functions.</p>
51-
<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>
52-
<p>The Chappie extension will manage the backend configuration, connection (to the LLM), and the elements in the Dev UI.</p>
53-
<p>Extensions will provide relevant AI functions.</p>
54-
<p>Adding a chatbot can also be added.</p>
55-
<ul>
56-
<li>Point of contact: @phillip-kruger (@<strong>Phillip Krüger</strong> on Zulip)</li>
57-
<li>Proposal: https://github.com/quarkusio/quarkus/discussions/45377</li>
58-
<li>Discussion: <a href="https://quarkusio.zulipchat.com/#narrow/stream/187038-dev">Zulip topic</a></li>
59-
</ul>
60-
status: on track
61-
completed: false
62-
last-activity: 2025-03-17
63-
last-update-date: 2025-03-13
64-
last-update: |
65-
Work started.
66-
point-of-contact: "@phillip-kruger (@<strong>Phillip Krüger</strong> on Zulip)"
67-
proposal: https://github.com/quarkusio/quarkus/discussions/45377
68-
discussion: https://quarkusio.zulipchat.com/#narrow/stream/187038-dev
6969
- title: "Test classloading"
7070
board-url: "https://github.com/orgs/quarkusio/projects/30"
7171
short-description: The goal of this working group is to rewrite Quarkus's test classloading, so that tests are run in the same classloader as the application under tests, and Quarkus extensions can do "Quarkus-y" manipulations of test classes.

0 commit comments

Comments
 (0)