MCPcopy Create free account
hub / github.com/Mnexa-AI/e2a / get

Method get

sdks/python/src/e2a/v1/client.py:224–225  ·  view source on GitHub ↗
(self, email: str)

Source from the content-addressed store, hash-verified

222 return AutoPager(fetch)
223
224 async def get(self, email: str) -> AgentView:
225 return await self._c._read(lambda h: self._api.get_agent(email, _headers=h))
226
227 async def create(self, body: Body) -> AgentView:
228 req = _coerce(CreateAgentRequest, body)

Callers 15

_envFunction · 0.45
fetch_messageMethod · 0.45
to_e2a_errorFunction · 0.45
from_api_exceptionFunction · 0.45
from_payloadMethod · 0.45
_connect_and_streamFunction · 0.45
construct_eventFunction · 0.45
get_basic_auth_tokenMethod · 0.45
getheaderMethod · 0.45

Calls 2

_readMethod · 0.80
get_agentMethod · 0.80

Tested by 15

from_dictMethod · 0.36
from_dictMethod · 0.36
json_path_getFunction · 0.36
scenario_needs_storeFunction · 0.36
auth_overrideMethod · 0.36
execute_setupMethod · 0.36
execute_stepsMethod · 0.36
_exec_requestMethod · 0.36
_validFunction · 0.36