agentconnect.agents.human_agent module¶
Human agent implementation for the AgentConnect framework.
This module provides a human agent that can interact with AI agents through a command-line interface.
- class HumanAgent(agent_id, name, identity, organization_id=None)¶
Bases:
BaseAgent
Human agent implementation for interactive communication with AI agents.
This agent handles:
Real-time text input/output
Message verification and security
Graceful conversation management
Error handling and recovery
- Parameters:
agent_id (str)
name (str)
identity (AgentIdentity)
organization_id (str | None)
- async start_interaction(target_agent)¶
Start an interactive session with an AI agent