-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
19 changed files
with
47 additions
and
219 deletions.
There are no files selected for viewing
9 changes: 9 additions & 0 deletions
9
kyo-llm/shared/src/main/scala/kyo/llm/thoughts/Analysis.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
package kyo.llm.thoughts | ||
|
||
import kyo.llm.ais._ | ||
|
||
case class Analysis( | ||
`Dissect the input into fundamental elements for a detailed examination`: String, | ||
`Explore connections and relationships among these elements`: String, | ||
`Critically assess the validity and logic of the information presented`: String | ||
) |
9 changes: 9 additions & 0 deletions
9
kyo-llm/shared/src/main/scala/kyo/llm/thoughts/Empathize.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
package kyo.llm.thoughts | ||
|
||
import kyo.llm.ais._ | ||
|
||
case class Empathize( | ||
`Interpret emotional cues in text`: String, | ||
`Gain insight into emotional expressions`: String, | ||
`Understand social and cultural contexts`: String | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
package kyo.llm.thoughts | ||
|
||
import kyo.llm.ais._ | ||
|
||
case class Ethics( | ||
`Analyze ethical implications of different scenarios`: String, | ||
`Deliberate on moral values and principles in context`: String, | ||
`Consider ethical consequences in decision-making processes`: String | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
package kyo.llm.thoughts | ||
|
||
import kyo.llm.ais._ | ||
|
||
case class Plan( | ||
`Develop a strategic plan of action based on analysis`: String, | ||
`Outline specific steps or measures to address the query or problem`: String | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
package kyo.llm.thoughts.old.reasoning | ||
|
||
import kyo.llm.ais._ | ||
|
||
case class Predict( | ||
`Forecast potential future scenarios based on current understanding`: String, | ||
`Identify trends or patterns that could influence future developments`: String, | ||
`Consider how different variables might impact future outcomes`: String | ||
) |
4 changes: 2 additions & 2 deletions
4
...ain/scala/kyo/llm/thoughts/RolePlay.scala → ...rc/main/scala/kyo/llm/thoughts/Role.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
package kyo.llm.thoughts | ||
|
||
case class RolePlay[Role <: String]( | ||
`The user has defined the following const string as my role`: Role, | ||
case class Role[Desc <: String]( | ||
`The user has defined the following const string as my role`: Desc, | ||
`Strategy to assume the role`: String | ||
) extends Thought.Opening |
17 changes: 0 additions & 17 deletions
17
kyo-llm/shared/src/main/scala/kyo/llm/thoughts/old/meta/Gen.scala
This file was deleted.
Oops, something went wrong.
18 changes: 0 additions & 18 deletions
18
kyo-llm/shared/src/main/scala/kyo/llm/thoughts/old/meta/Init.scala
This file was deleted.
Oops, something went wrong.
18 changes: 0 additions & 18 deletions
18
kyo-llm/shared/src/main/scala/kyo/llm/thoughts/old/reasoning/Analysis.scala
This file was deleted.
Oops, something went wrong.
16 changes: 0 additions & 16 deletions
16
kyo-llm/shared/src/main/scala/kyo/llm/thoughts/old/reasoning/Critical.scala
This file was deleted.
Oops, something went wrong.
19 changes: 0 additions & 19 deletions
19
kyo-llm/shared/src/main/scala/kyo/llm/thoughts/old/reasoning/Empathy.scala
This file was deleted.
Oops, something went wrong.
16 changes: 0 additions & 16 deletions
16
kyo-llm/shared/src/main/scala/kyo/llm/thoughts/old/reasoning/Ethical.scala
This file was deleted.
Oops, something went wrong.
16 changes: 0 additions & 16 deletions
16
kyo-llm/shared/src/main/scala/kyo/llm/thoughts/old/reasoning/Existential.scala
This file was deleted.
Oops, something went wrong.
18 changes: 0 additions & 18 deletions
18
kyo-llm/shared/src/main/scala/kyo/llm/thoughts/old/reasoning/Planning.scala
This file was deleted.
Oops, something went wrong.
18 changes: 0 additions & 18 deletions
18
kyo-llm/shared/src/main/scala/kyo/llm/thoughts/old/reasoning/Prediction.scala
This file was deleted.
Oops, something went wrong.
17 changes: 0 additions & 17 deletions
17
kyo-llm/shared/src/main/scala/kyo/llm/thoughts/old/reasoning/Reflection.scala
This file was deleted.
Oops, something went wrong.
17 changes: 0 additions & 17 deletions
17
kyo-llm/shared/src/main/scala/kyo/llm/thoughts/old/reasoning/Systems.scala
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.