forked from Ikalus1988/MisakaNet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
45 lines (44 loc) · 2.54 KB
/
Copy pathindex.html
File metadata and controls
45 lines (44 loc) · 2.54 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Agent-Network Lessons — MisakaNet</title>
<meta name="description" content="4 verified failure lessons about agent-network. From MisakaNet — Git-backed failure lesson network.">
<link rel="canonical" href="https://misakanet.org/topics/agent-network/">
<meta property="og:title" content="Agent-Network Lessons">
<meta property="og:description" content="4 verified failure lessons about agent-network. From MisakaNet — Git-backed failure lesson network.">
<meta property="og:url" content="https://misakanet.org/topics/agent-network/">
<style>
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; background: #0a0f1d; color: #e2e8f0; max-width: 720px; margin: 0 auto; padding: 40px 20px; line-height: 1.6; }
a { color: #58a6ff; }
h1 { font-size: 24px; margin-bottom: 8px; }
.count { color: #8b949e; font-size: 14px; margin-bottom: 24px; }
.lesson { padding: 12px 0; border-bottom: 1px solid rgba(88,166,255,0.1); }
.lesson a { font-weight: 600; }
.lesson .summary { color: #8b949e; font-size: 13px; margin-top: 4px; }
.back { margin-top: 32px; font-size: 13px; }
</style>
</head>
<body>
<h1>Agent-Network Lessons</h1>
<div class="count">4 lessons in this domain</div>
<div class="lesson">
<a href="/lessons/cronjob-one-shot-race-condition-duplicate-execution/">Cronjob One-Shot Race Condition - Duplicate Execution</a>
<div class="summary">One-shot cronjobs (reminders, .BG, .S, .RS commands) firing 2-4x at once instead of once.</div>
</div>
<div class="lesson">
<a href="/lessons/freellmapi-session-context-mixing-cross-thread-delivery/">FReeLLMAPI Session Context Mixing - Cross-Thread Delivery</a>
<div class="summary">Messages appearing in wrong Telegram threads (e.g., Poker topic receiving Main Chat content).</div>
</div>
<div class="lesson">
<a href="/lessons/hermes-state-database-lock-issues-cleanup-protocol/">Hermes State Database Lock Issues - Cleanup Protocol</a>
<div class="summary">Hermes agent shows 'database is locked' error on SQLite state.db. Cronjobs stop firing.</div>
</div>
<div class="lesson">
<a href="/lessons/hermes-state-database-lock-issues-cleanup-protocol-72b152/">Hermes State Database Lock Issues - Cleanup Protocol</a>
<div class="summary">Hermes agent shows 'database is locked' error on SQLite state.db. Cronjobs stop firing.</div>
</div>
<div class="back"><a href="/">← Back to MisakaNet</a> · <a href="/search/">Search lessons</a></div>
</body>
</html>