Commit 9e8a665
Upgrade SDK to v0.1.0 (#18)
* Update SDK to 0.0.63
* Update SDK to 0.0.64.rc1
* Update InferenceServiceLocalImpl.kt
* Upgrade SDK to 0.1.0.rc2
stainless ref: a625d927ae60b454c19142c50c14f41e39c8e953
Patch needed:
- ParamType.kt
- addContenBatchOfInterleavedContentItems() in BatchInferenceCompletionParams.kts
* Add local streaming support
* Local streaming with custom tool calling+stats
* Upgrade SDK to 0.1.0.rc5
stainless commit: d2701cb9f0b15c13dab4935e3c7d513410b068c3
Manual patches:
- BatchInferenceCompletionParams.kt --> addContentBatchOfInterleavedContentItems() need to use addContentBatch(). The generated method does not exist
- InferenceEmbeddingsParams.kt --> same as above. replace the error with addContent()
- ToolRuntimeListToolsParams.kt --> forEachQueryParam method does not exist, replace it with ._additionalProperties()?.forEach()
* Add multi custom tool calling with local streaming
* Update SDK to 0.0.64.rc1
version accidentally added .draft, reverting this back. Everything is validated working against 0.0.64.rc1
* Fix local response util
* Add toolcall content type in contentdelta
* Upgrade SDK to 0.1.0.rc10
stainless commit: 21fbaab559158253523ca3043f6dfddd4de887ad
Manual patches:
- BatchInferenceCompletionParams.kt --> addContentBatchOfInterleavedContentItems() need to use addContentBatch(). The generated method does not exist
- InferenceEmbeddingsParams.kt --> same as above. replace the error with addContent()
- ToolRuntimeListToolsParams.kt --> forEachQueryParam method does not exist, replace it with ._additionalProperties()?.forEach()
Need to disable some test on the following files due to type mismatch in autogenerated code
- ToolRuntimeListToolsParamsTest.kt
- TelemetryQueryTracesParamsTest.kt
* Upgrade SDK to 0.1.0.rc13 + agent patch
Stainless commit: 9d827a56d9b8e61dac3d49e1b7fbcbd909ebd0e3
Plus agent patch from Ashwin's changes on AgentTurnCreateResponse
Manual patches are labelled // MANUAL PATCH
* 0.1.0.rc14
* Fix ParamType.kt type errors
* rc14 manual patch
* Update README.md
Include Agent and Image reasoning changes
* Another manual patch
- Delete ToolCall class under ContentDelta. This conflicts with the standalone ToolCall class
- Other fixes marked as //MANUAL PATCH
* Fix broken ResponseUtil for Local module
* SDK updates
Latest from Ashwin's fixes . Stainless commit: c85d35f1b56791b27f6e786d36f6ae84e97782e3
* local module patch
* Another patch fixing ToolCall errors
* Fix ResponseUtils
---------
Co-authored-by: cmodi-meta <98582575+cmodi-meta@users.noreply.github.com>
Co-authored-by: Chester Hu <hcp199242@gmail.com>1 parent 8c5a265 commit 9e8a665
File tree
496 files changed
+46717
-38872
lines changed- llama-stack-client-kotlin-client-local/src/main/kotlin/com/llama/llamastack/client/local
- util
- llama-stack-client-kotlin-client-okhttp/src/main/kotlin/com/llama/llamastack/client/okhttp
- llama-stack-client-kotlin-core/src
- main/kotlin/com/llama/llamastack
- client
- core
- handlers
- http
- errors
- models
- services
- async
- agents
- eval
- postTraining
- toolRuntime
- blocking
- agents
- eval
- postTraining
- toolRuntime
- test/kotlin/com/llama/llamastack
- core/http
- models
- services
- blocking
- agents
- eval
- postTraining
- toolRuntime
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
496 files changed
+46717
-38872
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| 108 | + | |
108 | 109 | | |
109 | | - | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
110 | 254 | | |
111 | 255 | | |
112 | 256 | | |
| |||
135 | 279 | | |
136 | 280 | | |
137 | 281 | | |
138 | | - | |
| 282 | + | |
139 | 283 | | |
140 | 284 | | |
141 | 285 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
Lines changed: 73 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
7 | 9 | | |
8 | 10 | | |
9 | 11 | | |
| |||
27 | 29 | | |
28 | 30 | | |
29 | 31 | | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
30 | 38 | | |
31 | 39 | | |
32 | 40 | | |
| 41 | + | |
33 | 42 | | |
34 | 43 | | |
35 | 44 | | |
36 | 45 | | |
37 | 46 | | |
38 | 47 | | |
39 | 48 | | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
40 | 52 | | |
41 | 53 | | |
42 | 54 | | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
43 | 58 | | |
44 | 59 | | |
45 | 60 | | |
| |||
55 | 70 | | |
56 | 71 | | |
57 | 72 | | |
58 | | - | |
| 73 | + | |
| 74 | + | |
59 | 75 | | |
60 | 76 | | |
61 | 77 | | |
| |||
74 | 90 | | |
75 | 91 | | |
76 | 92 | | |
77 | | - | |
| 93 | + | |
78 | 94 | | |
79 | 95 | | |
80 | 96 | | |
81 | 97 | | |
82 | | - | |
| 98 | + | |
83 | 99 | | |
84 | 100 | | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
85 | 132 | | |
86 | 133 | | |
87 | 134 | | |
88 | 135 | | |
89 | | - | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
90 | 154 | | |
91 | 155 | | |
92 | 156 | | |
| |||
109 | 173 | | |
110 | 174 | | |
111 | 175 | | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
112 | 181 | | |
Lines changed: 20 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
19 | 27 | | |
20 | 28 | | |
21 | 29 | | |
22 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
23 | 43 | | |
24 | 44 | | |
25 | 45 | | |
| |||
64 | 84 | | |
65 | 85 | | |
66 | 86 | | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | 87 | | |
72 | 88 | | |
73 | 89 | | |
| |||
88 | 104 | | |
89 | 105 | | |
90 | 106 | | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | 107 | | |
96 | 108 | | |
97 | 109 | | |
| |||
0 commit comments