MCPcopy Create free account
hub / github.com/AgentOps-AI/agentops / setUp

Method setUp

app/e2e/sdk-api/src/test_multi_agent.py:36–39  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

34
35 @classmethod
36 def setUp(cls):
37 agentops.start_session()
38 cls.qa = QaAgent()
39 cls.engineer = EngineerAgent()
40
41 @classmethod
42 async def asyncTearDown(cls):

Callers

nothing calls this directly

Calls 3

QaAgentClass · 0.90
EngineerAgentClass · 0.90
start_sessionMethod · 0.45

Tested by

no test coverage detected