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

Class InstrumentorConfig

agentops/instrumentation/__init__.py:40–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38
39# Define the structure for instrumentor configurations
40class InstrumentorConfig(TypedDict):
41 module_name: str
42 class_name: str
43 min_version: str
44 package_name: NotRequired[str] # Optional: actual pip package name if different from module
45
46
47# Configuration for supported LLM providers

Callers 1

_perform_instrumentationFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…