Commit 434e8cc
committed
Refactor: Remove tools module and related functionality
- Deleted the tools module which included ModelDiscovery, HealthMonitor, CostCalculator, and ProviderRateLimiter.
- Updated lib.rs to remove references to the deleted tools module and restructured the module exports.
- Removed the sdk.rs file, consolidating SDK-related functionality into core and other relevant modules.
- Adjusted documentation to reflect the changes in features and structure of the SDK.1 parent 905fdf2 commit 434e8cc
File tree
21 files changed
+164
-4852
lines changed- .github/workflows
- docs
- examples
- src
- core/providers
21 files changed
+164
-4852
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | 45 | | |
52 | 46 | | |
53 | 47 | | |
| |||
119 | 113 | | |
120 | 114 | | |
121 | 115 | | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | 116 | | |
130 | 117 | | |
131 | 118 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
206 | 206 | | |
207 | 207 | | |
208 | 208 | | |
209 | | - | |
210 | | - | |
211 | | - | |
212 | | - | |
213 | | - | |
214 | | - | |
215 | | - | |
216 | | - | |
217 | | - | |
218 | | - | |
219 | | - | |
220 | | - | |
221 | 209 | | |
222 | | - | |
223 | | - | |
224 | | - | |
225 | | - | |
226 | | - | |
227 | | - | |
| 210 | + | |
228 | 211 | | |
229 | 212 | | |
230 | 213 | | |
| |||
256 | 239 | | |
257 | 240 | | |
258 | 241 | | |
259 | | - | |
260 | | - | |
261 | 242 | | |
262 | 243 | | |
263 | 244 | | |
264 | | - | |
| 245 | + | |
265 | 246 | | |
266 | 247 | | |
267 | 248 | | |
268 | 249 | | |
269 | 250 | | |
270 | 251 | | |
271 | 252 | | |
272 | | - | |
273 | | - | |
274 | | - | |
275 | | - | |
276 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | 10 | | |
39 | 11 | | |
40 | 12 | | |
| |||
This file was deleted.
0 commit comments