MCPcopy Create free account
hub / github.com/DVampire/FinAgent / get_module

Method get_module

finagent/asset/base.py:74–75  ·  view source on GitHub ↗
(self, name: str = None)

Source from the content-addressed store, hash-verified

72 return name in self.assets["modules"]
73
74 def get_module(self, name: str = None)-> BeautifulSoup:
75 return deepcopy(self.assets["modules"][name])
76
77ASSET = Asset()

Callers 1

generate_prompt_htmlFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected