agentconnect.core.exceptions module

Core exceptions for the AgentConnect framework.

This module defines all core exceptions that can be raised by the framework. Centralizing exceptions here helps avoid circular imports and makes the error hierarchy clearer.

exception SecurityError

Bases: Exception

Exception raised when message verification fails.

This exception is raised when a message signature cannot be verified, indicating a potential security issue.

exception AgentError

Bases: Exception

Base exception for agent-related errors.

exception RegistrationError

Bases: AgentError

Exception raised when agent registration fails.

exception CommunicationError

Bases: AgentError

Exception raised when agent communication fails.

exception CapabilityError

Bases: AgentError

Exception raised when there’s an issue with agent capabilities.

exception ConfigurationError

Bases: Exception

Exception raised when there’s an issue with configuration.