-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathsettings.gradle.kts
More file actions
35 lines (31 loc) · 930 Bytes
/
settings.gradle.kts
File metadata and controls
35 lines (31 loc) · 930 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
// SPDX-FileCopyrightText: 2025 Deutsche Telekom AG and others
//
// SPDX-License-Identifier: Apache-2.0
rootProject.name = "arc"
include("arc-scripting")
include("arc-azure-client")
include("arc-readers")
include("arc-result")
include("arc-agents")
include("arc-spring-boot-starter")
include("arc-memory-mongo-spring-boot-starter")
include("arc-api")
include("arc-agent-client")
include("arc-graphql-spring-boot-starter")
// include("arc-runner")
include("arc-view-spring-boot-starter")
include("arc-assistants")
include("arc-langchain4j-client")
include("arc-gradle-plugin")
include("arc-gen")
include("arc-openai-client")
// include("arc-streaming-spring-boot-starter")
// include("arc-openai-realtime-client")
include("arc-openai-api-spring-boot-starter")
include("arc-memory-redis")
include("arc-mcp")
include("arc-server")
include("adl-kotlin-runner")
// MOVED TO ADL PROJECT
//include("adl-server")
include("examples")