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

Method end_session

agentops/legacy/__init__.py:59–61  ·  view source on GitHub ↗

Ends the session for CrewAI >= 0.105.0 compatibility. Calls the global legacy end_session.

(self, **kwargs: Any)

Source from the content-addressed store, hash-verified

57 pass
58
59 def end_session(self, **kwargs: Any):
60 """Ends the session for CrewAI >= 0.105.0 compatibility. Calls the global legacy end_session."""
61 end_session(session_or_status=self, **kwargs)
62
63
64@deprecated("Use agentops.start_trace() instead.")

Calls 1

end_sessionFunction · 0.85