chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 12:48:46 +08:00
commit 6fdd9b4d7a
114 changed files with 40223 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
import llm
from llm.tools import llm_time, llm_version
@llm.hookimpl
def register_tools(register):
register(llm_version)
register(llm_time)