Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DVampire/FinAgent
/ init_provider
Method
init_provider
finagent/provider/provider.py:72–73 ·
view source on GitHub ↗
(self, provider_cfg )
Source
from the content-addressed store, hash-verified
70
71
72
def
init_provider(self, provider_cfg ) -> None:
73
self.provider_cfg = self._parse_config(provider_cfg)
74
75
def
_parse_config(self, provider_cfg) -> dict:
76
""
"Parse the config object"
""
Callers
1
__init__
Method · 0.95
Calls
1
_parse_config
Method · 0.95
Tested by
no test coverage detected