Skip to content

Commit f8efb33

Browse files
authored
update: openclawmgr@0.1.11 && new hermes@1.0.0 (#615)
1 parent 2258648 commit f8efb33

3 files changed

Lines changed: 20 additions & 1 deletion

File tree

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# This is free software, licensed under the Apache License, Version 2.0 .
2+
3+
include $(TOPDIR)/rules.mk
4+
5+
PKG_VERSION:=1.0.0
6+
PKG_RELEASE:=1
7+
META_TITLE:=Hermes
8+
META_TITLE.en:=Hermes
9+
META_DEPENDS:=+luci-app-hermes +luci-i18n-hermes-zh-cn
10+
META_DESCRIPTION:=运行在您的服务器上的自我改进型人工智能代理。它采用跨会话累积的分层内存、在您离线时运行的定时任务调度程序,以及自动保存可重用程序的技能系统。
11+
META_DESCRIPTION.en:=The self-improving AI agent that runs on your server. Layered memory that accumulates across sessions, a cron scheduler that fires while you're offline, and a skills system that saves reusable procedures automatically.
12+
META_AUTHOR:=linkease/hermes
13+
META_TAGS:=messaging server tool
14+
META_LUCI_ENTRY:=/cgi-bin/luci/admin/services/hermes
15+
META_WEBSITE:=https://get-hermes.ai/
16+
17+
include ../../meta.mk
18+
19+
# call BuildPackage - OpenWrt buildroot signature
47.6 KB
Loading

applications/app-meta-openclawmgr/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
include $(TOPDIR)/rules.mk
44

5-
PKG_VERSION:=0.1.10
5+
PKG_VERSION:=0.1.11
66
PKG_RELEASE:=1
77

88
META_TITLE:=OpenClaw Launcher

0 commit comments

Comments
 (0)