File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load diff This file was deleted.
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments