Vladimir Blagojevic
|
c81d68402c
|
feat: Add Toolset to tooling architecture (#9161)
* Add Toolset abstraction
* Add reno note
* More pydoc improvements
* Update test
* Simplify, Toolset is a dataclass
* Wrap toolset instance with list
* Add example
* Toolset pydoc serde enhancement
* Toolset as init param
* Fix types
* Linting
* Minor updates
* PR feedback
* Add to pydoc config, minor import fixes
* Improve pydoc example
* Improve coverage for test_toolset.py
* Improve test_toolset.py, test custom toolset serde properly
* Update haystack/utils/misc.py
Co-authored-by: Stefano Fiorucci <stefanofiorucci@gmail.com>
* Rework Toolset pydoc
* Another minor pydoc improvement
* Prevent single Tool instantiating Toolset
* Reduce number of integration tests
* Remove some toolset tests from openai
* Rework tests
---------
Co-authored-by: Stefano Fiorucci <stefanofiorucci@gmail.com>
|
2025-04-04 16:09:46 +02:00 |
|
Vladimir Blagojevic
|
d147c7658f
|
feat: Add ComponentTool to Haystack tools (#8693)
* Initial ComponentTool
---------
Co-authored-by: Daria Fokina <daria.fokina@deepset.ai>
Co-authored-by: Julian Risch <julian.risch@deepset.ai>
|
2025-01-13 11:15:33 +01:00 |
|
Stefano Fiorucci
|
08cf09f83f
|
refactor: create_tool_from_function + tool decorator (#8697)
* create_tool_from_function + decorator
* release note
* improve usage example
* add imports to @tool usage example
* clarify docstrings
* small docstring addition
|
2025-01-10 12:15:15 +01:00 |
|
Stefano Fiorucci
|
3f15f38c51
|
refactor: move Tool to a separate package; refactor serde (#8690)
* move tool to separate package; refactor serde
* release note
* rm unused import
|
2025-01-09 12:30:13 +01:00 |
|
Stefano Fiorucci
|
7dcbf25bd7
|
feat: add Tool Invoker component (#8664)
* port toolinvoker
* release note
|
2024-12-20 14:02:42 +01:00 |
|