MCPcopy Create free account

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

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

↓ 6 callersFunctionnormalize_field_specs
(fields: Mapping[str, FieldSpec | Mapping[str, Any] | str] | None)
masfactory/core/multimodal.py:262
↓ 6 callersFunctionparse_float
(value: object, default: float = 0.0)
applications/nowwhat/workflows/daily_digest/tools.py:45
↓ 6 callersMethodpublishUi
(message: RuntimeUiMessage)
masfactory-visualizer/src/runtime/runtimeHub.ts:118
↓ 6 callersFunctionrun_command
(args: list[str])
applications/nowwhat/tools/pdf_tools.py:14
↓ 6 callersMethodsave_cache
(self)
applications/llm_discussion/Evaluation/utils/openai_model.py:18
↓ 6 callersFunctionserializeAmlGraphDesign
(source: string, graph: VibeGraphDesign)
masfactory-visualizer/webview-ui/src/utils/amlGraphDesign.ts:1282
↓ 5 callersMethod__init__
( self, name: str, model: Model, pull_keys: Dict[str, str] = None, pus
applications/metagpt/software_company/components.py:601
↓ 5 callersMethod__init__
Initialize composed phase Args: name: Composed phase name cycle_num: Maximum number of cycles co
applications/chatdev/components/composed_phase.py:10
↓ 5 callersFunction_clean_answer
(answer: str)
applications/sparse_mad_reproduction/sparse_mad/hf_datasets.py:236
↓ 5 callersFunction_dedupe_wiring_edges
Collapse parallel Dify edges that share the same resolved `(source, target)`. MASFactory forbids duplicate edges between the same node pair. Dify
masfactory/compatibility/common/builder.py:31
↓ 5 callersFunction_direct_children
(parent: ET.Element, name: str | None = None)
masfactory/aml/v0_2/document.py:91
↓ 5 callersFunction_direct_children
(parent: ET.Element, name: str | None = None)
masfactory/aml/v0_2/graph_design.py:43
↓ 5 callersMethod_fill_required_keys
(self, parsed: dict[str, Any], raw_text: str)
masfactory/core/message/tagged.py:108
↓ 5 callersFunction_get_field
(obj, name: str)
applications/ddo/ddo/services/api_btp.py:84
↓ 5 callersFunction_graph_store
(owner: OwnerGraph)
masfactory/compatibility/langflow/materialize.py:38
↓ 5 callersFunction_looks_like_kill
(cmd: Any)
applications/agentverse/components/tasksolving/utils/bigcodebench_eval.py:204
↓ 5 callersFunction_message_text_fragments
(message: dict)
masfactory/adapters/token_usage_tracker.py:10
↓ 5 callersFunction_normalize_agent_config
Normalize AgentVerse-style YAML agent config into MASFactory agent kwargs.
applications/agentverse/tasksolving/humaneval/workflow.py:27
↓ 5 callersFunction_normalize_agent_config
(agent_cfg: Dict[str, Any] | None)
applications/agentverse/tasksolving/big_code_bench_gen/workflow.py:36
↓ 5 callersFunction_normalize_agent_config
(agent_cfg: Dict[str, Any] | None)
applications/agentverse/tasksolving/srdd_code_gen/workflow.py:35
↓ 5 callersFunction_parse_dict_from_string
Parse dictionary from string, supporting both JSON and Python dict formats. Args: s: String containing dictionary representation (JSO
applications/camel/workflow.py:19
↓ 5 callersFunction_record_output
(store: dict[str, Any], node_id: str, payload: dict[str, Any])
masfactory/compatibility/langflow/materialize.py:42
↓ 5 callersFunction_rename_mapping_key
(mapping: dict[str, Any] | None, old_key: str, new_key: str)
applications/clawcanvas/backend/clawcanvas_backend/key_pool.py:98
↓ 5 callersMethod_resolve_node_id
(self, node: object)
masfactory/visualizer/runtime.py:317
↓ 5 callersFunction_safe_obj
(value: object)
masfactory/visualizer/serialize.py:24
↓ 5 callersFunctionbuildWebviewHtml
(args: { webview: vscode.Webview; extensionPath: string; extensionUri: vscode.Uri; bootstrap?: unknown
masfactory-visualizer/src/webview/webviewHtml.ts:50
↓ 5 callersFunctioncanonical_tool_calls
(message: dict)
masfactory/adapters/model/common.py:36
↓ 5 callersMethodcomputeGraphAttributesSummary
(graphData: GraphData)
masfactory-visualizer/src/webview/previewGraphService.ts:787
↓ 5 callersFunctionensureSubgraphMembership
( parent: string, child: string, subgraphs: { [parent: string]: string[] }, subgraphParents: {
masfactory-visualizer/src/parser/declarativeParser.ts:148
↓ 5 callersMethodexpandAllSubgraphs
(graphData: GraphData, ctx: ResolutionContext)
masfactory-visualizer/src/webview/previewGraphService.ts:396
↓ 5 callersMethodfindTopLevelAssignmentRight
(rootNode: TSNode, code: string, names: string[])
masfactory-visualizer/src/parser/parser.ts:745
↓ 5 callersMethodgetGlobalLoopConfig
(uri: string)
masfactory-visualizer/src/webview/controlFlowStateStore.ts:32
↓ 5 callersMethodgetParser
()
masfactory-visualizer/src/parser/parser.ts:134
↓ 5 callersMethodgetViewLoopConfig
(uri: string, kind: ViewKind)
masfactory-visualizer/src/webview/controlFlowStateStore.ts:63
↓ 5 callersFunctionget_agent_config
(config: Dict[str, Any], agent_type: str)
applications/agentverse/tasksolving/big_code_bench_gen/workflow.py:29
↓ 5 callersFunctionget_agent_config
(config: Dict[str, Any], agent_type: str)
applications/agentverse/tasksolving/pythoncalculator/workflow_unified.py:23
↓ 5 callersFunctionget_agent_config
(config: Dict[str, Any], agent_type: str)
applications/agentverse/tasksolving/srdd_code_gen/workflow.py:28
↓ 5 callersFunctionload_build_instructions
(phase_name: str)
applications/chatdev_lite_vibegraph/tools.py:24
↓ 5 callersFunctionnormalizeTypeName
(raw: string)
masfactory-visualizer/src/parser/nodeParser.ts:47
↓ 5 callersFunctionnormalize_answer
Normalize answer format (remove extra spaces, punctuation, etc.). Args: answer: Original answer. Returns: Norma
applications/camel/gaia/answer_extractor.py:91
↓ 5 callersFunctionparseEndpoint
* @param {string} name * @returns {{ base: string; suffix: string | null }}
masfactory-visualizer/webview-ui/src/utils/vibeValidation.js:14
↓ 5 callersFunctionparseIntLiteral
(node: TSNode, code: string)
masfactory-visualizer/src/parser/graphInstanceExpander.ts:28
↓ 5 callersMethodpostToAllWebviews
(message: unknown)
masfactory-visualizer/src/webview/webviewProvider.ts:683
↓ 5 callersMethodprompt_summary
(self)
masfactory/core/multimodal.py:98
↓ 5 callersFunctionreachable
* @param {Map<string, string[]>} adj * @param {string} start * @returns {Set<string>}
masfactory-visualizer/webview-ui/src/utils/vibeValidation.js:114
↓ 5 callersMethodreleaseSubscriber
(subscriberId: string)
masfactory-visualizer/src/runtime/runtimeHub.ts:231
↓ 5 callersMethodresolveImportInfoForType
(nodeType: string, imports: Map<string, ImportInfo>)
masfactory-visualizer/src/parser/parser.ts:451
↓ 5 callersFunctionresolveLiteralNode
( node: TSNode, code: string, literalValues?: LiteralValues )
masfactory-visualizer/src/parser/declarativeParser.ts:83
↓ 5 callersMethodresolve_model
(self, model_config: dict[str, Any])
masfactory/compatibility/dify/options.py:29
↓ 5 callersFunctionrun_sample_io_tests
CustomNode forward callable. Args: input_dict: must carry `code` (string from upstream Coding/Debugging Agent) and (optionall
applications/mapcoder/components/tester.py:92
↓ 5 callersMethodsetViewConditions
(uri: string, kind: ViewKind, conditions: Record<string, boolean>)
masfactory-visualizer/src/webview/controlFlowStateStore.ts:79
↓ 5 callersMethodsetupWebviewMessageHandling
* Setup message handling for webview
masfactory-visualizer/src/webview/webviewProvider.ts:569
↓ 5 callersFunctionstore
(key: string)
masfactory-visualizer/src/parser/buildMethodParser.ts:402
↓ 5 callersMethodto_dict
(self)
applications/clawcanvas/backend/clawcanvas_backend/schema.py:63
↓ 5 callersMethodunsubscribe
(sessionId: string, subscriberId: string)
masfactory-visualizer/src/runtime/runtimeHub.ts:209
↓ 5 callersMethodupdateWorkspaceRoot
(document: vscode.TextDocument)
masfactory-visualizer/src/webview/previewGraphService.ts:437
↓ 5 callersFunctionwrite_json
(path: str | Path, content: object)
applications/nowwhat/workflows/daily_digest/tools.py:33
↓ 5 callersFunctionws_send_text
(sock: socket.socket, text: str)
masfactory/visualizer/ws.py:97
↓ 4 callersFunction_action_node
( ext: ExternalNode, *, node_id: str, scope: str, v4_type: str = "Action", extra: dict
masfactory/compatibility/common/graph_design_export.py:68
↓ 4 callersFunction_bind_switch_conditions
(bindings: dict[str, list[tuple[Any, str]]], created: dict[str, Any])
masfactory/components/vibe/compiler.py:648
↓ 4 callersFunction_build_action_kwargs
(node_config: dict[str, Any], model: Model, tools_by_name: dict[str, Callable])
masfactory/components/vibe/compiler.py:592
↓ 4 callersFunction_build_custom_node_kwargs
(node_config: dict[str, Any], tools_by_name: dict[str, Callable])
masfactory/components/vibe/compiler.py:626
↓ 4 callersFunction_clean
(s: str)
applications/mapcoder/components/retrieval.py:54
↓ 4 callersFunction_coerce_dict_list
(raw: Any, field_name: str, errors: list[str])
applications/clawcanvas/backend/clawcanvas_backend/schema.py:319
↓ 4 callersFunction_coerce_subprocess_text
(value: object)
applications/chatdev_lite_vibegraph/tools.py:506
↓ 4 callersFunction_compat_node
( ext: ExternalNode, *, node_id: str, scope: str, aml_kind: str = "custom_node", extra
masfactory/compatibility/common/aml_export.py:61
↓ 4 callersFunction_dfs_many
(roots: list[str], a: dict[str, list[str]])
masfactory/components/vibe/vibe_workflow/planner/diagnose_node.py:247
↓ 4 callersFunction_extract_setting
(description: str, key: str)
applications/clawcanvas/backend/clawcanvas_backend/runtime_bindings.py:151
↓ 4 callersFunction_is_builtin_id
(node_id: str)
masfactory/components/vibe/vibe_workflow/planner/diagnose_node.py:28
↓ 4 callersFunction_json_block
(value: Any)
applications/clawcanvas/backend/clawcanvas_backend/skill_packager.py:974
↓ 4 callersFunction_load_json_like
(raw: object, default)
applications/ohnoppt/workflows/pptx_stage/tools.py:23
↓ 4 callersFunction_normalize_agent_config
Normalize AgentVerse-style YAML agent config into MASFactory agent kwargs.
applications/agentverse/tasksolving/mmlu_pro_reasoning/workflow.py:28
↓ 4 callersFunction_normalize_agent_config
Normalize AgentVerse-style YAML agent config into MASFactory agent kwargs.
applications/agentverse/tasksolving/gpqa_solve/workflow.py:28
↓ 4 callersFunction_normalize_agent_config
Normalize AgentVerse-style YAML agent config into MASFactory agent kwargs.
applications/agentverse/tasksolving/commongen/workflow/main.py:37
↓ 4 callersFunction_normalize_graph_id_list
(value: Any)
masfactory/compatibility/chatdev/parse.py:15
↓ 4 callersFunction_official_skill_slug
(value: str)
applications/clawcanvas/backend/clawcanvas_backend/skill_packager.py:1067
↓ 4 callersFunction_parse_jsonish_object
(text: str)
masfactory/components/vibe/compiler.py:178
↓ 4 callersFunction_print_event
(message: str)
applications/ddo/ddo/runtime/openai_retry.py:198
↓ 4 callersFunction_render_api_template
(template: str, arguments: dict[str, Any])
applications/clawcanvas/backend/clawcanvas_backend/runtime_bindings.py:271
↓ 4 callersFunction_require_mapping
(doc: Any, *, label: str)
masfactory/compatibility/common/loaders.py:41
↓ 4 callersFunction_require_runtime
Get runtime context, auto-sync directory from attributes if needed
applications/chatdev_lite/components/tools.py:28
↓ 4 callersFunction_slugify
(value: str)
applications/clawcanvas/backend/clawcanvas_backend/skill_packager.py:1054
↓ 4 callersFunction_text_child
(parent: ET.Element, name: str)
masfactory/aml/v0_2/document.py:118
↓ 4 callersFunction_text_child
(parent: ET.Element, name: str)
masfactory/aml/v0_2/graph_design.py:70
↓ 4 callersFunction_tool_map
(tools: list[Callable] | None)
masfactory/components/vibe/compiler.py:111
↓ 4 callersFunction_validate_mapping
(mapping: Any, label: str, *, allow_empty: bool = False)
applications/clawcanvas/backend/clawcanvas_backend/schema.py:489
↓ 4 callersMethodaccumulate
(self, input_usage: int, output_usage: int)
masfactory/adapters/token_usage_tracker.py:361
↓ 4 callersMethodadd_usage
(self, usage: Any)
applications/ddo/ddo/services/token_usage.py:38
↓ 4 callersMethodadd_used_text
(self, text: str)
masfactory/core/multimodal.py:368
↓ 4 callersFunctionasset_to_base64
(asset: MediaAsset)
masfactory/adapters/model/common.py:67
↓ 4 callersFunctionassistant_message_from_tool_calls
( tool_calls: list[dict], content: object = "", )
masfactory/adapters/model/common.py:120
↓ 4 callersFunctionblueprint_to_graph_design_document_via_aml
Deprecated graph_design wrapper implemented as blueprint -> AML -> graph_design.
masfactory/compatibility/common/aml_export.py:535
↓ 4 callersFunctionbuild_capabilities
(defaults: ModelCapabilities, overrides: dict | None)
masfactory/adapters/model/common.py:17
↓ 4 callersFunctionbuild_loop_aware_wire_pairs
( blueprint: GraphBlueprint, *, loop_plans: list[LoopPlan], looped_ids: frozenset[str], pl
masfactory/compatibility/common/wire_loops.py:28
↓ 4 callersFunctionbuild_selector
Helper: prefer an existing selector, otherwise build one from filters.
masfactory/utils/selector.py:118
↓ 4 callersMethodclose
(code = 1000, reason = '')
masfactory-visualizer/src/runtime/wsServer.ts:126
↓ 4 callersFunctioncompactText
(value, max = 160)
masfactory-visualizer/webview-ui/src/utils/runtimeSessionExport.js:14
↓ 4 callersFunctioncompatibility_out_dir
Directory for compatibility-layer artifacts (``graph_design.json``, etc.).
masfactory/compatibility/paths.py:12
↓ 4 callersMethodcount_message_tokens
Count tokens for chat-style message lists.
masfactory/adapters/token_usage_tracker.py:29
↓ 4 callersFunctiondfs
(u: str)
masfactory/compatibility/common/loops.py:87
← previousnext →201–300 of 3,241, ranked by callers