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

Method record

agentops/legacy/__init__.py:55–57  ·  view source on GitHub ↗

Method for CrewAI >= 0.105.0 compatibility. Currently a no-op.

(self, event: Any = None)

Source from the content-addressed store, hash-verified

53 pass
54
55 def record(self, event: Any = None):
56 """Method for CrewAI >= 0.105.0 compatibility. Currently a no-op."""
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."""

Callers 14

wrapperFunction · 0.80
wrap_llm_call_implFunction · 0.80
wrap_tool_execution_implFunction · 0.80
record_token_usageMethod · 0.80
record_durationMethod · 0.80
record_errorMethod · 0.80
test_record_timestampMethod · 0.80

Calls

no outgoing calls