Futures
Access hundreds of perpetual contracts
CFD
Gold
One platform for global traditional assets
Options
Hot
Trade European-style vanilla options
Unified Account
Maximize your capital efficiency
Demo Trading
Introduction to Futures Trading
Learn the basics of futures trading
Futures Events
Join events to earn rewards
Demo Trading
Use virtual funds to practice risk-free trading
Launch
CandyDrop
Collect candies to earn airdrops
Launchpool
Quick staking, earn potential new tokens
HODLer Airdrop
Hold GT and get massive airdrops for free
Pre-IPOs
Unlock full access to global stock IPOs
Alpha Points
Trade on-chain assets and earn airdrops
Futures Points
Earn futures points and claim airdrop rewards
Promotions
AI
Gate AI
Your all-in-one conversational AI partner
Gate AI Bot
Use Gate AI directly in your social App
GateClaw
Gate Blue Lobster, ready to go
Gate for AI Agent
AI infrastructure, Gate MCP, Skills, and CLI
Gate Skills Hub
10K+ Skills
From office tasks to trading, the all-in-one skill hub makes AI even more useful.
GateRouter
Smartly choose from 40+ AI models, with 0% extra fees
Tencent open-sources Agent memory system, OpenClaw saves up to 61% of tokens
AIMPACT News: On May 14 (UTC+8), according to Dongcha Beating monitoring, the Tencent Cloud Database team spent 6 months specifically tackling the long-conversation forgetfulness issue and has recently officially open-sourced TencentDB Agent Memory. This is a local-first memory engine for AI Agents. By default, it uses SQLite + sqlite-vec as the local backend, and it can be installed as an OpenClaw plugin; it also supports integration with Hermes Gateway.
Its core is not to directly put historical conversations into a vector database, but to split memories into two structures. For long-term memory, it is layered as L0 raw conversations, L1 atomic facts, L2 scene chunks, and L3 user profiles. For short-term task memory, it externalizes lengthy tool logs into refs files, writes step summaries into jsonl, and uses a Mermaid canvas to preserve the task structure and node indices. In complex workflows with more than 30 steps, the Agent usually only reads the lightweight Mermaid structure diagram, and when it needs to verify details, it goes back to the original logs via node_id.
According to official benchmarks, after integrating OpenClaw, the token consumption for the WideSearch task decreased from 221.31M to 85.64M (a 61.38% reduction), while the success rate increased by 51.52% relative to before. In the long-term memory evaluation PersonaMem, accuracy improved from 48% to 76%. The value of this design is that it does not swallow historical details with a one-time summary; instead, it preserves the complete path from high-level profiles and the task canvas all the way back to the underlying original text.
(Source: BlockBeats)