MCPcopy Create free account
hub / github.com/Virtual-Protocol/virtuals-python / __init__

Method __init__

src/virtuals_sdk/twitter_agent/sdk.py:8–9  ·  view source on GitHub ↗
(self, api_key: str)

Source from the content-addressed store, hash-verified

6 api_key: str
7
8 def __init__(self, api_key: str):
9 self.api_key = api_key
10
11 def functions(self):
12 """

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected