Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Fosowl/agenticSeek
/ error
Method
error
sources/logger.py:48–49 ·
view source on GitHub ↗
(self, message)
Source
from the content-addressed store, hash-verified
46
self.log(message)
47
48
def
error(self, message):
49
self.log(message, level=logging.ERROR)
50
51
def
warning(self, message):
52
self.log(message, level=logging.WARN)
Callers
15
get_screenshot
Function · 0.80
think_wrapper
Function · 0.80
process_query
Function · 0.80
App.js
File · 0.80
fetchScreenshot
Function · 0.80
handleStop
Function · 0.80
handleSubmit
Function · 0.80
is_ip_online
Method · 0.80
go_to
Method · 0.80
get_text
Method · 0.80
get_navigable
Method · 0.80
click_element
Method · 0.80
Calls
1
log
Method · 0.95
Tested by
1
test_error_level
Method · 0.64