fetchai / uAgents

A fast and lightweight framework for creating decentralized agents with ease.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add function to unregister domain name

jrriehl opened this issue · comments

msg = {
    "remove_domain": {
        "domain": domain_name,
    }
}

Is anyone working on this?