Futures
Access hundreds of perpetual contracts
TradFi
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
Hermes Agent Online Dashboard Multiple Agents: Task Board for Claiming Tasks
CryptoWorld News reports that Hermes Agent has added a Kanban multi-agent collaboration system in v0.12.0.
The core idea of this system is to place tasks on a shared Kanban board, with each agent acting as an independent operating system process that claims and executes tasks in parallel, replacing the in-process sub-agent scheduling method.
The entire system operates around a local SQLite database, where each claim is an atomic transaction, and only one agent can acquire a task when multiple agents compete for the same task.
If an agent crashes or times out, the scheduler automatically recovers the task through process liveness detection, and a circuit breaker is triggered after three consecutive failures, locking the task and waiting for manual intervention to prevent the Kanban from idling.
The framework includes built-in orchestrator and worker skills, with the former responsible for breaking down goals and assigning them to expert roles, and the latter responsible for execution.
Tasks can establish parent-child dependencies, with summaries and metadata from upstream automatically passed to downstream agents upon completion.
The system supports multiple collaboration modes and provides real-time event updates via a web dashboard.