2 Commits

Author SHA1 Message Date
Mohammed Abdul Razak Wahab
4a5e4d3e65
feat: return common type in SuperComponent type compatibility check (#9275)
* feat: return common type in SuperComponent type compatibility check

* fix test_utils

* address review comments

* update tests

* use typing module types

* refactor

* refactor

* unenforce type check

* refactor

---------

Co-authored-by: Michele Pangrazzi <xmikex83@gmail.com>
2025-05-22 12:35:31 +00:00
Julian Risch
c7bc5b54de
feat: integrate SuperComponent from haystack-experimental (#9134)
* add SuperComponent with utils and tests

* fix tests, circular imports

* use __all__

* reno and walrus operator

* add InvalidMappingValueError, InvalidMappingTypeError

* add run_async

* add usage example
2025-04-01 14:52:19 +02:00