MCPcopy Create free account
hub / github.com/Ishabdullah/Codey-v2 / __init__

Method __init__

core/learning.py:48–51  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

46 """
47
48 def __init__(self):
49 self.preferences: PreferenceManager = get_preferences()
50 self.error_db: ErrorDatabase = get_error_database()
51 self.strategy_tracker: StrategyTracker = get_strategy_tracker()
52
53 def learn_from_file(self, path: str, content: str) -> Dict[str, str]:
54 """

Callers

nothing calls this directly

Calls 3

get_preferencesFunction · 0.90
get_error_databaseFunction · 0.90
get_strategy_trackerFunction · 0.90

Tested by

no test coverage detected