Commit 2998951
authored
V3 (#93)
* Refactored tools into a shared component. Removed 3.9 support. Added MCP support. Added prompt caching. Cleaned content_parts behaviors on messages. Made ruff rules stricter.
* Migrated to PipelineStep mechanics for Chat pipelines and removed internal generation steps
* Version to v3.0.0-rc.0
* Update CI to reflect dropping 3.9 support and __version__ updates from importlib
* Fix bug with Chat construction on error
* Fix some callback clone issues. Fix tool handling when None is returned. Version to 3.0.0-rc.1
* Add parameter to tools. Make tools callable directly.
* Bunch of tool mechanic updates and bug fixes.
* Version to v3.0.0-rc.2
* Fixes for core types schema generation
* Fixing some nested decorator properties
* Version to 3.0.0-rc.3
* Set merge_strategy for .add to .
* Initial support for audio inputs. Fix for gemini multi-modal output. Update LiteLLM.
* Fix tests
* Fix logfire fstring weirdness. Add some additional fields to Message.extra from litellm.
* version to v3.0.0-rc.4
* Move docs to mintlify spec. Update docs for v3.
* Add truncation for messages and tools. Version to 3.0.0.
* Fix vllm generator type annotations
* More type fixes
* More type fixes
* relocking dependencies
* Dependency updates and type fixes
* Linting fixes1 parent c143768 commit 2998951
File tree
93 files changed
+11328
-8235
lines changed- .github/workflows
- .vscode
- docs
- api
- assets
- stylesheets
- topics
- examples
- rigging
- generator
- integrations
- tool
- tests
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
93 files changed
+11328
-8235
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | 46 | | |
57 | 47 | | |
58 | 48 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | 39 | | |
51 | 40 | | |
52 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
16 | 18 | | |
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
0 commit comments