Skip to content

Commit bf8343a

Browse files
committed
Remove Kotlin build
1 parent 12b9bbb commit bf8343a

3 files changed

Lines changed: 8 additions & 18 deletions

File tree

.idea/kotlinc.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,15 @@ Run the shell script to start Embabel under Spring Shell:
2929
```bash
3030
./shell.sh
3131
```
32+
There is a single example agent, `WriteAndReviewAgent`.
33+
It will be under your package name.
34+
It uses one LLM with a high temperature and creative persona to write a story based on your input,
35+
then another LLM with a low temperature and different persona to review the story.
3236

33-
When the Embabel shell comes up, use the story agent with:
37+
When the Embabel shell comes up, use the story agent like this:
3438

3539
```
36-
x "Tell me a story about...[your topic]
40+
x "Tell me a story about...[your topic]"
3741
```
3842

3943

pom.xml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -86,22 +86,14 @@
8686
<scope>test</scope>
8787
</dependency>
8888

89-
<dependency>
90-
<groupId>org.jetbrains.kotlin</groupId>
91-
<artifactId>kotlin-test</artifactId>
92-
<version>${kotlin.version}</version>
93-
<scope>test</scope>
94-
</dependency>
89+
9590

9691
</dependencies>
9792

9893
<build>
9994
<plugins>
10095
<!-- Production Build Plugins -->
101-
<plugin>
102-
<groupId>org.jetbrains.kotlin</groupId>
103-
<artifactId>kotlin-maven-plugin</artifactId>
104-
</plugin>
96+
10597

10698
<plugin>
10799
<groupId>org.springframework.boot</groupId>

0 commit comments

Comments
 (0)