Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Fosowl/agenticSeek
/ info
Method
info
sources/logger.py:45–46 ·
view source on GitHub ↗
(self, message)
Source
from the content-addressed store, hash-verified
43
self.logger.log(level, message)
44
45
def
info(self, message):
46
self.log(message)
47
48
def
error(self, message):
49
self.log(message, level=logging.ERROR)
Callers
15
initialize_system
Function · 0.80
get_screenshot
Function · 0.80
health_check
Function · 0.80
is_active
Function · 0.80
stop
Function · 0.80
think_wrapper
Function · 0.80
process_query
Function · 0.80
respond
Method · 0.80
get_ideal_ctx
Method · 0.80
download_model
Method · 0.80
save_memory
Method · 0.80
find_last_session_path
Method · 0.80
Calls
1
log
Method · 0.95
Tested by
4
test_log_creates_file
Method · 0.64
test_log_writes_message
Method · 0.64
test_log_deduplication
Method · 0.64
test_log_different_messages
Method · 0.64