issues
search
TEN-framework
/
ten_framework
TEN, the Next-Gen AI-Agent Framework, the world's first truly real-time multimodal AI agent framework.
https://doc.theten.ai/
Other
346
stars
29
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Refactor!: remove create_from_json
#315
halajohn
opened
13 minutes ago
0
feat!: remove create_from_json
#314
halajohn
closed
4 hours ago
0
remove is_xxx_connected
#313
halajohn
opened
22 hours ago
0
merge ten_status_code and errno_t
#312
halajohn
opened
22 hours ago
0
chore!: remove create_from_json
#311
halajohn
closed
11 hours ago
0
if an extension is installed under app, graph check fails if running standalone test on extension
#310
leoadonia
opened
1 day ago
0
Provide result_handler for send_data/audio_frame/video_frame
#309
sunxilin
opened
1 day ago
0
Rename cmd_result_t to result_t as the result is not only for 'cmd' but also 'data', 'audio_frame', 'video_frame'
#308
sunxilin
opened
1 day ago
0
feat!: remove send_json
#307
halajohn
closed
1 day ago
0
The Python async extension will hang on await send_cmd if the other end is not connected.
#306
sunxilin
opened
1 day ago
1
msg can not be sent out from extension::on_stop() if the dest extension is not in the same group
#305
leoadonia
opened
1 day ago
0
Provide a set of C++ APIs for external interaction with the TEN world
#304
sunxilin
opened
2 days ago
0
Make the from/to_json methods of message ignore the content under the _ten namespace.
#303
halajohn
opened
2 days ago
0
Remove send_json API
#302
halajohn
closed
1 day ago
0
feat!: add send_cmd_ex to distinguish send_cmd
#301
halajohn
closed
1 day ago
0
fix: remove on_deinit_done
#300
wangyoucao577
closed
2 days ago
0
[BUG] async extension still has `on_xxx_done`
#299
wangyoucao577
closed
2 days ago
0
[BUG] read float 0 from property.json lead to crash
#298
plutoless
opened
2 days ago
0
Change both the non-async and async `send_cmd` to return a single result.
#297
halajohn
closed
1 day ago
0
feat: expand the implementation of extension tester to allow it to be used for testing the graph
#296
sunxilin
opened
3 days ago
0
segmentation fault in ExtensionTest.GraphLoopMultipleCircleThroughCmdWithDefault, may caused by retry mechanism in protocol
#295
halajohn
opened
3 days ago
5
feat!: change the return value of python async send_cmd to async generator
#294
halajohn
closed
3 days ago
0
Change the return value of Python's async `send_cmd` to an async generator.
#293
halajohn
closed
3 days ago
0
feat: dump extension name in c++ exception handler
#292
halajohn
closed
3 days ago
0
fix: empty property in msg
#291
leoadonia
closed
4 days ago
0
fix: refine codes
#290
halajohn
closed
4 days ago
0
Separate the compilation of integration tests (pytest) for TEN runtime from the overall compilation process of TEN runtime.
#289
halajohn
opened
4 days ago
0
fix: refine codes
#288
halajohn
closed
4 days ago
0
feat: add ten_manager test cases
#287
halajohn
closed
4 days ago
0
[BUG] tman install template mode won't work if same name extension exists
#286
wangyoucao577
opened
6 days ago
0
feat: add create extension with predefined type docs
#285
plutoless
closed
5 days ago
0
feat: update docs
#284
plutoless
closed
6 days ago
0
feat: support retry mechanism in integrated protocol and remove ten_sleep in smoke tests
#283
sunxilin
closed
5 days ago
1
feat: add codes
#282
halajohn
closed
6 days ago
0
chore: add more ten_rust_cargo_clean targets
#281
halajohn
closed
1 week ago
0
chore: add logic for ten_enable_clean_build
#280
halajohn
closed
1 week ago
0
refactor: remove unused codes on closeable_t
#279
halajohn
closed
1 week ago
0
crash if the path in `log_file` does not exist
#278
leoadonia
closed
6 days ago
0
chore: remove codes
#277
halajohn
closed
1 week ago
0
feat: print log with exception info in async extension and abort
#276
sunxilin
closed
1 week ago
0
example_extensions uses some internal apis
#275
leoadonia
closed
4 days ago
0
chore: remove protocol context relevant codes
#274
halajohn
closed
1 week ago
0
Dump extension name in the exception handler
#273
leoadonia
closed
3 days ago
0
fix: add codes to address this issue.
#272
halajohn
closed
1 week ago
0
[BUG] no error message when exception is raised in async callbacks of async extension
#271
plutoless
closed
1 week ago
0
[BUG] crash when audio_frame sent but no recv
#270
wangyoucao577
closed
1 week ago
0
Remove async_protocol to simplify the implementation of closable
#269
sunxilin
closed
1 week ago
0
Expand the implementation of extension_tester to allow it to be used for testing the graph
#268
sunxilin
opened
1 week ago
0
Protocol's 'connect_to' supports retry, and the MsgPack protocol should have retry enabled by default
#267
sunxilin
closed
5 days ago
0
chore: rename cb functions in protocol
#266
sunxilin
closed
1 week ago
0
Next