Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Agenta-AI/agenta
/ error
Method
error
api/oss/src/utils/logging.py:249–250 ·
view source on GitHub ↗
(self, *a, **k)
Source
from the content-addressed store, hash-verified
247
self._log(
"warn"
, *a, **k)
248
249
def
error(self, *a, **k):
250
self._log(
"error"
, *a, **k)
251
252
def
critical(self, *a, **k):
253
self._log(
"critical"
, *a, **k)
Callers
15
wrapper
Function · 0.45
push
Function · 0.45
_make_spans_tree
Function · 0.45
get_field_value_from_trace_tree_v2
Function · 0.45
get_field_value_from_trace_tree_v3
Function · 0.45
parse_ref_id_to_uuid
Function · 0.45
parse_ref_slug_to_str
Function · 0.45
parse_trace_id_to_uuid
Function · 0.45
parse_span_id_to_uuid
Function · 0.45
parse_span_kind_to_enum
Function · 0.45
parse_status_code_to_enum
Function · 0.45
_parse_references_condition
Function · 0.45
Calls
1
_log
Method · 0.95
Tested by
8
_validate_testset_limits
Function · 0.36
upload_file
Function · 0.36
import_testset
Function · 0.36
create_testset
Function · 0.36
update_testset
Function · 0.36
get_testsets
Function · 0.36
get_single_testset
Function · 0.36
delete_testsets
Function · 0.36