from walta import WaltaDID
# Create a new DID for your agent
agent_did = WaltaDID.create(
owner_did="did:example:1234abcd", # Link to the human owner's DID
agent_name="BookingAssistant",
agent_description="Books travel accommodations"
)
from walta import WaltaDID
# Create a new DID for your agent
agent_did = WaltaDID.create(
owner_did="did:example:1234abcd", # Link to the human owner's DID
agent_name="BookingAssistant",
agent_description="Books travel accommodations"
)