agent-restore-harness/telegram/manifest.json
Mariusz Kreft dcd1241a94 feat: ingestion pipeline + memory-api bug fix + nasr context
Ingestion scripts:
- scripts/ingest/telegram_export.py (stdlib only, from spark3)
- scripts/ingest/push_to_memory.py (JSONL → memory API, importance scoring)
- scripts/ingest/memory_api_fix.py (memory.py ownership-aware close fix)

memory-api bug fixed (deployed to running container):
- memory.py: AgentMemory.close() was closing shared _qdrant client
- Fix: track ownership (_owns_qdrant/embeddings/redis) — only close what we created
- main.py: qdrant_client= → qdrant= parameter name fix

agents/nasr/MEMORY.md:
- Added GMI clinic context (machine.machine.zip ingested 2026-04-22)
- Added Hermes agent note (Mariusz to give details)
- Added active projects and skills inventory

telegram/:
- machine.machine.zip (572KB — MM group chat, GMI context)
- manifest.json (checksums for all zips)
- .gitignore (large zips excluded: m2.zip, parlobyg.zip, MuhlAI.zip)
2026-04-22 23:59:52 +02:00

32 lines
No EOL
633 B
JSON

[
{
"file": "MuhlAI.zip",
"size_mb": 219.1,
"md5": "7d49fb709f597e821c0f684c137b8fb9"
},
{
"file": "love-travel Georg.zip",
"size_mb": 0.1,
"md5": "05a729d4d7c5159131ab5f988c66b0f2"
},
{
"file": "m2-devops.zip",
"size_mb": 0.1,
"md5": "55f861aba705ae76e9bd9094360a0444"
},
{
"file": "m2.zip",
"size_mb": 63.1,
"md5": "607a0d177badc2c425d653ca93a7165f"
},
{
"file": "machine.machine.zip",
"size_mb": 0.6,
"md5": "ffdbe81f1205db409cedba9773def470"
},
{
"file": "parlobyg.zip",
"size_mb": 40.4,
"md5": "ec59ae36b31a75bc28b1eac26d265637"
}
]