Skip to content

Commit 21193ce

Browse files
authored
fix: Move Micronaut and Spring Boot starters under extensions (#212)
1 parent 0674fed commit 21193ce

38 files changed

Lines changed: 5 additions & 5 deletions

agentscope-examples/micronaut-example/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ agentscope:
5353
model-name: qwen-plus
5454
```
5555
56-
See the [Micronaut Integration README](../../agentscope-micronaut/README.md) for full configuration options.
56+
See the [Micronaut Integration README](../../agentscope-extensions/agentscope-micronaut/README.md) for full configuration options.

agentscope-micronaut/README.md renamed to agentscope-extensions/agentscope-micronaut/README.md

File renamed without changes.

agentscope-micronaut/pom.xml renamed to agentscope-extensions/agentscope-micronaut/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<groupId>io.agentscope</groupId>
2424
<artifactId>agentscope-parent</artifactId>
2525
<version>${revision}</version>
26-
<relativePath>../pom.xml</relativePath>
26+
<relativePath>../../pom.xml</relativePath>
2727
</parent>
2828

2929
<artifactId>agentscope-micronaut</artifactId>

agentscope-micronaut/src/main/java/io/agentscope/micronaut/AgentscopeFactory.java renamed to agentscope-extensions/agentscope-micronaut/src/main/java/io/agentscope/micronaut/AgentscopeFactory.java

File renamed without changes.

agentscope-micronaut/src/main/java/io/agentscope/micronaut/model/ModelProviderType.java renamed to agentscope-extensions/agentscope-micronaut/src/main/java/io/agentscope/micronaut/model/ModelProviderType.java

File renamed without changes.

agentscope-micronaut/src/main/java/io/agentscope/micronaut/properties/AgentProperties.java renamed to agentscope-extensions/agentscope-micronaut/src/main/java/io/agentscope/micronaut/properties/AgentProperties.java

File renamed without changes.

agentscope-micronaut/src/main/java/io/agentscope/micronaut/properties/AgentscopeProperties.java renamed to agentscope-extensions/agentscope-micronaut/src/main/java/io/agentscope/micronaut/properties/AgentscopeProperties.java

File renamed without changes.

agentscope-micronaut/src/main/java/io/agentscope/micronaut/properties/AnthropicProperties.java renamed to agentscope-extensions/agentscope-micronaut/src/main/java/io/agentscope/micronaut/properties/AnthropicProperties.java

File renamed without changes.

agentscope-micronaut/src/main/java/io/agentscope/micronaut/properties/DashScopeProperties.java renamed to agentscope-extensions/agentscope-micronaut/src/main/java/io/agentscope/micronaut/properties/DashScopeProperties.java

File renamed without changes.

agentscope-micronaut/src/main/java/io/agentscope/micronaut/properties/GeminiProperties.java renamed to agentscope-extensions/agentscope-micronaut/src/main/java/io/agentscope/micronaut/properties/GeminiProperties.java

File renamed without changes.

0 commit comments

Comments
 (0)