-
Notifications
You must be signed in to change notification settings - Fork 681
Insights: TEN-framework/ten-framework
Overview
Could not load contribution data
Please try again later
2 Releases published by 1 person
-
0.10.3 0.10.3 (TEN Framework only)
published
May 4, 2025 -
0.10.4 0.10.4 (TEN Framework only)
published
May 6, 2025
19 Pull requests merged by 5 people
-
refactor: replace update_graph_connections_all_fields across multiple modules
#795 merged
May 8, 2025 -
fix: designer fe issues
#794 merged
May 7, 2025 -
refactor: update version headers and manifest files across multiple components for consistency
#793 merged
May 6, 2025 -
refactor: remove extension group metadata and related functionality
#792 merged
May 6, 2025 -
feat: add new endpoint for environment variables in the designer module
#791 merged
May 6, 2025 -
feat: add startGraphCmd in go binding
#789 merged
May 6, 2025 -
feat: fix doc setup according to new folder structure
#787 merged
May 6, 2025 -
refactor: update log output formatting in tests for clarity
#786 merged
May 4, 2025 -
chore: remove ai_agents path ignore from multiple workflow files
#785 merged
May 4, 2025 -
refactor: update version to 0.10.3
#784 merged
May 4, 2025 -
refactor: remove additionalProperties from JSON schemas and update integration tests
#783 merged
May 3, 2025 -
chore: remove outdated language-specific README files to streamline documentation structure
#782 merged
May 3, 2025 -
refactor: enhance command output handling to differentiate between normal and log outputs
#780 merged
May 3, 2025 -
docs: reordering readme folders and links
#779 merged
May 3, 2025 -
refactor: update log handling to use LogLineInfo struct
#778 merged
May 2, 2025 -
refactor: update log handling to support UTF-8 text and enhance related tests
#777 merged
May 2, 2025 -
refactor: introduce mandatory log level and enhance logging functionality across components
#776 merged
May 2, 2025 -
refactor: enhance logging across various components for better error tracking and debugging
#775 merged
May 2, 2025 -
refactor: remove extension group name from message handling functions and update related tests
#774 merged
May 2, 2025
2 Pull requests opened by 2 people
-
fix: updating sample rate of openaitts from 16000 to 24000
#798 opened
May 8, 2025
4 Issues closed by 1 person
-
Support StartGraph Cmd in Go binding
#788 closed
May 6, 2025 -
Provide a way to clean all the dependencies using tman
#757 closed
May 3, 2025 -
tman designer new API request
#732 closed
May 3, 2025 -
JS/TS support
#747 closed
May 3, 2025
6 Issues opened by 4 people
-
[TMAN Designer] Resizing browser window messing up the designer inner window display portion
#801 opened
May 8, 2025 -
[TMAN Designer] Windows won't be able to close after scrolling down even scrolling back
#800 opened
May 8, 2025 -
Deprecating `update_graph_node_all_fields()`
#799 opened
May 8, 2025 -
[FEATURE] webhook extension
#796 opened
May 8, 2025 -
Support dynamic update of app log configuration
#790 opened
May 6, 2025 -
JS/TS extension standalone testing framework
#781 opened
May 3, 2025
44 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
enable Python binding on Linux x86
#716 commented on
May 2, 2025 • 0 new comments -
Dialogs related to the extension store cannot be closed by pressing the Esc key
#718 commented on
May 2, 2025 • 0 new comments -
TEN manager automatically detect changes of property.json in file system and trigger reload automatically
#719 commented on
May 2, 2025 • 0 new comments -
Build and run ten_runtime on an ESP32 board
#720 commented on
May 2, 2025 • 0 new comments -
Imitate Linux to implement a complete backtrace dump on macOS
#721 commented on
May 2, 2025 • 0 new comments -
Add thread ownership check for message itself
#736 commented on
May 2, 2025 • 0 new comments -
Add code coverage mechanism in testing
#738 commented on
May 2, 2025 • 0 new comments -
enable Python binding on Windows
#739 commented on
May 2, 2025 • 0 new comments -
The value_to_json function of buf & buf should do base64 encoding and convert it to a string
#740 commented on
May 2, 2025 • 0 new comments -
TEN audio/video frame should truly leverage video memory, where lock/unlock would be real
#741 commented on
May 2, 2025 • 0 new comments -
Path timeout mechanism should use libuv's timeout mechanism instead of a custom for-loop check
#742 commented on
May 2, 2025 • 0 new comments -
Automatic code generation using tman
#743 commented on
May 2, 2025 • 0 new comments -
Supplement the get/set methods for object/array properties in C++/Golang/Python
#744 commented on
May 2, 2025 • 0 new comments -
Standardize the command-line parsing logic of TEN app in all supporting languages
#745 commented on
May 2, 2025 • 0 new comments -
Create AUT protocol plugin
#749 commented on
May 2, 2025 • 0 new comments -
Allow manifest.json/property.json to support comments
#753 commented on
May 2, 2025 • 0 new comments -
New connections can be added to a graph dynamically
#754 commented on
May 2, 2025 • 0 new comments -
New nodes can be added to a graph dynamically
#755 commented on
May 2, 2025 • 0 new comments -
Refactor the closing-flow of cross-process protocols
#759 commented on
May 2, 2025 • 0 new comments -
[BUG] ten_runtime/integration/nodejs/go_app_websocket_server_nodejs testing hang
#767 commented on
May 2, 2025 • 0 new comments -
Add thread check for addon
#717 commented on
May 2, 2025 • 0 new comments -
Verify whether the implementation of log encryption can eliminate the mutex
#722 commented on
May 2, 2025 • 0 new comments -
Support asynchronous logging, which involves a separate log thread, thereby eliminating locks during the encryption process.
#723 commented on
May 2, 2025 • 0 new comments -
Make sure the in-path timeout greater than the out-path timeout by graph checking
#725 commented on
May 2, 2025 • 0 new comments -
The call restrictions of ten_env APIs need to be clarified
#750 commented on
May 2, 2025 • 0 new comments -
If environment variable does not exist, the value of property using this environment should not be NULL.
#731 commented on
May 2, 2025 • 0 new comments -
Reduce memory usage during Rust compilation
#733 commented on
May 2, 2025 • 0 new comments -
go app 编译支持完整的 go build 参数
#734 commented on
May 2, 2025 • 0 new comments -
In all public apis, if the `err` parameter is not passed by user, we should create one to ensure that the `err` is not null in internal logic
#737 commented on
May 2, 2025 • 0 new comments -
If the app is not fully started, how to determine which extension did not call on_init_done/on_start_done as expected?
#748 commented on
May 2, 2025 • 0 new comments -
[FEATURE] FE code refactor(partial)
#615 commented on
May 2, 2025 • 0 new comments -
[HOLD]feat: extension hub integration
#715 commented on
May 2, 2025 • 0 new comments -
Main Issue for First Release (FE)
#751 commented on
May 2, 2025 • 0 new comments -
Scene 5: Integrating Telemetry System
#752 commented on
May 2, 2025 • 0 new comments -
Add `any` in schema system for the scenario that field is required but values may have different types
#728 commented on
May 2, 2025 • 0 new comments -
Dependencies may need to be installed in dev environment only, such as googletest
#729 commented on
May 2, 2025 • 0 new comments -
feature request: add type alias support for env placeholder
#730 commented on
May 2, 2025 • 0 new comments -
Support enum in manifest.json
#735 commented on
May 2, 2025 • 0 new comments -
Except to use different registry for tman install and publish
#746 commented on
May 2, 2025 • 0 new comments -
[FEATURE] support graph definition in separate json
#758 commented on
May 2, 2025 • 0 new comments -
Expect tman uninstall to clean the whole app project
#756 commented on
May 2, 2025 • 0 new comments -
Golang extension standalone testing framework
#727 commented on
May 3, 2025 • 0 new comments -
[FEATURE] Voice assistant initially responds with a male voice; should switch to female voice as per configuration in Ten Agent
#771 commented on
May 6, 2025 • 0 new comments -
[BUG] very slow paced (and very grave) voice when using openai tts and gpt-4o-mini-tts
#702 commented on
May 8, 2025 • 0 new comments