What's Changed
- feat: implement Value type and associated constructors in language bi… by @halajohn in https://github.com/TEN-framework/ten-framework/pull/1111
- chore: include value_buffer.h in value.h for improved dependency management by @halajohn in https://github.com/TEN-framework/ten-framework/pull/1112
- fix: fixing label name and adjusting annie prompt by @cyfyifanchen in https://github.com/TEN-framework/ten-framework/pull/1113
- docs: adding badge of ReadMeX as well as fixing the broken link within the TOC by @cyfyifanchen in https://github.com/TEN-framework/ten-framework/pull/1107
- feat: add value buffer protocol implementation with error handling by @halajohn in https://github.com/TEN-framework/ten-framework/pull/1115
- chore: remove old VSCode settings and update esp32-camera submodule reference by @halajohn in https://github.com/TEN-framework/ten-framework/pull/1118
- refactor: update type hints for addon manager and related functions by @halajohn in https://github.com/TEN-framework/ten-framework/pull/1119
- fix: fix metadata structure change bug for playground by @plutoless in https://github.com/TEN-framework/ten-framework/pull/1121
- feat(designer fe): multi graphs & typed nodes by @shczhen in https://github.com/TEN-framework/ten-framework/pull/1116
- chore: update pyright configuration to enable recommended type checking by @halajohn in https://github.com/TEN-framework/ten-framework/pull/1120
- chore: include value_buffer.h in ten.h for improved dependency management by @halajohn in https://github.com/TEN-framework/ten-framework/pull/1124
- refactor: remove deprecated value handling functions and clean up related code in Go bindings by @halajohn in https://github.com/TEN-framework/ten-framework/pull/1127
- feat: add asr guarder workflow by @sunxilin in https://github.com/TEN-framework/ten-framework/pull/1135
- refactor: remove unused error codes and improve error handling in Go and Python bindings by @halajohn in https://github.com/TEN-framework/ten-framework/pull/1130
- fix: add type checking ignore for clone method in Data class to resolve pyright warnings by @halajohn in https://github.com/TEN-framework/ten-framework/pull/1138
- fix: fix asr issue by upgrading ten_ai_base by @plutoless in https://github.com/TEN-framework/ten-framework/pull/1143
- refactor: simplify argument validation in Python message handling functions by @halajohn in https://github.com/TEN-framework/ten-framework/pull/1141
- Feat/fix asr loop by @plutoless in https://github.com/TEN-framework/ten-framework/pull/1145
- feat: add get_source method to msg_t class for retrieving message source details by @halajohn in https://github.com/TEN-framework/ten-framework/pull/1144
- refactor: update get_source method in msg_t class to use output parameters by @halajohn in https://github.com/TEN-framework/ten-framework/pull/1146
- refactor: improve null pointer checks in msg_t class for output parameters by @halajohn in https://github.com/TEN-framework/ten-framework/pull/1153
- refactor: update get_source method in msg_t class to return structured location data by @halajohn in https://github.com/TEN-framework/ten-framework/pull/1156
- feat: add registration methods for msg in python binding by @halajohn in https://github.com/TEN-framework/ten-framework/pull/1159
- refactor: enhance null pointer checks and improve argument validation across various components by @halajohn in https://github.com/TEN-framework/ten-framework/pull/1161
- refactor: replace StringPtr with generic Ptr function for pointer creation in Go bindings by @halajohn in https://github.com/TEN-framework/ten-framework/pull/1163
- refactor: update loc_t constructor and SetDests method to accept variadic arguments by @halajohn in https://github.com/TEN-framework/ten-framework/pull/1164
- refactor: streamline error handling in msg_t class and enhance method documentation by @halajohn in https://github.com/TEN-framework/ten-framework/pull/1165
- fix(designer fe): refactor extension search & details by @shczhen in https://github.com/TEN-framework/ten-framework/pull/1167
- feat: add new loc.h header file with location string validation function by @halajohn in https://github.com/TEN-framework/ten-framework/pull/1168
- chore: update version headers and manifest files across multiple components for consistency by @halajohn in https://github.com/TEN-framework/ten-framework/pull/1169
Full Changelog: https://github.com/TEN-framework/ten-framework/compare/0.10.25...0.10.26