MCPcopy Create free account

hub / github.com/avbiswas/fast-rlm / functions

Functions227 in github.com/avbiswas/fast-rlm

Functionrun
(query: str, prefix: str = None, verbose: bool = True)
fast_rlm.py:7
FunctionshowLlmQueryCall
(depth: number)
src/ui.ts:185
FunctionshowPythonReady
(depth: number)
src/ui.ts:180
Functionsma
Simple moving average over the trailing n values. Returns 0.0 if empty.
examples/tools_market_scanner.py:45
Methodtest_backcompat_verbose_bool
(self)
tests/test_verbosity.py:11
Methodtest_blank_and_malformed_lines_skipped
(self, tmp_path)
tests/test_on_step.py:89
Methodtest_bool_is_treated_as_bool_not_int
(self)
tests/test_verbosity.py:37
Methodtest_callback_exception_does_not_propagate
(self, tmp_path)
tests/test_on_step.py:98
Methodtest_dispatches_all_prewritten_in_order
(self, tmp_path)
tests/test_on_step.py:45
Methodtest_explicit_int_levels
(self)
tests/test_verbosity.py:16
Methodtest_file_never_created_returns_on_stop
(self, tmp_path)
tests/test_on_step.py:116
Methodtest_int_out_of_range_raises
(self, bad)
tests/test_verbosity.py:43
Methodtest_live_incremental_dispatch
(self, tmp_path)
tests/test_on_step.py:56
Functiontest_log_dir_defaults_to_cwd_logs
(monkeypatch)
tests/test_log_dir.py:41
Functiontest_log_dir_passed_through
(monkeypatch, tmp_path)
tests/test_log_dir.py:33
Methodtest_no_events_file_without_on_step
(self, monkeypatch)
tests/test_on_step.py:168
Methodtest_on_step_receives_engine_events
(self, monkeypatch)
tests/test_on_step.py:174
Methodtest_partial_trailing_line_is_held
(self, tmp_path)
tests/test_on_step.py:71
Methodtest_stdout_captured_only_when_silent
(self, monkeypatch, verbosity, should_capture)
tests/test_on_step.py:203
Methodtest_string_aliases
(self)
tests/test_verbosity.py:21
Methodtest_string_is_case_and_space_insensitive
(self)
tests/test_verbosity.py:28
Methodtest_unknown_string_raises
(self)
tests/test_verbosity.py:47
Methodtest_verbosity_flag_wired
(self, monkeypatch, kwargs, expected)
tests/test_on_step.py:160
Methodtest_verbosity_overrides_verbose
(self)
tests/test_verbosity.py:32
Methodtest_wrong_type_raises
(self, bad)
tests/test_verbosity.py:52
Functionvault_decrypt
Decrypt a hex-encoded ciphertext from the intel vault. The vault's credentials are loaded from os.environ at call time: - VAULT_KEY (str
examples/env_secret_vault.py:33
Functionview_log
()
fast_rlm/_cli.py:145
← previous201–227 of 227, ranked by callers