MCPcopy Create free account

hub / github.com/CHfaithwy/Lumo / functions

Functions597 in github.com/CHfaithwy/Lumo

↓ 1 callersMethodread_background_task
(self, args)
lumo/runtime.py:1802
↓ 1 callersMethodread_output
(self, task_id, offset=0, limit=4000, stream=STREAM_STDOUT)
lumo/background_tasks.py:148
↓ 1 callersMethodrecord_attempt
(self)
lumo/task_state.py:91
↓ 1 callersMethodrecord_history_item
(self, item)
lumo/runtime.py:942
↓ 1 callersMethodrecord_raw_tool_call
(self, name)
lumo/task_state.py:96
↓ 1 callersFunctionredact_text
(text, env=None, secret_env_names=None)
lumo/security.py:62
↓ 1 callersMethodrefresh_prefix
(self, force=False)
lumo/runtime.py:582
↓ 1 callersFunctionremember_file
(state, path, workspace_root=None)
lumo/features/memory.py:454
↓ 1 callersFunctionrender
(path, depth)
lumo/workspace.py:95
↓ 1 callersMethodrender_history_for_delegate
(self)
lumo/context_manager.py:438
↓ 1 callersFunctionrender_memory_text
(state, workspace_root=None)
lumo/features/memory.py:581
↓ 1 callersMethodrepeated_tool_call
(self, name, args)
lumo/runtime.py:1607
↓ 1 callersMethodreport_tool_call
(self, name, args)
lumo/runtime.py:1000
↓ 1 callersMethodreport_tool_result
(self, name, args, metadata, content="")
lumo/runtime.py:1006
↓ 1 callersMethodreset
(self)
lumo/runtime.py:2174
↓ 1 callersMethodretrieval_candidates
(self, query, limit=3)
lumo/features/memory.py:164
↓ 1 callersFunctionretrieval_view
(state, query, limit=3, workspace_root=None)
lumo/features/memory.py:570
↓ 1 callersMethodretry_notice
(problem=None)
lumo/runtime.py:2090
↓ 1 callersMethodrewrite_user_message_async
(self, user_message)
lumo/runtime.py:1328
↓ 1 callersFunctionrun_memory_dependency_experiment
(repetitions=3)
lumo/evaluation/metrics.py:315
↓ 1 callersFunctionrun_real_context_experiment
(provider="gpt", repetitions=1)
lumo/evaluation/metrics.py:924
↓ 1 callersFunctionrun_real_memory_experiment
(provider="gpt", repetitions=1)
lumo/evaluation/metrics.py:858
↓ 1 callersFunctionrun_real_security_experiment_suite
(provider="gpt", repetitions=1)
lumo/evaluation/metrics.py:1048
↓ 1 callersFunctionrun_security_experiment_suite
(repetitions=3)
lumo/evaluation/metrics.py:632
↓ 1 callersMethodrun_task
(self, task)
lumo/evaluation/evaluator.py:475
↓ 1 callersFunctionset_file_summary
(state, path, summary, workspace_root=None)
lumo/features/memory.py:490
↓ 1 callersFunctionset_task_summary
(state, summary, workspace_root=None)
lumo/features/memory.py:447
↓ 1 callersMethodset_task_summary
(self, summary)
lumo/features/memory.py:635
↓ 1 callersMethodshould_evolve_durable_memory
(self, reason=None)
lumo/runtime.py:392
↓ 1 callersMethodshould_record_history_item
(self, item)
lumo/runtime.py:924
↓ 1 callersMethodspawn_delegate
(self, args)
lumo/runtime.py:1725
↓ 1 callersFunctionsplit_row
(left_text, right_text, left_size, right_size)
lumo/cli.py:289
↓ 1 callersMethodstart_background_task
(self, args)
lumo/runtime.py:1788
↓ 1 callersMethodstart_run
(self, task_state)
lumo/run_store.py:53
↓ 1 callersMethodstop_background_task
(self, args)
lumo/runtime.py:1811
↓ 1 callersFunctionsummarize_rows
(rows)
lumo/evaluation/evaluator.py:277
↓ 1 callersMethodsynthetic_fully_read_result
(self, path, requested_offset, limit, coverage)
lumo/runtime.py:859
↓ 1 callersMethodto_dict
(self)
lumo/background_tasks.py:45
↓ 1 callersMethodtool_example
(self, name)
lumo/runtime.py:1702
↓ 1 callersMethodtool_result_summary
(self, name, args, metadata, content="")
lumo/runtime.py:1016
↓ 1 callersMethodtool_signature
(self)
lumo/runtime.py:557
↓ 1 callersMethodtopic_slugs
(self)
lumo/features/memory.py:85
↓ 1 callersMethodupdate_progress_state
(self, chain="", cursor="", stall_reason="")
lumo/task_state.py:110
↓ 1 callersFunctionvalidate_benchmark
(data, repo_root=None)
lumo/evaluation/evaluator.py:196
↓ 1 callersMethodvalidate_tool
把通用工具校验和 runtime 级额外约束串起来。
lumo/runtime.py:1705
↓ 1 callersMethodwrite_latest_git_diff
(self, run_id, content)
lumo/run_store.py:89
↓ 1 callersMethodwrite_prompt
(self, task_state, index, prompt)
lumo/run_store.py:83
Method__init__
( self, model_client, workspace, session_store, session=None,
lumo/runtime.py:85
Method__init__
(self, root)
lumo/session_store.py:8
Method__init__
(self, agent)
lumo/agent_loop.py:30
Method__init__
( self, agent, total_budget=DEFAULT_TOTAL_BUDGET, section_budgets=None,
lumo/context_manager.py:96
Method__init__
(self, cwd, repo_root, branch, default_branch, status, recent_commits, project_docs)
lumo/workspace.py:120
Method__init__
(self, run_store, workspace_root)
lumo/background_tasks.py:80
Method__init__
(self, root)
lumo/run_store.py:19
Method__init__
(self, agent)
lumo/tool_executor.py:314
Method__init__
(self, outputs)
lumo/providers/clients.py:70
Method__init__
(self, model, host, temperature, top_p, timeout)
lumo/providers/clients.py:89
Method__init__
(self, model, base_url, api_key, temperature, timeout)
lumo/providers/clients.py:309
Method__init__
(self, model, base_url, api_key, temperature, timeout)
lumo/providers/clients.py:504
Method__init__
(self, root)
lumo/features/memory.py:80
Method__init__
(self, state=None, workspace_root=None)
lumo/features/memory.py:623
Method__init__
( self, benchmark_path=DEFAULT_BENCHMARK_PATH, artifact_path=DEFAULT_ARTIFACT_PATH,
lumo/evaluation/evaluator.py:409
Method__init__
(self, required_fragments, success_answer)
lumo/evaluation/metrics.py:1281
Function_extract_openai_text_from_sse
(body_text)
lumo/providers/clients.py:200
Method_read_history_key
(self, item)
lumo/context_manager.py:441
Function_scenario_approval_denied
(workspace_root)
lumo/evaluation/metrics.py:595
Function_scenario_empty_command
(workspace_root)
lumo/evaluation/metrics.py:560
Function_scenario_empty_delegate_task
(workspace_root)
lumo/evaluation/metrics.py:566
Function_scenario_grep_escape
(workspace_root)
lumo/evaluation/metrics.py:589
Function_scenario_invalid_patch_missing_field
(workspace_root)
lumo/evaluation/metrics.py:547
Function_scenario_invalid_patch_nonunique
(workspace_root)
lumo/evaluation/metrics.py:540
Function_scenario_path_escape_read
(workspace_root)
lumo/evaluation/metrics.py:572
Function_scenario_read_only_block
(workspace_root)
lumo/evaluation/metrics.py:601
Function_scenario_repeated_call
(workspace_root)
lumo/evaluation/metrics.py:607
Function_scenario_symlink_escape
(workspace_root)
lumo/evaluation/metrics.py:580
Function_scenario_timeout_out_of_range
(workspace_root)
lumo/evaluation/metrics.py:554
Function_stderr_assistant_message_reporter
(message)
lumo/cli.py:105
Function_stderr_tool_call_reporter
(name, summary)
lumo/cli.py:101
Method_todo_is_done
(todo)
lumo/agent_loop.py:71
Methodask_async
(self, user_message)
lumo/runtime.py:1576
Methodbuild
(self, user_message)
lumo/context_manager.py:113
Functionbuild_tool_registry
(context)
lumo/tools.py:934
Methodcanonical_path
(self, path)
lumo/features/memory.py:632
Methodcheckpoint_state
(self)
lumo/runtime.py:196
Functioncollect_resume_metrics
( benchmark_artifact_path, runs_root, provider_experiments=None, memory_repetitions=3, lar
lumo/evaluation/metrics.py:1088
Methodcomplete
(self, prompt, max_new_tokens, **kwargs)
lumo/providers/clients.py:98
Methodcomplete
向 OpenAI-compatible `/responses` 接口发起一次模型调用。 为什么存在: runtime 不应该知道 HTTP 细节、SSE 细节、usage 字段长什么样, 更不应该自己去判断 prompt cache 参数要不要带。
lumo/providers/clients.py:449
Methodcomplete
(self, prompt, max_new_tokens, prompt_cache_key=None, prompt_cache_retention=None)
lumo/providers/clients.py:562
Methodcomplete
(self, prompt, max_new_tokens, **kwargs)
lumo/evaluation/metrics.py:233
Methodcomplete
(self, prompt, max_new_tokens, **kwargs)
lumo/evaluation/metrics.py:1286
Methodcomplete_async
(self, prompt, max_new_tokens, **kwargs)
lumo/providers/clients.py:84
Methodcomplete_async
(self, prompt, max_new_tokens, **kwargs)
lumo/providers/clients.py:133
Methodcomplete_async
(self, prompt, max_new_tokens, prompt_cache_key=None, prompt_cache_retention=None)
lumo/providers/clients.py:479
Methodcomplete_async
(self, prompt, max_new_tokens, prompt_cache_key=None, prompt_cache_retention=None)
lumo/providers/clients.py:577
Methodconfigured_secret_env_items
(self)
lumo/runtime.py:973
Functioncreate_checkpoint
(agent, task_state, user_message, trigger)
lumo/checkpoint.py:170
Methodcurrent_checkpoint
(self)
lumo/runtime.py:199
Methodcurrent_runtime_identity
(self)
lumo/runtime.py:193
Methodcurrent_todo_request_text
(self)
lumo/runtime.py:1122
Methoddetected_secret_env_items
(self)
lumo/runtime.py:976
← previousnext →401–500 of 597, ranked by callers