MCPcopy Create free account
hub / github.com/InternScience/InternAgent / AgentExecutionError

Class AgentExecutionError

internagent/mas/agents/base_agent.py:27–35  ·  view source on GitHub ↗

Custom exception raised when an agent encounters an unrecoverable execution failure. This exception is raised after all retry attempts have been exhausted or when a critical error occurs that cannot be resolved through retries. It provides context about which agent failed and the n

Source from the content-addressed store, hash-verified

25
26
27class AgentExecutionError(Exception):
28 """
29 Custom exception raised when an agent encounters an unrecoverable execution failure.
30
31 This exception is raised after all retry attempts have been exhausted or when
32 a critical error occurs that cannot be resolved through retries. It provides
33 context about which agent failed and the nature of the failure.
34 """
35 pass
36
37
38class BaseAgent(abc.ABC):

Callers 13

executeMethod · 0.85
executeMethod · 0.85
web_search_queryMethod · 0.85
advanced_query_paperMethod · 0.85
executeMethod · 0.85
executeMethod · 0.85
executeMethod · 0.85
executeMethod · 0.85
_call_modelMethod · 0.85
executeMethod · 0.85
executeMethod · 0.85
executeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected