Commit fa0a98f
committed
Update Message API
1 parent eb3d6b8 commit fa0a98f
309 files changed
Lines changed: 15545 additions & 14500 deletions
File tree
- agents
- agents-core/src
- commonMain/kotlin/ai/koog/agents
- core
- agent
- config
- context
- session
- dsl/extension
- environment
- feature
- debugger
- handler/llm
- model/events
- pipeline
- ext
- agent
- llm/choice
- planner/llm
- commonTest/kotlin/ai/koog/agents/core
- agent
- config
- context
- session
- dsl/extension
- feature
- jvmCommonMain/kotlin/ai/koog/agents/core/agent
- context
- entity
- session
- jvmTest
- java/ai/koog/agents/core/agent
- kotlin/ai/koog/agents/core
- agent
- context
- dsl/extension
- environment
- feature
- system
- feature
- mock
- agents-ext/src
- commonTest/kotlin/ai/koog/agents/ext
- agent
- llm/choice
- jvmTest/kotlin/ai/koog/agents/ext/agent
- agents-features
- agents-features-a2a-core/src
- commonMain/kotlin/ai/koog/agents/a2a/core
- commonTest/kotlin/ai/koog/agents/a2a/core
- agents-features-acp/src/jvmMain/kotlin/ai/koog/agents/features/acp
- agents-features-chat-history-aws/src
- jvmMain/kotlin/ai/koog/agents/features/chathistory/aws
- jvmTest/kotlin/ai/koog/agents/features/chathistory/aws
- agents-features-chat-history-jdbc/src/test/kotlin/ai/koog/agents/features/chathistory/jdbc
- agents-features-chat-memory-sql/src/jvmTest/kotlin/ai/koog/agents/features/chatmemory/sql
- agents-features-event-handler/src
- commonMain/kotlin/ai/koog/agents/features/eventHandler
- jvmTest/kotlin/ai/koog/agents/features/eventHandler/feature
- agents-features-longterm-memory-aws/src/jvmMain/kotlin/ai/koog/agents/features/longtermmemory/aws/augmentation
- agents-features-longterm-memory/src
- commonMain/kotlin/ai/koog/agents/longtermmemory
- feature
- ingestion/extraction
- retrieval
- jvmTest/kotlin/ai/koog/agents/longtermmemory
- feature
- retrieval/augmentation
- agents-features-memory/src
- commonMain/kotlin/ai/koog/agents/memory
- feature
- history
- nodes
- prompt
- jvmTest
- java/ai/koog/agents/chatMemory
- kotlin/ai/koog/agents
- chatMemory
- memory
- agents-features-opentelemetry/src
- commonMain/kotlin/ai/koog/agents/features/opentelemetry
- attribute
- extension
- feature
- span
- commonTest/kotlin/ai/koog/agents/features/opentelemetry/feature/span
- jvmMain/kotlin/ai/koog/agents/features/opentelemetry/event
- jvmTest/kotlin/ai/koog/agents/features/opentelemetry
- event
- feature/span
- integration
- langfuse
- weave
- agents-features-persistence-jdbc/src/test/kotlin/ai/koog/agents/features/persistence/jdbc
- agents-features-snapshot/src
- commonMain/kotlin/ai/koog/agents/snapshot/feature
- jvmTest/kotlin
- ai/koog/agents/snapshot/providers/file
- agents-features-sql/src/jvmTest/kotlin/ai/koog/agents/features/sql/providers
- agents-features-tokenizer/src/jvmTest/kotlin/ai/koog/agents/features/tokenizer/feature
- agents-features-trace/src
- commonMain/kotlin/ai/koog/agents/features/tracing
- feature
- writer
- jvmTest/kotlin/ai/koog/agents/features/tracing
- mock
- writer
- agents-test
- src
- commonMain/kotlin/ai/koog/agents/testing
- client
- feature
- tools
- commonTest/kotlin/ai/koog/agents/testing
- feature
- tools
- jvmTest/kotlin/ai/koog/agents/test
- docs/docs
- agents
- examples
- examples
- javaone-2026/src/main/java/org/example/koog/java/agents/examples
- notebooks
- simple-examples/src/main/kotlin/ai/koog/agents/example
- chess/choice
- planner
- streaming
- integration-tests/src/jvmTest
- java/ai/koog/integration/tests
- agent
- client
- executor
- utils
- kotlin/ai/koog/integration/tests
- agent
- capabilities
- executor
- utils
- koog-ktor/src/commonMain/kotlin/ai/koog/ktor
- koog-spring-ai
- koog-spring-ai-starter-chat-memory/src
- main/kotlin/ai/koog/spring/ai/memory
- test/kotlin/ai/koog/spring/ai/memory
- koog-spring-ai-starter-model-chat/src
- main/kotlin/ai/koog/spring/ai/chat
- test/kotlin/ai/koog/spring/ai/chat
- prompt
- prompt-cache
- prompt-cache-files/src
- jvmMain/kotlin/ai/koog/prompt/cache/files
- jvmTest/kotlin/ai/koog/prompt/cache/files
- prompt-cache-model/src
- commonMain/kotlin/ai/koog/prompt/cache
- memory
- model
- jvmTest/kotlin/ai/koog/prompt/cache/memory
- prompt-cache-redis/src
- jvmMain/kotlin/ai/koog/prompt/cache/redis
- jvmTest/kotlin/ai/koog/prompt/cache/redis
- prompt-executor
- prompt-executor-cached/src
- commonMain/kotlin/ai/koog/prompt/executor/cached
- jvmTest/kotlin/ai/koog/prompt/executor/cached
- prompt-executor-clients
- prompt-executor-anthropic-client/src
- commonMain/kotlin/ai/koog/prompt/executor/clients/anthropic
- jvmTest/kotlin/ai/koog/prompt/executor/clients/anthropic
- prompt-executor-bedrock-client/src
- jvmMain/kotlin/ai/koog/prompt/executor/clients/bedrock
- converse
- modelfamilies
- amazon
- anthropic
- meta
- jvmTest/kotlin/ai/koog/prompt/executor/clients/bedrock
- converse
- modelfamilies
- amazon
- anthropic
- meta
- prompt-executor-dashscope-client/src
- commonMain/kotlin/ai/koog/prompt/executor/clients/dashscope
- jvmTest/kotlin/dashscope
- prompt-executor-deepseek-client/src
- commonMain/kotlin/ai/koog/prompt/executor/clients/deepseek
- jvmTest/kotlin/deepseek
- prompt-executor-google-client/src
- commonMain/kotlin/ai/koog/prompt/executor/clients/google
- jvmTest/kotlin/ai/koog/prompt/executor/clients/google
- prompt-executor-mistralai-client/src
- commonMain/kotlin/ai/koog/prompt/executor/clients/mistralai
- jvmTest/kotlin/ai/koog/prompt/executor/clients/mistralai
- prompt-executor-ollama-client
- src
- commonMain/kotlin/ai/koog/prompt/executor/ollama/client
- dto
- commonTest/kotlin/ai/koog/prompt/executor/ollama/client
- prompt-executor-openai-client-base/src/commonMain/kotlin/ai/koog/prompt/executor/clients/openai/base
- prompt-executor-openai-client/src
- commonMain/kotlin/ai/koog/prompt/executor/clients/openai
- jvmTest/kotlin/ai/koog/prompt/executor/clients/openai
- prompt-executor-openrouter-client/src
- commonMain/kotlin/ai/koog/prompt/executor/clients/openrouter
- jvmTest/kotlin/ai/koog/prompt/executor/clients/openrouter
- src
- commonMain/kotlin/ai/koog/prompt/executor/clients
- retry
- commonTest/kotlin/ai/koog/prompt/executor/clients/retry
- jvmMain/kotlin/ai/koog/prompt/executor/clients
- prompt-executor-llms-all/src/jvmTest/kotlin/ai/koog/prompt/executor/llms/all
- prompt-executor-model/src
- commonMain/kotlin/ai/koog/prompt/executor
- llms
- model
- commonTest/kotlin/ai/koog/prompt/executor/llms
- jvmMain/kotlin/ai/koog/prompt/executor/model
- jvmTest/java/ai/koog/prompt/executor/llms
- prompt-model
- src
- commonMain/kotlin/ai/koog/prompt
- dsl
- message
- streaming
- text
- commonTest/kotlin/ai/koog/prompt
- dsl
- streaming
- jvmMain/kotlin/ai/koog/prompt/message
- jvmTest/kotlin/ai/koog/prompt
- message
- prompt-processor/src
- commonMain/kotlin/ai/koog/prompt/processor
- commonTest/kotlin/ai/koog/prompt/processor
- prompt-tokenizer/src/commonMain/kotlin/ai/koog/prompt/tokenizer
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 13 additions & 69 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
| 7 | + | |
| 8 | + | |
9 | 9 | | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
| 10 | + | |
| 11 | + | |
17 | 12 | | |
18 | 13 | | |
19 | 14 | | |
| |||
27 | 22 | | |
28 | 23 | | |
29 | 24 | | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
| 25 | + | |
34 | 26 | | |
35 | 27 | | |
36 | 28 | | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
93 | 37 | | |
Lines changed: 41 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
28 | | - | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| 33 | + | |
| 34 | + | |
32 | 35 | | |
33 | 36 | | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
39 | 72 | | |
40 | 73 | | |
41 | 74 | | |
| |||
45 | 78 | | |
46 | 79 | | |
47 | 80 | | |
48 | | - | |
| 81 | + | |
49 | 82 | | |
50 | 83 | | |
51 | 84 | | |
| |||
59 | 92 | | |
60 | 93 | | |
61 | 94 | | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
| 95 | + | |
67 | 96 | | |
68 | 97 | | |
69 | 98 | | |
| |||
Lines changed: 25 additions & 32 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
| 3 | + | |
6 | 4 | | |
7 | 5 | | |
8 | 6 | | |
| |||
15 | 13 | | |
16 | 14 | | |
17 | 15 | | |
18 | | - | |
| 16 | + | |
19 | 17 | | |
20 | 18 | | |
21 | | - | |
| 19 | + | |
22 | 20 | | |
23 | 21 | | |
24 | | - | |
| 22 | + | |
25 | 23 | | |
26 | 24 | | |
27 | 25 | | |
28 | 26 | | |
29 | | - | |
| 27 | + | |
30 | 28 | | |
31 | 29 | | |
32 | 30 | | |
| |||
51 | 49 | | |
52 | 50 | | |
53 | 51 | | |
54 | | - | |
| 52 | + | |
55 | 53 | | |
56 | | - | |
| 54 | + | |
57 | 55 | | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
71 | 67 | | |
72 | 68 | | |
73 | 69 | | |
| |||
78 | 74 | | |
79 | 75 | | |
80 | 76 | | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
91 | 84 | | |
92 | 85 | | |
93 | 86 | | |
| |||
Lines changed: 0 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
146 | | - | |
147 | | - | |
148 | | - | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | | - | |
153 | | - | |
154 | | - | |
155 | 146 | | |
156 | 147 | | |
157 | 148 | | |
| |||
0 commit comments