MCPcopy Create free account

hub / github.com/BUPT-GAMMA/MASFactory / functions

Functions3,241 in github.com/BUPT-GAMMA/MASFactory

↓ 2 callersFunction_get_status_code
(exc: Exception)
applications/ddo/ddo/runtime/openai_retry.py:103
↓ 2 callersFunction_graph_containers
(graph_el: ET.Element)
masfactory/aml/v0_2/document.py:222
↓ 2 callersFunction_graph_containers
(graph_el: ET.Element)
masfactory/aml/v0_2/graph_design.py:201
↓ 2 callersFunction_infer_aml_kind
(ext: ExternalNode)
masfactory/compatibility/common/aml_export.py:52
↓ 2 callersFunction_infer_v4_type
(ext: ExternalNode)
masfactory/compatibility/common/graph_design_export.py:52
↓ 2 callersFunction_infer_value_modality
(value: object)
masfactory/core/multimodal.py:446
↓ 2 callersFunction_instance
(token: str)
masfactory/compatibility/chatdev/materialize.py:407
↓ 2 callersMethod_is_accepted
( self, message: dict[str, object], attributes: dict[str, object], )
masfactory/components/composed_graph/generator_verifier_graph.py:123
↓ 2 callersFunction_is_builtin_id_exact
(node_id: str)
masfactory/components/vibe/vibe_workflow/planner/diagnose_node.py:32
↓ 2 callersFunction_is_internal_control_node
(node: object)
masfactory/visualizer/runtime_hooks.py:52
↓ 2 callersMethod_is_loop_controller
(self, node: Node)
masfactory/components/graphs/base_graph.py:238
↓ 2 callersFunction_is_path_safe
Best-effort guardrails for tool-driven file reads.
applications/agentverse/tasksolving/gaia_solve/tools.py:35
↓ 2 callersFunction_is_skipped_langflow_node
(raw: dict[str, Any])
masfactory/compatibility/langflow/parse.py:33
↓ 2 callersFunction_is_unset_placeholder
(text: str)
applications/ohnoppt/workflows/pptx_stage/tools.py:56
↓ 2 callersFunction_is_wrapper_line
(line: str)
applications/chatdev_lite_vibegraph/tools.py:305
↓ 2 callersFunction_issue_to_advice
(code: str, detail: str)
masfactory/components/vibe/vibe_workflow/planner/diagnose_node.py:476
↓ 2 callersFunction_iter_child_nodes
Return child node instances for a graph-like object. In MASFactory, graphs store children in `BaseGraph._nodes` as a dict[name -> No
masfactory/visualizer/serialize.py:239
↓ 2 callersFunction_keys_semantics
(value: object)
masfactory/visualizer/serialize.py:9
↓ 2 callersFunction_langflow_kind
(raw: dict[str, Any])
masfactory/compatibility/langflow/parse.py:48
↓ 2 callersFunction_load_graph_from_dify
( doc: dict, *, input_path: Path | None, graph_name: str | None, options: DifyCompileOptio
masfactory/compatibility/dify/api.py:54
↓ 2 callersFunction_loop_max_iterations
(plan: LoopPlan, nodes_by_id: dict[str, Any])
masfactory/compatibility/langflow/materialize.py:46
↓ 2 callersFunction_make_aggregator_forward
(node_id: str, data: dict[str, Any], store: dict[str, Any])
masfactory/compatibility/dify/materialize.py:145
↓ 2 callersFunction_make_codes_check_and_processing_forward
( *, phase_info: str = "codes_check_and_processing", save_codes_alias: bool = False, update_ex
applications/chatdev_lite_vibegraph/tools.py:479
↓ 2 callersFunction_make_debate_forward
(agent_name: str)
applications/sparse_mad_reproduction/sparse_mad/agent_topology_visual.py:120
↓ 2 callersFunction_make_initial_forward
(agent_name: str)
applications/sparse_mad_reproduction/sparse_mad/agent_topology_visual.py:113
↓ 2 callersFunction_make_llm_forward
(node_id: str, data: dict[str, Any], store: dict[str, Any], options: DifyCompileOptions)
masfactory/compatibility/dify/materialize.py:184
↓ 2 callersFunction_make_route_predicates
( edges: list[ExternalEdge], id_to_graph_name: dict[str, str], )
masfactory/compatibility/chatdev/materialize.py:213
↓ 2 callersFunction_make_start_forward
(node_id: str, data: dict[str, Any], store: dict[str, Any])
masfactory/compatibility/dify/materialize.py:51
↓ 2 callersMethod_match_target
(self, target: SelectionTarget)
masfactory/utils/selector.py:74
↓ 2 callersFunction_materialize_node
( owner: OwnerGraph, ext, options: LangflowCompileOptions, *, graph_name: str, )
masfactory/compatibility/langflow/materialize.py:159
↓ 2 callersFunction_materialize_node
( owner: OwnerGraph, ext, options: ChatDevCompileOptions, id_to_graph_name: dict[str, str], )
masfactory/compatibility/chatdev/materialize.py:177
↓ 2 callersFunction_merge_edge_keys
(items: list[dict[str, Any]], *, target_key: str = "mapping")
applications/clawcanvas/backend/clawcanvas_backend/compiler.py:566
↓ 2 callersFunction_node_or_inner_has_type
(node: dict[str, Any], node_type: str)
applications/clawcanvas/backend/clawcanvas_backend/skill_packager.py:579
↓ 2 callersFunction_normal_agent_retry_settings
(kwargs: dict)
applications/ddo/ddo/runtime/openai_model_compat.py:196
↓ 2 callersFunction_normalize_builtin
(value: str, *, in_loop_subgraph: bool, is_source: bool)
masfactory/components/vibe/compiler.py:248
↓ 2 callersFunction_normalize_keys_dict
(value: Any, *, path: str)
masfactory/components/vibe/compiler.py:85
↓ 2 callersFunction_normalize_loop_config_dict
(config: dict[str, Any])
applications/clawcanvas/backend/clawcanvas_backend/schema.py:112
↓ 2 callersFunction_parse_codes_from_text
(raw: str)
applications/chatdev_lite_vibegraph/tools.py:154
↓ 2 callersFunction_parse_edge_item
(raw: Any, *, prefix: str, errors: list[str])
applications/clawcanvas/backend/clawcanvas_backend/schema.py:283
↓ 2 callersFunction_parse_json_mapping_value
(raw: Any, *, owner: str, label: str, warnings: RuntimeWarnings)
applications/clawcanvas/backend/clawcanvas_backend/runtime_bindings.py:232
↓ 2 callersFunction_parse_json_value_any
(raw: Any, *, owner: str, label: str, warnings: RuntimeWarnings)
applications/clawcanvas/backend/clawcanvas_backend/runtime_bindings.py:244
↓ 2 callersFunction_parse_node_item
(raw: Any, *, prefix: str, errors: list[str])
applications/clawcanvas/backend/clawcanvas_backend/schema.py:272
↓ 2 callersFunction_print_topology_result
(title: str, result: dict)
applications/sparse_mad_reproduction/examples/compare_topologies.py:82
↓ 2 callersMethod_pull_attributes
Pull local attributes from `outer_env` according to `pull_keys`.
masfactory/core/node.py:87
↓ 2 callersMethod_read_raw_file
(self, file_path: str)
masfactory/components/human/human_file_edit.py:177
↓ 2 callersFunction_ref_id
(value: str | None)
masfactory/aml/v0_2/document.py:141
↓ 2 callersFunction_ref_id
(value: str | None)
masfactory/aml/v0_2/graph_design.py:93
↓ 2 callersFunction_ref_id
(value: object)
masfactory/components/vibe/vibe_workflow/planner/diagnose_node.py:104
↓ 2 callersMethod_require_field_keys_set
(self)
masfactory/core/message/base.py:158
↓ 2 callersMethod_reset_gate_state
Reset node gate and all incoming edge gates to open.
masfactory/core/node.py:261
↓ 2 callersFunction_resolve_payload
(value: Any, context: dict[str, object])
applications/clawcanvas/backend/clawcanvas_backend/compiler.py:614
↓ 2 callersFunction_resolve_python_binding
(binding: Any)
masfactory/components/vibe/compiler.py:120
↓ 2 callersFunction_resolve_tool_declaration
( declaration: dict[str, Any], *, owner: str, warnings: RuntimeWarnings, )
applications/clawcanvas/backend/clawcanvas_backend/runtime_bindings.py:78
↓ 2 callersMethod_rewrite_docs
Writes document content to disk.
applications/chatdev/chatdev/documents.py:54
↓ 2 callersFunction_run_entry_once
(*, directory: Path, entry: str, timeout_s: float = 3.0)
applications/chatdev_lite_vibegraph/tools.py:527
↓ 2 callersFunction_run_inner_subgraph
( state: DifyRuntimeState, *, inner: dict[str, Any], options: DifyCompileOptions, item: An
masfactory/compatibility/dify/extra_nodes.py:402
↓ 2 callersFunction_runtime_attributes
()
applications/vibegraph_demo/main.py:86
↓ 2 callersFunction_sanitize_segment
(raw: object, fallback: str)
applications/vibegraph_demo/main.py:45
↓ 2 callersFunction_save_results
(results: dict[str, Any], results_path: str)
applications/ddo/ddo/main.py:110
↓ 2 callersFunction_script_tool_name
(node: dict[str, Any])
applications/clawcanvas/backend/clawcanvas_backend/skill_packager.py:626
↓ 2 callersFunction_script_tool_path
(node: dict[str, Any])
applications/clawcanvas/backend/clawcanvas_backend/skill_packager.py:630
↓ 2 callersMethod_serialize_field_value
(self, content: object)
masfactory/components/human/human_file_edit.py:123
↓ 2 callersFunction_serve_frontend_file
(path: str = "index.html")
applications/clawcanvas/backend/clawcanvas_backend/app.py:112
↓ 2 callersFunction_stringify_sample_io
Render the structured sample I/O list as a human-readable string for prompts. Tester (the CustomNode that actually runs them) consumes the list d
applications/mapcoder/components/planning.py:208
↓ 2 callersFunction_strip_leading_codes_field_marker
(text: str)
applications/chatdev_lite_vibegraph/tools.py:113
↓ 2 callersFunction_system_prompt
()
applications/sparse_mad_reproduction/sparse_mad/llm_runner.py:164
↓ 2 callersMethod_to_jsonable
(self, value: object)
masfactory/components/human/human_file_edit.py:79
↓ 2 callersMethod_truncate
(self, text: str, max_chars: int = 4500)
masfactory/components/human/human_file_edit_visual.py:55
↓ 2 callersFunction_unwrap_callable
(value: object)
masfactory/visualizer/serialize.py:106
↓ 2 callersMethod_update_docs
Updates document content, compares old and new content, and prints update information. Args: generated_content: New gener
applications/chatdev/chatdev/documents.py:38
↓ 2 callersMethod_update_gate_state
Update node gate from incoming edge gates.
masfactory/core/node.py:232
↓ 2 callersFunction_update_token_usage
(results: dict[str, Any])
applications/ddo/ddo/main.py:117
↓ 2 callersFunction_validate_graph
( nodes: list[CanvasNode], edges: list[CanvasEdge], *, require_start_end: bool, loop_owner
applications/clawcanvas/backend/clawcanvas_backend/schema.py:360
↓ 2 callersMethod_wait_for_file_edit_confirmation
Block until user confirms file edits are done.
masfactory/components/human/human_file_edit.py:201
↓ 2 callersFunction_write_codebase_to_disk
Helper to persist the current codebase to disk. Returns the list of files that were successfully written.
applications/metagpt/software_company/components.py:1552
↓ 2 callersFunction_write_derived_script_tools
(skill_dir: Path, workflow: dict[str, Any])
applications/clawcanvas/backend/clawcanvas_backend/skill_packager.py:708
↓ 2 callersMethod_write_raw_file
(self, file_path: str, text: str)
masfactory/components/human/human_file_edit.py:170
↓ 2 callersFunction_write_text_with_retry
(path: Path, text: str, *, attempts: int = 6, base_delay_s: float = 0.02)
applications/agentverse/components/tasksolving/tasksolving_pipeline_graph.py:30
↓ 2 callersFunctionadd_tool
(raw_tool: dict[str, Any], *, source: str)
applications/clawcanvas/backend/clawcanvas_backend/skill_packager.py:638
↓ 2 callersFunctionallowedKeysForType
(type: VibeNodeType)
masfactory-visualizer/webview-ui/src/stores/vibeModel.ts:179
↓ 2 callersFunctionaml_to_graph_design
Convert AML into the legacy graph_design shape used by existing adapters.
masfactory/aml/versions.py:45
↓ 2 callersFunctionapply_wire_pairs
( graph, wire_pairs: list[tuple[str, str]], resolve_instance: Callable[[str], object], *,
masfactory/compatibility/common/wire_loops.py:103
↓ 2 callersFunctionasMode
(value: unknown)
masfactory-visualizer/src/runtime/runtimeHub.ts:37
↓ 2 callersMethodas_dict
(self)
applications/sparse_mad_reproduction/sparse_mad/topology.py:13
↓ 2 callersFunctionassertFileExists
(filePath: string, label: string)
masfactory-visualizer/src/parser/treeSitter.ts:12
↓ 2 callersFunctionasset_to_data_url
(asset: MediaAsset)
masfactory/adapters/model/common.py:78
↓ 2 callersMethodattach
(self, store: dict[str, Any])
masfactory/compatibility/dify/runtime.py:47
↓ 2 callersMethodattach_graph
Attach Visualizer runtime hooks to a built RootGraph. This should be called once after the graph is fully built (nodes/edges exist),
masfactory/visualizer/client.py:71
↓ 2 callersMethodbest_child_value
(self)
applications/lats/components/tree.py:40
↓ 2 callersFunctionbfs
(start: str)
masfactory/components/vibe/compiler.py:461
↓ 2 callersFunctionbrightnessOf
(r: number, g: number, b: number)
masfactory-visualizer/webview-ui/src/utils/previewStyles.ts:23
↓ 2 callersMethodbuild
(self)
applications/chatdev_lite/components/lite_phase.py:52
↓ 2 callersFunctionbuildAmlDocumentContext
( root: Element, source: string, importedDocs: Map<string, AmlDocumentContext>, filePath?: string, a
masfactory-visualizer/webview-ui/src/utils/amlGraphDesign.ts:260
↓ 2 callersFunctionbuildNodeLabel
* @param {string} nodeType * @param {string} nodeId * @returns {string}
masfactory-visualizer/webview-ui/src/utils/graphElements.js:60
↓ 2 callersFunctionbuildSerializableGraph
(graph: VibeGraphDesign)
masfactory-visualizer/webview-ui/src/utils/amlGraphDesign.ts:1098
↓ 2 callersFunctionbuild_humaneval_graph
Build the HumanEval workflow graph from a config dict.
applications/agentverse/tasksolving/humaneval/workflow.py:45
↓ 2 callersFunctionbuild_model
(*, api_key: str, model_name: str, base_url: str | None = None)
applications/clawcanvas/backend/clawcanvas_backend/compiler.py:28
↓ 2 callersFunctionbuild_topology
(num_agents: int, topology_type: str)
applications/sparse_mad_reproduction/sparse_mad/topology.py:28
↓ 2 callersFunctioncaptureViewportSnapshot
(cy)
masfactory-visualizer/webview-ui/src/utils/cyViewport.js:17
↓ 2 callersFunctionchain_of_thought_prompt
Generate chain-of-thought prompt (with examples).
applications/camel/gpqa/prompts.py:84
← previousnext →601–700 of 3,241, ranked by callers