teleton 0.1.20 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/{chunk-Y4G7HSOQ.js → chunk-QVTQORZB.js} +13066 -13102
- package/dist/{chunk-JDPS46IZ.js → chunk-TBIMVWQZ.js} +133 -306
- package/dist/cli/index.js +7 -7
- package/dist/index.js +5 -5
- package/dist/{memory-Q755V5UK.js → memory-OEOLPEXP.js} +5 -4
- package/dist/{migrate-F256Q7LW.js → migrate-7XOO67O5.js} +5 -5
- package/package.json +1 -1
- package/src/templates/SECURITY.md +2 -0
- package/dist/{scraper-I2TFAK4V.js → scraper-3TD27Z2F.js} +3 -3
package/README.md
CHANGED
|
@@ -53,7 +53,7 @@ Teleton is a production-grade autonomous AI agent that operates as a real Telegr
|
|
|
53
53
|
| **RAG Search** | Hybrid keyword (FTS5) + semantic (vector) search for context-aware responses |
|
|
54
54
|
| **Auto-Compaction** | AI-summarized context management prevents overflow, preserves key information |
|
|
55
55
|
| **Observation Masking** | Compresses old tool results to save ~90% context window |
|
|
56
|
-
| **Casino System** | Provably fair slot machine and dice games with TON payments
|
|
56
|
+
| **Casino System** | Provably fair slot machine and dice games with TON payments and leaderboard |
|
|
57
57
|
| **Deals System** | Secure gift/TON trading with code-enforced strategy rules and inline bot confirmations |
|
|
58
58
|
| **Vision Analysis** | Image understanding via multimodal LLM |
|
|
59
59
|
| **Voice Synthesis** | Text-to-speech for voice messages |
|