Skip to main content

agent_id

Method
This is a method of the Agent class in the agent module.
Lazily generate agent ID when first accessed.

Signature

def agent_id() -> Any

Returns

Returns
Any
The result of the operation.

Uses

  • uuid.uuid4

Source

View on GitHub

praisonaiagents/agent/agent.py at line 1779