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

Method configure

agentops/client/client.py:254–256  ·  view source on GitHub ↗

Update client configuration

(self, **kwargs: Any)

Source from the content-addressed store, hash-verified

252 return None # No auto-session, so return None
253
254 def configure(self, **kwargs: Any) -> None:
255 """Update client configuration"""
256 self.config.configure(**kwargs)
257
258 @property
259 def initialized(self) -> bool:

Callers 1

initMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected