Commit Graph

665 Commits

Author SHA1 Message Date
lachtan
6d43517a69 runtime 2026-09-16 08:56:39 +02:00
lachtan
5407931bdc runtime 2026-09-16 08:56:28 +02:00
lachtan
b0827177d2 nanobot: 2026-09-16 07:26:44 2026-09-16 07:26:45 +02:00
lachtan
5457c506f8 runtime 2026-09-15 12:19:03 +02:00
lachtan
2ee633f5ee skill usage 2026-09-15 12:18:52 +02:00
lachtan
ea70c10ea9 runtime zmeny 2026-09-15 10:15:24 +02:00
nanobot
a98c07ba82 usage: make SKILL.md English-only (triggers, output-language rule) 2026-09-15 06:24:51 +02:00
nanobot
3cf108f156 develop: sync knowledge.md (ollama usage API shape, no per-session tokens) 2026-09-15 06:22:58 +02:00
nanobot
a970805fdc usage: continuous Ollama Cloud usage sampling + delta report
- scripts/ollama_usage_poll.py: per-minute cron sample into db/ollama_usage.sqlite,
  write-on-change; meta table records every poll so a data gap can be told apart
  from a failed or missed poll
- scripts/ollama_usage_report.py: delta report keyed on per-model request_count
  (limits.*.usage has 0.1 % resolution, short-interval deltas are noise)
- SKILL.md: Continuous sampling section
2026-09-15 06:22:53 +02:00
nanobot
b0ad79afc1 dream: periodic memory consolidation
SOUL.md: +2 -0
1 file changed, 2 insertions(+), 0 deletions(-)

```diff
--- SOUL.md
+++ SOUL.md
@@ -33,6 +33,8 @@
 - Když existuje víc cest, vynes tradeoff nahlas místo tichého výběru jedné
 - Víc otázek pokládej **postupně, jednu po druhé** — u každé musí být prostor odpovědět
 - **Cron tool** podporuje jen `add`, `list`, `remove` — úprava existujícího jobu vyžaduje delete + create
+- **Exec guard blokuje `rm -rf`, `rm -r` a wildcard/multi-file `rm`** i v tmp/ — čištění dělej vyjmenovaným `rm` jednotlivých souborů + `rmdir`
+- **Exec guard blokuje curl na interní hosty** („internal/private URL detected", např. Ollama endpoint na nvidia.hell) — pro HTTP na interní homelab služby použij Python skript (requests) v tmp/ přes uv
 - Pravidla do `USER.md`/`SOUL.md`/`AGENTS.md` apod. piš **stručně a jasně** — krátké imperativní bullety, klíčové slovo tučně, bez vaty
 
 ## Faktografická pravidla
```
2026-09-15 04:49:30 +02:00
lachtan
c8f25de430 nanobot: 2026-09-14 21:20:00 — plan: ollama usage poller 2026-09-14 21:14:13 +02:00
lachtan
30d27e4b02 nanobot: 2026-09-14 21:16:00 — usage: models only in Models section, not inline 2026-09-14 21:11:06 +02:00
lachtan
ea60e0684e nanobot: 2026-09-14 21:10:00 — keep: skills always English 2026-09-14 21:09:00 +02:00
lachtan
35e1e4efdc nanobot: 2026-09-14 21:12:30 — usage: skill + script fully English 2026-09-14 21:08:14 +02:00
lachtan
a45e5434f4 nanobot: 2026-09-14 21:07:55 — usage: resets countdown + per-model list 2026-09-14 21:07:56 +02:00
lachtan
af3cef8f49 nanobot: 2026-09-14 21:05:11 — usage: usage je frakce limitu, ne $ 2026-09-14 21:00:32 +02:00
lachtan
fc96796dbc nanobot: 2026-09-14 20:58:30 — untrack .env (secret in repo) 2026-09-14 20:58:05 +02:00
lachtan
8dc513ee96 nanobot: 2026-09-14 20:57:58 2026-09-14 20:58:01 +02:00
lachtan
331b90cfea nanobot: 2026-09-14 19:19:19 2026-09-14 19:19:49 +02:00
lachtan
8b387c0c16 nanobot: 2026-09-14 add source links to HDD study memory entry 2026-09-14 15:10:52 +02:00
lachtan
1dab874200 nanobot: 2026-09-14 HDD reliability study numbers to devops memory 2026-09-14 15:04:52 +02:00
lachtan
6069393e51 nanobot: 2026-09-14 12:09:54 2026-09-14 12:09:54 +02:00
lachtan
41d2419d5e nanobot: 2026-09-14 12:08:28 2026-09-14 12:08:31 +02:00
lachtan
25bbb25258 nanobot: 2026-09-14 12:08:09 2026-09-14 12:08:10 +02:00
lachtan
85014def28 nanobot: 2026-09-14 12:06:33 2026-09-14 12:06:34 +02:00
lachtan
348edf7c8b nanobot: 2026-09-14 12:06:01 2026-09-14 12:06:07 +02:00
lachtan
fdc857359a nanobot: 2026-09-14 12:04:04 2026-09-14 12:04:06 +02:00
lachtan
59bddbff63 nanobot: 2026-09-14 12:02:18 2026-09-14 12:02:19 +02:00
lachtan
15a735e9bf note: presun DuckDB/Iceberg/dbt poznamky do projektu devops 2026-09-14 10:23:28 +02:00
lachtan
8c1d89806d note: DuckDB+Iceberg+dbt lakehouse stack — use case, verifikovane featury, benchmarky, limity 2026-09-14 10:19:48 +02:00
nanobot
d5ddafb921 dream: periodic memory consolidation
memory/MEMORY.md: +6 -0
1 file changed, 6 insertions(+), 0 deletions(-)

```diff
--- memory/MEMORY.md
+++ memory/MEMORY.md
@@ -21,6 +21,12 @@
 
 - Cross-channel session continuity via `unifiedSession: true`; backups: wood.hell → pivo.hell (recursive)
 
+## Wiki embeddings
+
+- Embeddings pro wiki běží přes ollama (`qwen3-embedding:0.6b`) na nvidia.hell
+- Migrace na static llama.cpp server (nvidia.hell:8081) zrušena: ollama a llama.cpp produkují fundamentálně odlišné vektory i na identickém inputu (cosine ~0.36); kvantizace, pooling, special tokens, BOS, chat templates a normalizace vyloučeny; reuse ollama GGUF blobu paritu nezajišťuje
+- Důsledek: přechod wiki embeddings na jiný engine vyžaduje plný reindex
+
 ---
 
 *This file is automatically updated by nanobot when important information should be remembered.*
```
2026-09-14 09:36:39 +02:00
lachtan
76f64cfe38 nanobot: 2026-09-14 08:44:52 2026-09-14 08:44:52 +02:00
lachtan
62ef1ea068 nanobot: 2026-09-14 08:44:00 2026-09-14 08:44:00 +02:00
lachtan
fea827e6e3 nanobot: 2026-09-14 07:36:16 2026-09-14 07:36:16 +02:00
lachtan
a0ed986ce7 nanobot: 2026-09-14 07:29:02 2026-09-14 07:29:02 +02:00
lachtan
bd14485ce3 nanobot: 2026-09-14 07:24:46 2026-09-14 07:24:46 +02:00
lachtan
5e98beca1f nanobot: 2026-09-13 21:42:18 2026-09-13 21:42:18 +02:00
lachtan
cfc1e3aab6 nanobot: 2026-09-13 21:41:26 2026-09-13 21:41:26 +02:00
lachtan
d781eb3930 nanobot: 2026-09-13 21:40:59 2026-09-13 21:40:59 +02:00
lachtan
d7f1b59594 nanobot: 2026-09-13 21:40:40 2026-09-13 21:40:40 +02:00
lachtan
081179d064 nanobot: 2026-09-13 21:40:00 2026-09-13 21:40:00 +02:00
lachtan
947f594356 nanobot: 2026-09-13 21:38:42 2026-09-13 21:38:43 +02:00
lachtan
964f9975a3 nanobot: 2026-09-13 20:05:41 - toolcall test vysledky 18 modelu + skript 2026-09-13 20:05:41 +02:00
lachtan
9e648ff453 nanobot: 2026-09-13 14:37:42 - Ollama model capabilities: log + skript do ai projektu 2026-09-13 14:37:42 +02:00
lachtan
8e5c7b84ec nanobot: 2026-09-13 14:09:32 2026-09-13 14:09:33 +02:00
lachtan
c2000cb6a1 nanobot: 2026-09-13 11:46:46 2026-09-13 11:46:46 +02:00
lachtan
c2a2e9b386 nanobot: 2026-09-13 11:27:46 2026-09-13 11:27:46 +02:00
lachtan
72dcfe1d75 nanobot: 2026-09-13 11:07:36 2026-09-13 11:07:36 +02:00
lachtan
5c1cccced1 nanobot: 2026-09-11 16:05:17 2026-09-11 16:05:17 +02:00
lachtan
4802110512 nanobot: 2026-09-11 15:55:26 2026-09-11 15:55:26 +02:00