Commit 331f580
Merge release-1.16 branch changes to Main (#851)
* 1.16.0-rc1
Signed-off-by: Elena Kolevska <[email protected]>
* [Conversation API - Alpha2] Add new tool calling capability (#822) (#832)
* initial
* fixes after proto change upstream
* minor name changes and cleanup unused function
* refactors, updates to readme, linting
* feedback
* feedback, updates
* fix import in examples
* cleanup, import, lint, more conversation helpers
* clarify README, minor test import changes, copyright
* feedback DRY test_conversation file
* lint
* move conversation classes in _response module to conversation module.
Some example README refactor/lint
* minor readme change
* Update daprdocs/content/en/python-sdk-docs/python-client.md
* lint
* updates to fix issue with tool calling helper when dealing with classes instead of dataclasses, and also with serializatin output of the tool back to the LLM
* coalesce conv helper tests, fix typing lint
* make indent line method doc more dev friendly
* tackle some feedback, still missing unit tests
* add unit test to convert_value_to_struct
* more unit tests per feedback
* make async version of unit test conversation
* add some information how to run markdown tests with a different runtime
* ran tox -e ruff, even though tox -e flake8 was fine
* add tests to increase coverage in conversation and conversation_helpers that codecov pointed out
* add more information on execute registered tools, also added more tests for them to validate
* fix test failing on py 1.13. Merge two unit test files per feedback
* Linter
* fix typing issue with UnionType in py3.9
---------
Signed-off-by: Filinto Duran <[email protected]>
Signed-off-by: Elena Kolevska <[email protected]>
Co-authored-by: Albert Callarisa <[email protected]>
Co-authored-by: Elena Kolevska <[email protected]>
Co-authored-by: Elena Kolevska <[email protected]>
* update docs with tool calling helpers info (#838)
Signed-off-by: Filinto Duran <[email protected]>
* 1.16.0rc2
Signed-off-by: Elena Kolevska <[email protected]>
* use latest durabletask (#840)
Signed-off-by: Cassandra Coyle <[email protected]>
* 1.16.0
Signed-off-by: Elena Kolevska <[email protected]>
* Adds support for interceptors and concurrency_options arguments in the workflow engine (#841)
Signed-off-by: Albert Callarisa <[email protected]>
* Implement multi-app workflows (#844)
* feat: Adds support for cross-app calls.
Signed-off-by: Albert Callarisa <[email protected]>
* Use durabletask alpha.9
Signed-off-by: Albert Callarisa <[email protected]>
* Added examples for error scenarios in multi-app workflow
Signed-off-by: Albert Callarisa <[email protected]>
* Remove unnecessary hardcoded ports
Signed-off-by: Albert Callarisa <[email protected]>
---------
Signed-off-by: Albert Callarisa <[email protected]>
* chore: Rename wait_until_ready to wait_for_sidecar (#843)
Signed-off-by: Albert Callarisa <[email protected]>
Co-authored-by: Elena Kolevska <[email protected]>
* 1.16.1rc1 (#846)
Signed-off-by: Albert Callarisa <[email protected]>
---------
Signed-off-by: Elena Kolevska <[email protected]>
Signed-off-by: Filinto Duran <[email protected]>
Signed-off-by: Cassandra Coyle <[email protected]>
Signed-off-by: Albert Callarisa <[email protected]>
Co-authored-by: Elena Kolevska <[email protected]>
Co-authored-by: Filinto Duran <[email protected]>
Co-authored-by: Albert Callarisa <[email protected]>
Co-authored-by: Elena Kolevska <[email protected]>
Co-authored-by: Albert Callarisa <[email protected]>1 parent f959cd5 commit 331f580
File tree
31 files changed
+402
-61
lines changed- dapr
- aio/clients/grpc
- clients
- grpc
- http
- version
- examples
- demo_actor/demo_actor
- demo_workflow/demo_workflow
- invoke-simple
- w3c-tracing
- workflow
- ext
- dapr-ext-fastapi
- dapr/ext/fastapi
- dapr-ext-grpc
- dapr/ext/grpc
- dapr-ext-workflow
- dapr/ext/workflow
- tests
- flask_dapr
- flask_dapr
- tests/clients
31 files changed
+402
-61
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
156 | | - | |
| 156 | + | |
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
148 | | - | |
| 148 | + | |
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
27 | 37 | | |
28 | 38 | | |
29 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
0 commit comments