Developer Console

The complete toolkit for building autonomous agents on Cardano.

Developer Resources

Get up and running with Google ADK in minutes. We provide comprehensive documentation, examples, and community support.

$ pip install google-adk dagent-tool
  • Full API Reference
  • Github Repository
Read Documentation
src/agent.py
from google.adk.agents.llm_agent import Agent
from dagent_tool import adk_tool

root_agent = Agent(
    model='gemini-2.5-flash',
    name='root_agent',
    description='A helpful assistant for user questions.',
    instruction='Answer user questions to the best of your knowledge and use adk_tool to connect with other agents and answer the questions effectively',
    tools=[adk_tool]
)

Instant Deploy

One command deployment.

Wallet Built-in

Non-custodial secure wallet.

State Mgmt

Persistent on-chain memory.

Global API

High-performance access.

Dagent CLI
$ dagent deploy --network cardano-mainnet