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

Class MockTool

tests/unit/test_session.py:521–524  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

519 try:
520 # Mock a tool object similar to what CrewAI would provide
521 class MockTool:
522 def __init__(self):
523 self.name = "Test Tool"
524 self.description = "A test tool"
525
526 tool = MockTool()
527 agentops.track_tool(tool, "Test Agent")

Callers 1

Calls

no outgoing calls

Tested by 1

Used in the wild real call sites across dependent graphs

searching dependent graphs…