Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions python/src/uagents/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,13 +145,8 @@ class AgentRepresentation:
Represents an agent in the context of a message.

Attributes:
_address (str): The address of the agent.
_name (str | None): The name of the agent.
_identity (Identity): The identity of the agent.

Properties:
name (str): The name of the agent.
address (str): The address of the agent.
name (str): The name of the agent.
identifier (str): The agent's address and network prefix.
identity (Identity): The identity of the agent.
"""
Expand Down
Loading