Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
hmmhmmhm
/
ten-framework
Public
forked from
TEN-framework/ten-framework
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
ten-framework
core
include
on
0.11.11
User selector
All users
All time
Commit history
Commits on Sep 22, 2025
feat: manual lifecycle control (#1520)
Show description for 9389a5a
sunxilin
and
halajohn
authored
9389a5a
View commit details
Copy full SHA for 9389a5a
View code at this point
Browse repository at this point
Commits on Aug 31, 2025
feat: modify the log api to support category and fields & support 'off' filter level (#1257)
Show description for 678b505
sunxilin
and
halajohn
authored
678b505
View commit details
Copy full SHA for 678b505
View code at this point
Browse repository at this point
fix: increase err msg max length to avoid compile warning (#1374)
Show description for 680f384
sunxilin
and
halajohn
authored
680f384
View commit details
Copy full SHA for 680f384
View code at this point
Browse repository at this point
Commits on Aug 29, 2025
fix: make addon registration async (#1367)
Show description for f823276
sunxilin
and
halajohn
authored
f823276
View commit details
Copy full SHA for f823276
View code at this point
Browse repository at this point
Commits on Aug 20, 2025
refactor: simplify constructor in value_t class for improved readability (#1295)
halajohn
authored
60ceca5
View commit details
Copy full SHA for 60ceca5
View code at this point
Browse repository at this point
Commits on Aug 17, 2025
refactor: remove Runloop and Transport classes from the TEN Framework to streamline codebase (#1275)
halajohn
authored
41b303a
View commit details
Copy full SHA for 41b303a
View code at this point
Browse repository at this point
feat: enhance command handling and extend test coverage for graph operations (#1270)
halajohn
authored
b7778dc
View commit details
Copy full SHA for b7778dc
View code at this point
Browse repository at this point
Commits on Aug 16, 2025
feat: implement start and stop graph commands with associated message types (#1266)
halajohn
authored
0a5c4d6
View commit details
Copy full SHA for 0a5c4d6
View code at this point
Browse repository at this point
Commits on Aug 14, 2025
feat: support log encryption and rotate for advanced log (#1248)
Show description for c343339
halajohn
and
sunxilin
authored
c343339
View commit details
Copy full SHA for c343339
View code at this point
Browse repository at this point
Commits on Aug 12, 2025
refactor: streamline property validation and enhance error handling (#1244)
halajohn
authored
8b4324f
View commit details
Copy full SHA for 8b4324f
View code at this point
Browse repository at this point
Commits on Aug 6, 2025
feat: implement log in rust using tracing (#1182)
Show description for 015b2c4
sunxilin
and
halajohn
authored
015b2c4
View commit details
Copy full SHA for 015b2c4
View code at this point
Browse repository at this point
Commits on Aug 2, 2025
feat: introduce hash table support in msg_dest_info structures and add is_empty check (#1190)
halajohn
authored
9a7175a
View commit details
Copy full SHA for 9a7175a
View code at this point
Browse repository at this point
Commits on Aug 1, 2025
feat: implement custom source location handling in msg_t class (#1175)
Show description for 83fccc1
halajohn
authored
83fccc1
View commit details
Copy full SHA for 83fccc1
View code at this point
Browse repository at this point
Commits on Jul 31, 2025
feat: add new loc.h header file with location string validation function (#1168)
halajohn
authored
5a52192
View commit details
Copy full SHA for 5a52192
View code at this point
Browse repository at this point
Commits on Jul 30, 2025
refactor: update loc_t constructor and SetDests method to accept variadic arguments (#1164)
halajohn
authored
1bdde18
View commit details
Copy full SHA for 1bdde18
View code at this point
Browse repository at this point
refactor: replace StringPtr with generic Ptr function for pointer creation in Go bindings (#1163)
halajohn
authored
32c3ce0
View commit details
Copy full SHA for 32c3ce0
View code at this point
Browse repository at this point
refactor: enhance null pointer checks and improve argument validation across various components (#1161)
halajohn
authored
3cc37e0
View commit details
Copy full SHA for 3cc37e0
View code at this point
Browse repository at this point
Commits on Jul 29, 2025
feat: add registration methods for msg in python binding (#1159)
Show description for 98c0937
halajohn
and
sunxilin
authored
98c0937
View commit details
Copy full SHA for 98c0937
View code at this point
Browse repository at this point
refactor: update get_source method in msg_t class to return structured location data (#1156)
halajohn
authored
0a97edb
View commit details
Copy full SHA for 0a97edb
View code at this point
Browse repository at this point
Commits on Jul 28, 2025
refactor: improve null pointer checks in msg_t class for output parameters (#1153)
halajohn
authored
075bca8
View commit details
Copy full SHA for 075bca8
View code at this point
Browse repository at this point
Commits on Jul 27, 2025
refactor: update get_source method in msg_t class to use output parameters (#1146)
halajohn
authored
2cc2e44
View commit details
Copy full SHA for 2cc2e44
View code at this point
Browse repository at this point
Commits on Jul 26, 2025
feat: add get_source method to msg_t class for retrieving message source details (#1144)
halajohn
authored
81ee4be
View commit details
Copy full SHA for 81ee4be
View code at this point
Browse repository at this point
refactor: simplify argument validation in Python message handling functions (#1141)
halajohn
authored
8f77117
View commit details
Copy full SHA for 8f77117
View code at this point
Browse repository at this point
Commits on Jul 23, 2025
chore: include value_buffer.h in ten.h for improved dependency management (#1124)
halajohn
authored
21fef0f
View commit details
Copy full SHA for 21fef0f
View code at this point
Browse repository at this point
Commits on Jul 21, 2025
chore: include value_buffer.h in value.h for improved dependency management (#1112)
halajohn
authored
60c570b
View commit details
Copy full SHA for 60c570b
View code at this point
Browse repository at this point
Commits on Jul 13, 2025
feat: add comprehensive logging methods across multiple language bindings (#1084)
halajohn
authored
b29ee8a
View commit details
Copy full SHA for b29ee8a
View code at this point
Browse repository at this point
Commits on Jul 12, 2025
refactor: unify logging macros to improve consistency and readability across the codebase (#1082)
halajohn
authored
c7a53b1
View commit details
Copy full SHA for c7a53b1
View code at this point
Browse repository at this point
Commits on Jun 4, 2025
feat: support stop_test with error info which can be retrieved from e… (#906)
Show description for 7047d8c
sunxilin
and
halajohn
authored
7047d8c
View commit details
Copy full SHA for 7047d8c
View code at this point
Browse repository at this point
Commits on May 26, 2025
refactor: replace TODO comments with IMPLEMENT in async and default extensions (#872)
halajohn
authored
a1ab1fc
View commit details
Copy full SHA for a1ab1fc
View code at this point
Browse repository at this point
Commits on May 21, 2025
refactor: remove localhost references in command destination settings across multiple files (#840)
halajohn
authored
32d9e2d
View commit details
Copy full SHA for 32d9e2d
View code at this point
Browse repository at this point
Commits on May 19, 2025
feat!: add thread check for addon_host and remove on_init/deinit in addon (#825)
Show description for 7ed6521
sunxilin
and
halajohn
authored
7ed6521
View commit details
Copy full SHA for 7ed6521
View code at this point
Browse repository at this point
Commits on May 15, 2025
fix: fill app uri in graph json when handling start_graph cmd (#823)
Show description for d095657
sunxilin
and
halajohn
authored
d095657
View commit details
Copy full SHA for d095657
View code at this point
Browse repository at this point
Commits on May 2, 2025
refactor: introduce mandatory log level and enhance logging functionality across components (#776)
halajohn
authored
866fc93
View commit details
Copy full SHA for 866fc93
View code at this point
Browse repository at this point
refactor: enhance logging across various components for better error tracking and debugging (#775)
halajohn
authored
23ccce8
View commit details
Copy full SHA for 23ccce8
View code at this point
Browse repository at this point
refactor: remove extension group name from message handling functions and update related tests (#774)
halajohn
authored
cf05791
View commit details
Copy full SHA for cf05791
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.