forked from Ikalus1988/MisakaNet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yaml.example
More file actions
55 lines (49 loc) · 1.24 KB
/
Copy pathconfig.yaml.example
File metadata and controls
55 lines (49 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# ⚠️ Legacy Hub configuration example.
# The Hub was an early private-LAN knowledge reuse prototype.
# Current recommended usage: docs/search, MCP server, and Cloudflare Workers.
# See hub/README.md for details.
#
# Hermes Hub 配置
# 虫群记忆系统 v2.0
hub:
name: "hermes-hub"
host: "0.0.0.0"
port: 8080
protocol_version: "2.0"
storage:
vector_store:
type: "chroma"
persist_dir: "./storage/vector_store"
collection_name: "skills"
graph:
type: "networkx"
persist_path: "./storage/knowledge_graph/graph.gpickle"
metadata:
type: "sqlite"
db_path: "./storage/metadata.db"
sync:
interval_minutes: 30
retry_attempts: 3
retry_delay_seconds: 60
timeout_seconds: 300
feishu:
polling:
interval_minutes: 5
enabled: true
# 从环境变量读取,不在此处填写真实值
app_id: "cli_xxxxxxxxxxxxx"
app_secret: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
webhook_url: "https://open.feishu.cn/open-apis/bot/v2/hook/xxxxxxxxxx"
master:
token_ttl_hours: 24
audit_log_days: 30
keyring_service: "hermes-hub"
# Master 模式共享密钥,从环境变量读取
shared_secret: "your-secret-here"
a2a:
server:
enabled: true
host: "0.0.0.0"
port: 8081
discovery:
auto_register: true