TL;DR:
- Hedera launched Agent Lab, an integrated development environment accessible from its portal to create AI agents in minutes.
- The tool offers three modes: no-code, low-code and advanced, with support for LangChain, Vercel AI SDK and Google ADK coming soon.
- The system includes a Human-in-the-Loop mode that requires the user’s signature before executing any transaction on the network.
HederaĀ introduced Agent Lab, a fully integrated development environment accessible from the Hedera DeveloperĀ Portal. TheĀ toolĀ is built on the open-sourceĀ Agent KitĀ and aims to reduce the complexity that developers have historically faced when attempting toĀ connect artificial intelligence agents with a blockchain network.
Until now, that process involved environment configuration, framework decisions, boilerplate code and a testing infrastructure that demanded significant time before producing any functional result.Ā Agent Lab condenses those steps into a flow that, according to the Hedera team, allows going from zero to an operational agent in a matter of minutes.
Hedera Agent Lab: Three Levels of Intervention
The platform offers three working modes. The first is a no-codeĀ Agent BuilderĀ that guides the user through preconfigured templates for use cases within the Hedera ecosystem, ranging from basic transactions to anĀ agentĀ withĀ full access to all available tools. The second is aĀ low-code modeĀ where the developer selects a framework and plugins while watching the source code being built in real time. The third is anĀ advanced mode with direct code editing and assistance from an AI-powered integrated editor.
Regarding the framework, users can choose betweenĀ LangChainĀ or the Vercel AI SDK, while support for Google ADK is planned for upcoming versions.Ā Each selection immediately impacts the generated code, making it easy to compare approaches or stay within one already familiar.
Security for Automated Transactions
The execution mode is especially relevant for those operating with real assets. TheĀ Human-in-the-Loop option forces the agent to present the unsigned transaction bytes before any operation reaches theĀ network,Ā requiring explicit approval from the user. The autonomous mode, on the other hand, executes transactions without intervention and is primarily intended for testing environments on the Hedera Testnet.
The team also announced the upcoming addition ofĀ Policies and Hooks, a system of deterministic code-level controls that will operate independently from the AI model.Ā Configurable restrictions include maximum HBAR limits per transaction, lists of permitted tokens and constraints on the creation of tokens with unlimited supply.






