Skip to content

Commit 8f7c20b

Browse files
committed
Sync working groups
1 parent cc865da commit 8f7c20b

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

_data/wg.yaml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
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: inactive
23+
completed: false
24+
last-activity: 2025-03-13
25+
point-of-contact: "@phillip-kruger (@<strong>Phillip Krüger</strong> on Zulip)"
26+
proposal: https://github.com/quarkusio/quarkus/discussions/45377
27+
discussion: https://quarkusio.zulipchat.com/#narrow/stream/187038-dev
328
- title: "Gizmo 2"
429
board-url: "https://github.com/orgs/quarkusio/projects/43"
530
short-description: Gizmo 2 related tasks

0 commit comments

Comments
 (0)