What's Changed
-
feat!: do not need to specify extension_group in graph connections by @halajohn in #452
Previously, it was necessary to specify the "extension_group" within the graph's connections. This is no longer required. You can simply remove the "extension_group" field. It is important to note that no changes are needed under the nodes field; "extension_group" can still be specified there.
-
refactor: refine rust codes in tman and ten_rust by @halajohn in #455
-
feat: update doc for ten agent project structures by @plutoless in #462
-
feat: enable go build script to handle symbolic link by @halajohn in #461
-
feat: add extension doc by @plutoless in #463
-
docs: updating getting started page and overview page by @cyfyifanchen in #466
-
feat: add dir-list tman designer endpoint by @halajohn in #468
-
fix: split the handling of / and /api/ of tman designer by @halajohn in #469
-
docs: project structure by @plutoless in #467
-
docs: refine project structure by @plutoless in #470
-
docs: fixing links in TEN Agent by @cyfyifanchen in #472
-
feat!: replace throwing exception with returning error in Python by @sunxilin in #456
This is a new concept. If
send_xxx
fails because a destination was not specified, it is not considered a serious error. Therefore, in such cases, the error details will be provided through the second parameter of the return value. Other errors are still considered serious and will continue to raise exceptions. -
docs: update dev environment doc by @plutoless in #473
-
fix: return None type in return_xxx async api in Python by @sunxilin in #475
Full Changelog: 0.5.3...0.6.0