freshcrate
Home > AI Agents > teleton

teleton

Personal AI Agent for Telegram

Description

Personal AI Agent for Telegram

Release History

VersionChangesUrgencyDate
0.8.6Imported from npm (0.8.6)Low4/21/2026
v0.8.6## Install **npm:** ```bash npm install -g teleton ``` **Docker:** ```bash docker run -it -v ~/.teleton:/data ghcr.io/TONresistor/teleton-agent:latest setup ``` ## Changes 8ae4f88 v0.8.6 a71608d fix: clean up stale docs 79cd574 fix: lint eslint-disable on correct line dd7105f ui: dashboard, mode switch, infotips b45ed79 tools: extended scopes, dead UI cleanup, CSS variables 797bf09 fix: update loader tests for restructured prompt d68697e agent: memory, prompts, tools overhaul ef1000a ui: toggMedium3/25/2026
v0.8.5## Install **npm:** ```bash npm install -g teleton ``` **Docker:** ```bash docker run -it -v ~/.teleton:/data ghcr.io/TONresistor/teleton-agent:latest setup ``` ## Changes 3fd5732 v0.8.5 6b574af fix(lint): use const for non-reassigned variables in SDK tests 55cffe2 feat: SDK low-level TON APIs, compaction fix, minor improvements bdc68bd fix(test): update SignedTransfer test expectations for v2 fields 423b70f feat(sdk): enrich SignedTransfer with seqno, validUntil, walletAddress fe28f4f docs: Low3/16/2026
v0.8.4## Install **npm:** ```bash npm install -g teleton ``` **Docker:** ```bash docker run -it -v ~/.teleton:/data ghcr.io/TONresistor/teleton-agent:latest setup ``` ## Changes 3ae3017 v0.8.4 d858f8c fix(setup): persist telegram credentials to config.yaml after auth f1e1556 docs(api): add Management API documentation a4dc9ad docs(readme): underline Key Highlights card titles 222f786 docs(readme): modernize layout and update content **Full Changelog**: https://github.com/TONresistor/teleton-agentLow3/13/2026
v0.8.3## Install **npm:** ```bash npm install -g teleton ``` **Docker:** ```bash docker run -it -v ~/.teleton:/data ghcr.io/TONresistor/teleton-agent:latest setup ``` ## Changes 6948f6d v0.8.3 60029e2 fix(ci): harden Telegram notify against special chars in commit messages 2d4049a feat(api): add bootstrap mode for remote setup without config **Full Changelog**: https://github.com/TONresistor/teleton-agent/compare/v0.8.2...v0.8.3Low3/13/2026
v0.8.2## Install **npm:** ```bash npm install -g teleton ``` **Docker:** ```bash docker run -it -v ~/.teleton:/data ghcr.io/TONresistor/teleton-agent:latest setup ``` ## Changes f3687c6 v0.8.2 7e6ac26 fix(deps): patch 4 Dependabot vulnerabilities ac67afd fix(ci): remove unused @hono/zod-openapi, add src/api/ to knip entries f6255b8 feat(api): add HTTPS management API for remote agent control 1b36ac3 fix(embeddings): validate cached model files and use atomic writes 25728b2 feat(memory): smarter RAGLow3/13/2026
v0.8.1## Install **npm:** ```bash npm install -g teleton ``` **Docker:** ```bash docker run -it -v ~/.teleton:/data ghcr.io/TONresistor/teleton-agent:latest setup ``` ## Changes 0229b3a v0.8.1 ebb1580 docs: update changelog for v0.8.0 and v0.8.1 fd4c1a9 fix(ci): lower coverage thresholds for Node 20 CI variance 1eb7bad docs: update for 15 providers, TON Proxy, SDK signed transfers 44305d4 feat(sdk): signed transfers without broadcast for x402 payments 871f661 perf: parallelize RAG searches and cachLow3/5/2026
v0.8.0## Install **npm:** ```bash npm install -g teleton ``` **Docker:** ```bash docker run -it -v ~/.teleton:/data ghcr.io/TONresistor/teleton-agent:latest setup ``` ## Changes b8b1560 v0.8.0 2d3ecae feat(gramjs): upgrade to Layer 223 e6ec0ce feat(sdk): add Bot SDK + complete documentation to 100% coverage 2cce211 feat(providers): add Cerebras, ZAI, MiniMax, HuggingFace + refactor Moonshot a46f7fc feat(sdk): add dns.setSiteRecord() for TON Site ADNL records 7032e9b feat(sdk): expand plugin API witLow3/3/2026
v0.7.5## Install **npm:** ```bash npm install -g teleton ``` **Docker:** ```bash docker run -it -v ~/.teleton:/data ghcr.io/TONresistor/teleton-agent:latest setup ``` ## Changes 0d7de25 v0.7.5 d5981b4 fix(formatting): remove underscore and italic markdown rules 1aae92a docs: update CHANGELOG and README for v0.7.4+ 3f00892 feat: exec tools, admin-only policy, token tracking, WebUI updates 495a216 feat(dns): add dns_set_site for decentralized TON Site hosting d58922d refactor(tools): enrich 35+ tool Low2/28/2026
v0.7.4## Install **npm:** ```bash npm install -g teleton ``` **Docker:** ```bash docker run -it -v ~/.teleton:/data ghcr.io/TONresistor/teleton-agent:latest setup ``` ## Changes 922ab5f v0.7.4 1ecd53e style(webui): use accent blue for toggle switches 8c0a523 fix: pass session path to DealBot + Soul editor layout 0ca00e0 feat(webui): expand configurable keys + new dashboard features a5c78db refactor(webui): reorganize Dashboard & Config pages 4a3f51e refactor(setup): reorder wizard flow + clean up wLow2/25/2026
v0.7.3## Install **npm:** ```bash npm install -g teleton ``` **Docker:** ```bash docker run -it -v ~/.teleton:/data ghcr.io/TONresistor/teleton-agent:latest setup ``` ## Changes 95bc8cb chore: bump to v0.7.3 d0d6ee0 feat(context): inject reply-to message context into LLM prompt c526571 fix: replace deprecated claude-3-5-haiku with claude-haiku-4-5 + fix seed phrase display in CLI setup c9c0f2b feat(auth): support Telegram anonymous numbers (+888) via Fragment b9b27cc feat(provider): add claude-codeLow2/24/2026
v0.7.2## Install **npm:** ```bash npm install -g teleton ``` **Docker:** ```bash docker run -it -v ~/.teleton:/data ghcr.io/TONresistor/teleton-agent:latest setup ``` ## Changes 6f4fa10 chore: bump to v0.7.2 8a71e2a fix(webui): plugins route now reflects runtime-loaded plugins **Full Changelog**: https://github.com/TONresistor/teleton-agent/compare/v0.7.1...v0.7.2Low2/23/2026
v0.7.1## Install **npm:** ```bash npm install -g teleton ``` **Docker:** ```bash docker run -it -v ~/.teleton:/data ghcr.io/TONresistor/teleton-agent:latest setup ``` ## Changes 442d3a5 chore: bump to v0.7.1 77fb97f docs: replace DeepWiki badge with official docs + update provider/tool counts 516a620 docs: add TON badge c268ab2 docs: add logo as banner above title in README 51e7381 docs: update changelog [Unreleased] 187747d fix(webui): neutralize btn-danger and alert colors cc02d47 fix(sdk): sendJLow2/23/2026
v0.7.0## Install **npm:** ```bash npm install -g teleton ``` **Docker:** ```bash docker run -it -v ~/.teleton:/data ghcr.io/TONresistor/teleton-agent:latest setup ``` ## Changes 5cd2794 v0.7.0 b4c5bf8 docs: update changelog for v0.7.0 release dd16df6 feat(cli): add ASCII banner to setup --ui + update changelog 6b925ea docs: update changelog β€” unreleased + v0.6.0 + git history rewrite note 539c59b feat(local-llm): add local LLM provider with audit hardening 8adfbb9 feat(webui): setup wizard with guiLow2/21/2026
v0.6.0## Install **npm:** ```bash npm install -g teleton ``` **Docker:** ```bash docker run -it -v ~/.teleton:/data ghcr.io/TONresistor/teleton-agent:latest setup ``` ## Changes 98675ec v0.6.0 6006aca feat(webui): accordion UI, dashboard settings, marketplace download fix 0254290 feat(webui): add Plugin Marketplace with secrets management c6e0107 feat(webui): add Config + MCP pages, custom Select, centralize CSS b92b7a9 feat(tools): add Tool RAG, web tools, and admin enhancements 41d26ec feat(mcp):Low2/17/2026
v0.5.2## Install **npm:** ```bash npm install -g teleton ``` **Docker:** ```bash docker run -it -v ~/.teleton:/data ghcr.io/TONresistor/teleton-agent:latest setup ``` ## Changes 777cd2c v0.5.2 161fd13 feat(plugins): auto-install npm deps + remove dead dependencies 703d57b fix: robust local embedding model loading 3907ab3 chore: remove TGAPI.md **Full Changelog**: https://github.com/TONresistor/teleton-agent/compare/v0.5.1...v0.5.2Low2/16/2026
v0.5.1## Install **npm:** ```bash npm install -g teleton ``` **Docker:** ```bash docker run -it -v ~/.teleton:/data ghcr.io/TONresistor/teleton-agent:latest setup ``` ## Changes 7cada8c chore: bump to v0.5.1, CI/CD for SDK + WebUI + Docker 1e01195 Merge dev into main for v0.5.0 51baf14 feat: data-bearing tool categories, strict DB row types, RAG rebalancing 2e347c3 feat(plugins): add onMessage and onCallbackQuery event hooks a9a9a1b feat(webui): inline dropdown task details with overflow fix 519409Low2/16/2026
v0.4.0## Install **npm:** ```bash npm install -g teleton ``` **Docker:** ```bash docker run -it -v ~/.teleton:/data ghcr.io/TONresistor/teleton-agent:latest setup ``` ## Changes d5f0647 chore: bump version to 0.4.0 efcb466 fix: remove sqlite-vec startup logs that printed before ASCII banner 4e17daf fix: harden error handling, improve perf, and use crypto-safe randomId across codebase 53cbf94 fix: validate chatId to prevent entity resolution crashes on display names 00be723 chore: remove obsolete buLow2/14/2026
v0.3.0## Install **npm:** ```bash npm install -g teleton ``` **Docker:** ```bash docker run -it -v ~/.teleton:/data ghcr.io/TONresistor/teleton-agent:latest setup ``` ## Changes dca3fa8 feat: local embeddings + hybrid vector search + new tools 33ce0ea fix: correct Docker image name in README 99535e7 fix: guard against undefined model from pi-ai getModel() 825e841 fix: ignore bot messages in DMs to prevent bot-to-bot loops **Full Changelog**: https://github.com/TONresistor/teleton-agent/compare/v0Low2/13/2026
v0.2.5## Install **npm:** ```bash npm install -g teleton ``` **Docker:** ```bash docker run -it -v ~/.teleton:/data ghcr.io/TONresistor/teleton-agent:latest setup ``` ## Changes 2e356d1 chore: remove unused @tonkite/highload-wallet-v3 dependency 892b6a0 fix: /clear command crashing on missing vec0 table 11ce687 fix: post-audit hardening β€” timeouts, seqno race, cached endpoints, cleanup 03fe20b allow swap tools in groups + show module level in /modules info d2fe39c feat: per-group module permissionsLow2/12/2026
v0.2.4## Install **npm:** ```bash npm install -g teleton ``` **Docker:** ```bash docker run -it -v ~/.teleton:/data ghcr.io/TONresistor/teleton-agent:latest setup ``` ## Changes 74bc4c8 v0.2.4: close memory.db on shutdown + atomic deal state guards **Full Changelog**: https://github.com/TONresistor/teleton-agent/compare/v0.2.3...v0.2.4Low2/10/2026
v0.2.3## Install **npm:** ```bash npm install -g teleton ``` **Docker:** ```bash docker run -it -v ~/.teleton:/data ghcr.io/TONresistor/teleton-agent:latest setup ``` ## Changes ee562a9 v0.2.3: fix MarketPriceService crash on fresh installs **Full Changelog**: https://github.com/TONresistor/teleton-agent/compare/v0.2.2...v0.2.3Low2/10/2026
v0.2.2## Install **npm:** ```bash npm install -g teleton ``` **Docker:** ```bash docker run -it -v ~/.teleton:/data ghcr.io/TONresistor/teleton-agent:latest setup ``` ## Changes 45183ea v0.2.2: use peer cache in bridge.getMessages for reliable entity resolution 88542c9 v0.2.1 5d0ae65 fix: use cached peer entity in get-history for reliable channel resolution 58384c4 refactor: decentralize tool registration into co-located ToolEntry arrays 3b46dbf fix: mention detection fallback + duplicate message gLow2/10/2026
v0.2.0## Install **npm:** ```bash npm install -g teleton ``` **Docker:** ```bash docker run -it -v ~/.teleton:/data ghcr.io/TONresistor/teleton-agent:latest setup ``` ## Changes 87656dc chore: sync package-lock.json to v0.2.0 bb22d9c v0.2.0 fcc557a v0.1.22: extract deals/market modules + Gemini schema sanitizer 2f050c9 refactor: extract casino into self-contained plugin module 1347cf2 chore: remove dead casino files (game-executor, validators) **Full Changelog**: https://github.com/TONresistor/teLow2/10/2026
v0.1.21## Install **npm:** ```bash npm install -g teleton ``` **Docker:** ```bash docker run -it -v ~/.teleton:/data ghcr.io/TONresistor/teleton-agent:latest setup ``` ## Changes bbfb03d v0.1.21 9474aa1 feat: prompt injection defense + tool context scoping a409ae9 fix: audit corrections - clearHistory order, cached endpoint, tasks index 86334a2 feat: remove jackpot system entirely 5218a58 fix: install.sh read from /dev/tty and lowercase Docker image name ## What's Changed * Errors in install scripLow2/9/2026
v0.1.20## Install **npm:** ```bash npm install -g teleton ``` **Docker:** ```bash docker run -it -v ~/.teleton:/data ghcr.io/TONresistor/teleton-agent:latest setup ``` ## Changes fa51415 v0.1.20 d005b4a fix: return shallow copy from getTonPrice cache f7509ae feat: cache getTonPrice() with 30s TTL f10a88f feat: log completed deals to business journal c648bd3 feat: cleanup transcript files older than 30 days at startup **Full Changelog**: https://github.com/TONresistor/teleton-agent/compare/v0.1.19.Low2/9/2026
v0.1.19## Install **npm:** ```bash npm install -g teleton ``` **Docker:** ```bash docker run -it -v ~/.teleton:/data ghcr.io/TONresistor/teleton-agent:latest setup ``` ## Changes 91797a7 v0.1.19 447a297 fix: start folder IDs at 2 (IDs 0-1 are reserved by Telegram) 0b3439c fix: handle GetDialogFilters returning object instead of array aac6d5b fix: wrap DialogFilter title in TextWithEntities for GramJS layer 222+ 86cff4d fix: add atomic status preconditions to deal verify-payment 62cf944 docs: add webLow2/8/2026
v0.1.18## Install **npm:** ```bash npm install -g teleton ``` **Docker:** ```bash docker run -it -v ~/.teleton:/data ghcr.io/TONresistor/teleton-agent:latest setup ``` ## Changes e3b39a1 v0.1.18 72b6835 feat: optimize runtime logs + TonAPI rate limiting 06eae91 fix: move TonAPI log after TON Blockchain connected **Full Changelog**: https://github.com/TONresistor/teleton-agent/compare/v0.1.17...v0.1.18Low2/8/2026
v0.1.17## Install **npm:** ```bash npm install -g teleton ``` **Docker:** ```bash docker run -it -v ~/.teleton:/data ghcr.io/TONresistor/teleton-agent:latest setup ``` ## Changes 87e1378 v0.1.17 6ee8c04 fix: add /boot instruction to setup wizard next steps c0bc183 feat: implement /boot admin command for agent bootstrap f13b3a4 fix: rename Deals option to Gifts (Deals & Market Data) ea8e81f fix: merge Deals and Market into single module option 74e8ad2 fix: remove imperative placeholders from MEMORY.mLow2/8/2026
v0.1.16## Install **npm:** ```bash npm install -g teleton ``` **Docker:** ```bash docker run -it -v ~/.teleton:/data ghcr.io/TONresistor/teleton-agent:latest setup ``` ## Changes 9291a82 v0.1.16 a60efe9 fix: agent empty response when memory_write is only tool call **Full Changelog**: https://github.com/TONresistor/teleton-agent/compare/v0.1.15...v0.1.16Low2/8/2026
v0.1.15## Install **npm:** ```bash npm install -g teleton ``` **Docker:** ```bash docker run -it -v ~/.teleton:/data ghcr.io/TONresistor/teleton-agent:latest setup ``` ## Changes b42b152 fix: bundle @ston-fi with all transitive deps via external blacklist **Full Changelog**: https://github.com/TONresistor/teleton-agent/compare/v0.1.14...v0.1.15Low2/8/2026
v0.1.14## Install **npm:** ```bash npm install -g teleton ``` **Docker:** ```bash docker run -it -v ~/.teleton:/data ghcr.io/TONresistor/teleton-agent:latest setup ``` ## Changes 594bc82 fix: remove postinstall to avoid preinstall blocker **Full Changelog**: https://github.com/TONresistor/teleton-agent/compare/v0.1.13...v0.1.14Low2/8/2026
v0.1.13## Install **npm:** ```bash npm install -g teleton ``` **Docker:** ```bash docker run -it -v ~/.teleton:/data ghcr.io/TONresistor/teleton-agent:latest setup ``` ## Changes **Full Changelog**: https://github.com/TONresistor/teleton-agent/compare/v0.1.12...v0.1.13Low2/8/2026
v0.1.12## Install **npm:** ```bash npm install -g teleton ``` **Docker:** ```bash docker run -it -v ~/.teleton:/data ghcr.io/TONresistor/teleton-agent:latest setup ``` ## Changes 5964899 fix: bundle ofetch and big-integer transitive deps **Full Changelog**: https://github.com/TONresistor/teleton-agent/compare/v0.1.11...v0.1.12Low2/8/2026
v0.1.11## Install **npm:** ```bash npm install -g teleton ``` **Docker:** ```bash docker run -it -v ~/.teleton:/data ghcr.io/TONresistor/teleton-agent:latest setup ``` ## Changes 3399c1a fix: move @ston-fi packages to devDependencies for typecheck **Full Changelog**: https://github.com/TONresistor/teleton-agent/compare/v0.1.10...v0.1.11Low2/8/2026
v0.1.9## Install **npm:** ```bash npm install -g teleton ``` **Docker:** ```bash docker run -it -v ~/.teleton:/data ghcr.io/TONresistor/teleton-agent:latest setup ``` ## Changes ba7da67 fix: bundle @ston-fi/api to avoid pnpm-only install blocker **Full Changelog**: https://github.com/TONresistor/teleton-agent/compare/v0.1.8...v0.1.9Low2/8/2026
v0.1.8## Install **npm:** ```bash npm install -g teleton ``` **Docker:** ```bash docker run -it -v ~/.teleton:/data ghcr.io/TONresistor/teleton-agent:latest setup ``` ## Changes 925373a fix: copy scripts/ in Dockerfile build stage **Full Changelog**: https://github.com/TONresistor/teleton-agent/compare/v0.1.7...v0.1.8Low2/8/2026
v0.1.7## Install **npm:** ```bash npm install -g teleton ``` **Docker:** ```bash docker run -it -v ~/.teleton:/data ghcr.io/TONresistor/teleton-agent:latest setup ``` ## Changes 97b0921 fix: Docker build and bump to v0.1.7 **Full Changelog**: https://github.com/TONresistor/teleton-agent/compare/v0.1.6...v0.1.7Low2/8/2026
v0.1.6## Install **npm:** ```bash npm install -g teleton ``` **Docker:** ```bash docker run -it -v ~/.teleton:/data ghcr.io/TONresistor/teleton-agent:latest setup ``` ## Changes 2e1fe33 Initial release v0.1.6 **Full Changelog**: https://github.com/TONresistor/teleton-agent/commits/v0.1.6Low2/8/2026
v0.1.4## Install **npm:** ```bash npm install -g teleton ``` **Docker:** ```bash docker run -it -v ~/.teleton:/data ghcr.io/tonresistor/teleton-agent:latest setup ``` ## Changes 761a5cf fix: Docker build failing due to husky in production install **Full Changelog**: https://github.com/TONresistor/teleton-agent/compare/v0.1.3...v0.1.4Low2/8/2026

Dependencies & License Audit

Loading dependencies...

Similar Packages

teleclawAI Agent for Telegram & TON Blockchain1.0.0
@clanklabs/clankLocal-first AI agent harness. Open-source alternative to OpenClaw, optimized for local models.1.12.1
alvin-botAlvin Bot β€” Your personal AI agent on Telegram, WhatsApp, Discord, Signal, and Web.4.18.1
agent-regression-testingA standalone library for AI agent regression testing using LLM-as-judge evaluation0.1.14
@mediconsol/agent-coreλ©”λ””μ½˜μ†” AI Agent μ½”μ–΄ λͺ¨λ“ˆ β€” λͺ¨λ“  λ©”λ””μ½˜μ†” ν”„λ‘œμ νŠΈμ— νƒ‘μž¬ κ°€λŠ₯ν•œ μ—μ΄μ „νŠΈ 인프라0.1.6