Commit 1e313ba
File tree
- agents
- agents-core/src
- commonMain/kotlin/ai/koog/agents
- core
- agent
- context
- session
- environment
- feature
- model
- events
- pipeline
- planner
- commonTest/kotlin/ai/koog/agents/core
- agent
- config
- dsl/extension
- feature
- message
- mock
- jvmCommonMain/kotlin/ai/koog/agents/core
- agent
- context
- feature/pipeline
- session
- feature/pipeline
- jvmTest/kotlin/ai/koog/agents/core
- agent
- dsl/extension
- feature
- writer
- nonJvmCommonMain/kotlin/ai/koog/agents/core
- agent
- context
- session
- feature/pipeline
- agents-ext/src
- commonTest/kotlin/ai/koog/agents/ext
- agent
- llm/choice
- jvmTest/kotlin/ai/koog/agents/ext/agent
- agents-features
- agents-features-acp/src/jvmMain/kotlin/ai/koog/agents/features/acp
- agents-features-chat-history-aws/src/jvmTest/kotlin/ai/koog/agents/features/chathistory/aws
- agents-features-chat-history-jdbc/src
- main/kotlin/ai/koog/agents/features/chathistory/jdbc
- test/kotlin/ai/koog/agents/features/chathistory/jdbc
- agents-features-chat-memory-sql/src
- jvmMain/kotlin/ai/koog/agents/features/chatmemory/sql
- jvmTest/kotlin/ai/koog/agents/features/chatmemory/sql
- agents-features-event-handler/src/jvmTest/kotlin/ai/koog/agents/features/eventHandler/feature
- agents-features-memory/src
- commonMain/kotlin/ai/koog/agents/memory/feature
- nodes
- jvmTest/kotlin/ai/koog/agents
- chatMemory
- memory
- feature
- agents-features-opentelemetry/src
- jvmMain/kotlin/ai/koog/agents/features/opentelemetry/metric
- events
- jvmTest/kotlin/ai/koog/agents/features/opentelemetry
- event
- feature/span
- integration
- agents-features-persistence-jdbc/src
- main/kotlin/ai/koog/agents/features/persistence/jdbc
- 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
- jvmMain/kotlin/ai/koog/agents/features/sql/providers
- jvmTest/kotlin/ai/koog/agents/features/sql/providers
- agents-features-trace/src/jvmTest/kotlin/ai/koog/agents/features/tracing/mock
- agents-test/src
- commonMain/kotlin/ai/koog/agents/testing
- feature
- tools
- jvmTest/kotlin/ai/koog/agents/test
- docs/docs
- prompts/prompt-creation
- examples/simple-examples/src/main/kotlin/ai/koog/agents/example
- a2a/advancedjoke
- acp
- snapshot/sql
- integration-tests/src/jvmTest
- java/ai/koog/integration/tests
- agent
- utils
- kotlin/ai/koog/integration/tests
- acp
- agent
- koog-ktor/src
- commonMain/kotlin/ai/koog/ktor
- jvmMain/kotlin/ai/koog/ktor
- koog-spring-ai/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/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/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
- 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
- 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
- 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/commonTest/kotlin/ai/koog/prompt/executor/clients/retry
- prompt-executor-llms-all/src/jvmTest/kotlin/ai/koog/prompt/executor/llms/all
- prompt-executor-model/src
- commonTest/kotlin/ai/koog/prompt/executor/llms
- jvmMain/kotlin/ai/koog/prompt/executor/model
- prompt-model/src
- commonMain/kotlin/ai/koog/prompt
- dsl
- message
- jvmMain/kotlin/ai/koog/prompt/message
- jvmTest/kotlin/ai/koog/prompt
- prompt-processor/src/commonTest/kotlin/ai/koog/prompt/processor
- prompt-tokenizer/src/commonTest/kotlin/ai/koog/prompt/tokenizer
- utils/src/commonMain/kotlin/ai/koog/utils/time
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | | - | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| |||
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
136 | | - | |
| 136 | + | |
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
| |||
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
182 | | - | |
| 182 | + | |
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
| |||
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
198 | | - | |
| 198 | + | |
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
| |||
284 | 284 | | |
285 | 285 | | |
286 | 286 | | |
287 | | - | |
| 287 | + | |
288 | 288 | | |
289 | 289 | | |
290 | 290 | | |
| |||
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
| 134 | + | |
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
| |||
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
143 | | - | |
| 143 | + | |
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
| |||
213 | 213 | | |
214 | 214 | | |
215 | 215 | | |
216 | | - | |
| 216 | + | |
217 | 217 | | |
218 | 218 | | |
219 | 219 | | |
| |||
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
Lines changed: 7 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | | - | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
| 97 | + | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
| 120 | + | |
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| |||
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
194 | | - | |
| 194 | + | |
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
| |||
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
211 | | - | |
| 211 | + | |
212 | 212 | | |
213 | 213 | | |
214 | 214 | | |
| |||
326 | 326 | | |
327 | 327 | | |
328 | 328 | | |
329 | | - | |
| 329 | + | |
330 | 330 | | |
331 | 331 | | |
332 | 332 | | |
| |||
Lines changed: 12 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
25 | | - | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
201 | 201 | | |
202 | 202 | | |
203 | 203 | | |
204 | | - | |
| 204 | + | |
205 | 205 | | |
206 | 206 | | |
207 | 207 | | |
| |||
219 | 219 | | |
220 | 220 | | |
221 | 221 | | |
222 | | - | |
| 222 | + | |
223 | 223 | | |
224 | 224 | | |
225 | 225 | | |
| |||
250 | 250 | | |
251 | 251 | | |
252 | 252 | | |
253 | | - | |
| 253 | + | |
254 | 254 | | |
255 | 255 | | |
256 | 256 | | |
| |||
267 | 267 | | |
268 | 268 | | |
269 | 269 | | |
270 | | - | |
| 270 | + | |
271 | 271 | | |
272 | 272 | | |
273 | 273 | | |
| |||
284 | 284 | | |
285 | 285 | | |
286 | 286 | | |
287 | | - | |
| 287 | + | |
288 | 288 | | |
289 | 289 | | |
290 | 290 | | |
| |||
353 | 353 | | |
354 | 354 | | |
355 | 355 | | |
356 | | - | |
| 356 | + | |
357 | 357 | | |
358 | 358 | | |
359 | 359 | | |
| |||
403 | 403 | | |
404 | 404 | | |
405 | 405 | | |
406 | | - | |
| 406 | + | |
407 | 407 | | |
408 | 408 | | |
409 | 409 | | |
| |||
448 | 448 | | |
449 | 449 | | |
450 | 450 | | |
451 | | - | |
| 451 | + | |
452 | 452 | | |
453 | 453 | | |
454 | 454 | | |
| |||
459 | 459 | | |
460 | 460 | | |
461 | 461 | | |
462 | | - | |
| 462 | + | |
463 | 463 | | |
464 | 464 | | |
465 | 465 | | |
| |||
482 | 482 | | |
483 | 483 | | |
484 | 484 | | |
485 | | - | |
| 485 | + | |
486 | 486 | | |
487 | 487 | | |
488 | 488 | | |
| |||
494 | 494 | | |
495 | 495 | | |
496 | 496 | | |
497 | | - | |
| 497 | + | |
498 | 498 | | |
499 | 499 | | |
500 | 500 | | |
| |||
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | | - | |
| 130 | + | |
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | | - | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | | - | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| |||
0 commit comments