Skip to content

Commit 8206f32

Browse files
committed
move springai plugin into temporal-plugins directory and add ai sdk team to codeowners
1 parent d3c157c commit 8206f32

41 files changed

Lines changed: 3 additions & 0 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@
55
# @temporalio/sdk will be requested for review when
66
# someone opens a pull request.
77
* @temporalio/sdk
8+
/temporal-plugins/ @temporalio/ai-sdk

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ target
77
.gradle
88
/build
99
/*/build
10+
/*/*/build
1011
**/out
1112
/lib
1213
dummy

settings.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ include 'temporal-test-server'
77
include 'temporal-opentracing'
88
include 'temporal-kotlin'
99
include 'temporal-spring-ai'
10+
project(':temporal-spring-ai').projectDir = new File(settingsDir, 'temporal-plugins/temporal-spring-ai')
1011
include 'temporal-spring-boot-autoconfigure'
1112
include 'temporal-spring-boot-starter'
1213
include 'temporal-remote-data-encoder'
File renamed without changes.

temporal-spring-ai/src/main/java/io/temporal/springai/activity/ChatModelActivity.java renamed to temporal-plugins/temporal-spring-ai/src/main/java/io/temporal/springai/activity/ChatModelActivity.java

File renamed without changes.

temporal-spring-ai/src/main/java/io/temporal/springai/activity/ChatModelActivityImpl.java renamed to temporal-plugins/temporal-spring-ai/src/main/java/io/temporal/springai/activity/ChatModelActivityImpl.java

File renamed without changes.

temporal-spring-ai/src/main/java/io/temporal/springai/activity/EmbeddingModelActivity.java renamed to temporal-plugins/temporal-spring-ai/src/main/java/io/temporal/springai/activity/EmbeddingModelActivity.java

File renamed without changes.

temporal-spring-ai/src/main/java/io/temporal/springai/activity/EmbeddingModelActivityImpl.java renamed to temporal-plugins/temporal-spring-ai/src/main/java/io/temporal/springai/activity/EmbeddingModelActivityImpl.java

File renamed without changes.

temporal-spring-ai/src/main/java/io/temporal/springai/activity/VectorStoreActivity.java renamed to temporal-plugins/temporal-spring-ai/src/main/java/io/temporal/springai/activity/VectorStoreActivity.java

File renamed without changes.

0 commit comments

Comments
 (0)