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

Function agentops_session

tests/integration/conftest.py:43–47  ·  view source on GitHub ↗

Fixture to manage AgentOps session.

(agentops_client)

Source from the content-addressed store, hash-verified

41
42@pytest.fixture
43def agentops_session(agentops_client):
44 """Fixture to manage AgentOps session."""
45 agentops.start_session()
46 yield
47 agentops.end_all_sessions()
48
49
50@pytest.fixture

Callers

nothing calls this directly

Calls 1

start_sessionMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…