MCPcopy Create free account

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

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

↓ 3 callersMethod_parse_response
(self, response)
masfactory/adapters/model/gemini.py:86
↓ 3 callersFunction_prepare_score_batches
(attrs: dict[str, object], agent_name: str)
applications/nowwhat/workflows/daily_digest/tools.py:414
↓ 3 callersMethod_prompt_template_format
Render template placeholders with current context knowledge.
masfactory/components/agents/agent.py:284
↓ 3 callersFunction_render_template
(template: str, context: dict[str, object])
applications/clawcanvas/backend/clawcanvas_backend/compiler.py:593
↓ 3 callersFunction_sanitize_field_prefix
(field_name: str)
masfactory/core/multimodal.py:460
↓ 3 callersFunction_select_samples
( samples: Iterable[dict[str, str]], *, limit: int | None, shuffle: bool, seed: int, )
applications/sparse_mad_reproduction/sparse_mad/hf_datasets.py:118
↓ 3 callersFunction_sorted_files
(path: Path)
masfactory/skills/loader.py:11
↓ 3 callersFunction_strip_closing_tag
(text: object, tag_name: str)
applications/nowwhat/workflows/daily_digest/tools.py:98
↓ 3 callersFunction_unescape_newlines_outside_strings
Convert literal '\\n' (and '\\r\\n') sequences into real newlines, but only outside strings.
applications/agentverse/formatters.py:8
↓ 3 callersFunction_write_publishable_skill_files
( package: dict[str, Any], export_dir: Path, *, runtime: RuntimeConfig | None = None, )
applications/clawcanvas/backend/clawcanvas_backend/skill_packager.py:223
↓ 3 callersFunction_yaml_scalar
(value: Any)
applications/clawcanvas/backend/clawcanvas_backend/skill_packager.py:1136
↓ 3 callersMethodaddBuildFuncToPendingCalls
* Add build_func parameters to pending builder calls * This handles the new build_func=partial(...), build_func=lambda..., etc. pattern
masfactory-visualizer/src/parser/parser.ts:3760
↓ 3 callersFunctionaddContainerInternalNodes
( containerName: string, kind: 'Graph' | 'Loop', lineNumber: number, nodeCtx: NodeParseContext
masfactory-visualizer/src/parser/declarativeParser.ts:363
↓ 3 callersFunctionamlDerivedRoot
(endpoint: string)
masfactory-visualizer/webview-ui/src/stores/vibeStore.ts:60
↓ 3 callersFunctionappend_patient_trace
( *, state: ConsultationState, selected_symptom: str, symptom_status: bool, response_sourc
applications/ddo/ddo/graphs/g_response_simulation.py:25
↓ 3 callersFunctionblueprint_to_graph_via_aml
Compile a compatibility blueprint through the AML runtime compiler.
masfactory/compatibility/common/aml_export.py:595
↓ 3 callersMethodbuildComponentStructureFromGraphData
( graphData: GraphData, sourceFilePath?: string, hasComplexStructure: boolean = false
masfactory-visualizer/src/parser/parser.ts:1025
↓ 3 callersFunctionbuildTemplateStructure
( target: ParsedNodeTemplate, componentCode: string )
masfactory-visualizer/src/parser/componentParser.ts:339
↓ 3 callersFunctionbuild_graph
Construct and build the MapCoder graph for one model + (k, t) config.
applications/mapcoder/workflows/graph.py:74
↓ 3 callersFunctionbuild_runtime_prompt
(base_prompt: str, extra_sections: Iterable[tuple[str, Any]])
applications/ohnoppt/workflows/common/prompts.py:28
↓ 3 callersFunctionbuild_skill_package
( document: CanvasDocument, *, run_output: dict[str, Any] | None = None, warnings: list[str] |
applications/clawcanvas/backend/clawcanvas_backend/skill_packager.py:18
↓ 3 callersFunctioncall_with_openai_retry
Run an OpenAI-compatible request with visible bounded retry/backoff.
applications/ddo/ddo/runtime/openai_retry.py:17
↓ 3 callersFunctionchatdev_document_to_blueprint
Parse ChatDev v1 chain JSON or v2 workflow YAML into a blueprint.
masfactory/compatibility/chatdev/parse.py:370
↓ 3 callersFunctioncollect_document_key_pool
(document: CanvasDocument)
applications/clawcanvas/backend/clawcanvas_backend/key_pool.py:8
↓ 3 callersMethodcollect_provider_blocks
(self, query: ContextQuery, *, top_k: int)
masfactory/adapters/context/composer.py:45
↓ 3 callersFunctionconnect
Establish a best-effort connection to the Visualizer extension host. Returns a `VisualizerClient` on success, otherwise None.
masfactory/visualizer/client.py:337
↓ 3 callersMethoddetectBuilderFunctionCalls
* Detect builder function calls in code and record them for async expansion
masfactory-visualizer/src/parser/parser.ts:3728
↓ 3 callersFunctiondirectContainerRange
(rootText: string, tag: 'nodes' | 'edges' | 'attributes')
masfactory-visualizer/webview-ui/src/utils/amlGraphDesign.ts:1227
↓ 3 callersFunctiondiscover_workflow_graph
Find the largest `(nodes, edges)` pair embedded in a nested mapping (LangFlow / Dify style exports).
masfactory/compatibility/common/discover.py:8
↓ 3 callersMethodemitCloseOnce
()
masfactory-visualizer/src/runtime/wsServer.ts:143
↓ 3 callersFunctionencodeFrame
(opcode: Opcode, payload: Buffer)
masfactory-visualizer/src/runtime/wsServer.ts:15
↓ 3 callersFunctionensureGroup
(filePath: string, graphId: string, parentId: string)
masfactory-visualizer/webview-ui/src/utils/amlGraphDesign.ts:1313
↓ 3 callersFunctionensure_case_attrs
(attrs: dict[str, Any])
applications/ddo/ddo/graphs/g_consultation.py:14
↓ 3 callersFunctionensure_folder_exists
(path)
applications/llm_discussion/Evaluation/auto_grade_final.py:55
↓ 3 callersFunctionextendLiteralList
( literalValues: { [name: string]: TSNode }, targetKey: string, items: TSNode[] )
masfactory-visualizer/src/parser/moduleLevelParser.ts:83
↓ 3 callersFunctionexternalRefFilePath
(value: unknown)
masfactory-visualizer/webview-ui/src/utils/amlGraphDesign.ts:834
↓ 3 callersFunctionexternalRefGraphId
(value: unknown)
masfactory-visualizer/webview-ui/src/utils/amlGraphDesign.ts:838
↓ 3 callersFunctionextractContainerListsFromArgs
( args: TSNode[], code: string, literalValues?: LiteralValues )
masfactory-visualizer/src/parser/declarativeParser.ts:275
↓ 3 callersFunctionextractListItemsFromLiteral
(node: TSNode | null | undefined)
masfactory-visualizer/src/parser/moduleLevelParser.ts:64
↓ 3 callersFunctionextractTokenUsage
(value)
masfactory-visualizer/webview-ui/src/utils/runtimeSessionExport.js:47
↓ 3 callersFunctionextract_answer_from_text
Extract answer from text (A/B/C/D). Prioritize finding standalone line answer format. Args: text: Text containing answer.
applications/camel/gpqa/answer_extractor.py:8
↓ 3 callersFunctionextract_answer_from_text
Extract answer from text. Args: text: Text containing answer. Returns: Extracted answer string, or None if not
applications/camel/gaia/answer_extractor.py:8
↓ 3 callersFunctionextract_answer_from_text
Extract answer from text (A-J, total 10 options). Prioritize finding standalone line answer format. Args: text: Text contain
applications/camel/mmlu-pro/answer_extractor.py:8
↓ 3 callersFunctionextract_completion_from_camel_result
Extract code completion from CAMEL framework result. HumanEval needs function body (not including function signature), because prompt al
applications/camel/eval/code_extractor.py:451
↓ 3 callersFunctionextract_function_signature_from_code
Extract function signature information from MBPP's code field. Args: code: MBPP's code field (containing complete function defin
applications/camel/mbpp/eval_mbpp.py:72
↓ 3 callersFunctionextract_function_signature_from_problem
Extract function signature information from LiveCodeBench problem. Args: problem: LiveCodeBench problem dictionary. Ret
applications/camel/livecodebench/eval_livecodebench.py:273
↓ 3 callersFunctionextract_sample_io_from_prompt
Build the `[{call, expected}]` list that the Tester CustomNode expects. Args: prompt: HumanEval `prompt` field (function signature + docs
applications/mapcoder/humaneval/dataset.py:155
↓ 3 callersFunctionfieldDict
(container: Element | null)
masfactory-visualizer/webview-ui/src/utils/amlGraphDesign.ts:121
↓ 3 callersFunctionfindFunctionWithRootGraph
( rootNode: TSNode, code: string )
masfactory-visualizer/src/parser/rootGraphFinder.ts:138
↓ 3 callersFunctionfindGraphEnd
(openEnd: number)
masfactory-visualizer/webview-ui/src/utils/amlGraphDesign.ts:1149
↓ 3 callersMethodfindTopLevelClassInRoot
(rootNode: TSNode, code: string, className: string)
masfactory-visualizer/src/parser/parser.ts:775
↓ 3 callersMethodfingerprint
(self)
masfactory/core/multimodal.py:84
↓ 3 callersFunctionformat_content_and_get_fields
Format a template string and track which fields were consumed. Args: content: Template text containing `{field}` placeholders. fo
masfactory/components/agents/agent.py:82
↓ 3 callersFunctionfull_evaluate
Official HumanEval full evaluation: func + test + check(entry_point). Uses fresh namespace.
applications/lats/humaneval/executor.py:60
↓ 3 callersFunctionfunction_with_timeout
(func, args, timeout)
applications/lats/humaneval/timeout_utils.py:22
↓ 3 callersFunctiongetBaseClasses
(classNode: TSNode)
masfactory-visualizer/src/parser/astUtils.ts:41
↓ 3 callersFunctiongetCallArgs
(callNode: TSNode)
masfactory-visualizer/src/parser/declarativeParser.ts:100
↓ 3 callersMethodgetDocumentForMessage
(documentUri?: string)
masfactory-visualizer/src/webview/previewGraphService.ts:443
↓ 3 callersMethodgetMaxLoopIterations
()
masfactory-visualizer/src/parser/parser.ts:3450
↓ 3 callersMethodgetPort
()
masfactory-visualizer/src/runtime/runtimeHub.ts:110
↓ 3 callersFunctiongetPositionalArgs
(args: TSNode[])
masfactory-visualizer/src/parser/declarativeParser.ts:118
↓ 3 callersMethodgetViewKind
(webview: vscode.Webview)
masfactory-visualizer/src/webview/webviewProvider.ts:698
↓ 3 callersFunctionget_config
()
applications/chatdev_lite/workflow/utils.py:9
↓ 3 callersFunctionget_config
()
applications/chatdev/workflow/utils.py:10
↓ 3 callersFunctionget_disease_index_dict
(dataset_name: str)
applications/ddo/ddo/services/utils_data.py:45
↓ 3 callersFunctionget_log_file
()
applications/lats/utils/tee.py:16
↓ 3 callersFunctionget_symptom_index_dict
(dataset_name: str)
applications/ddo/ddo/services/utils_data.py:56
↓ 3 callersFunctiongraph_design_to_aml_document
Serialize a graph_design object as an AML v0.2 document.
masfactory/aml/versions.py:70
↓ 3 callersFunctionhasInlineGraphBody
(graph: Element)
masfactory-visualizer/webview-ui/src/utils/amlGraphDesign.ts:170
↓ 3 callersMethodinferNonClassGraphType
(rootNode: TSNode, code: string)
masfactory-visualizer/src/parser/parser.ts:2613
↓ 3 callersMethodinit
()
masfactory-visualizer/webview-ui/src/utils/cyGraphRenderer.ts:95
↓ 3 callersMethodinitializeResult
* Initialize result containers based on base type
masfactory-visualizer/src/parser/parser.ts:3459
↓ 3 callersMethodinject
Return a new user payload with context injected.
masfactory/adapters/context/renderer.py:12
↓ 3 callersMethodinvoke
( self, messages: list[dict], tools: list[dict] | None, settings: dict | None
masfactory/compatibility/dify/options.py:47
↓ 3 callersFunctionisBaseFrameworkType
(nodeType: string)
masfactory-visualizer/src/parser/importResolver.ts:159
↓ 3 callersFunctionisCyLayoutDegenerate
(cy, opts)
masfactory-visualizer/webview-ui/src/utils/cyLayoutFallback.js:48
↓ 3 callersFunctionisLoopType
( nodeType: string, templates?: { [name: string]: ParsedNodeTemplate }, localClassBases?: { [name:
masfactory-visualizer/src/parser/nodeParser.ts:86
↓ 3 callersFunctionisRecord
* @param {unknown} value * @returns {value is Record<string, unknown>}
masfactory-visualizer/webview-ui/src/utils/vibeGraphDesignV4.js:26
↓ 3 callersFunctionisSubgraph
* @param {string} nodeName * @returns {boolean}
masfactory-visualizer/webview-ui/src/utils/graphElements.js:112
↓ 3 callersFunctionis_chatdev_majority_voting_document
(doc: dict[str, Any])
masfactory/compatibility/chatdev/parse.py:25
↓ 3 callersMethodis_connected
(self)
masfactory/visualizer/runtime.py:129
↓ 3 callersFunctionlangflow_document_to_blueprint
Parse a Langflow React Flow export into a normalized blueprint.
masfactory/compatibility/langflow/parse.py:96
↓ 3 callersFunctionload_document_auto
Load JSON or YAML based on file suffix.
masfactory/compatibility/common/io.py:23
↓ 3 callersFunctionload_jsonl_dataset
(path: str | Path, *, limit: int | None = None)
applications/sparse_mad_reproduction/sparse_mad/datasets.py:13
↓ 3 callersFunctionload_mapping_source
Load a YAML/JSON mapping from a path, inline text, or bytes.
masfactory/compatibility/common/loaders.py:11
↓ 3 callersFunctionload_prompt
(filename: str, *, convert_braces: bool = False)
applications/ohnoppt/workflows/common/prompts.py:10
↓ 3 callersFunctionload_stage_instruction
(*filenames: str)
applications/ohnoppt/workflows/common/prompts.py:17
↓ 3 callersFunctionmake_passthrough_forward
( node_id: str, store: dict[str, Any], *, outputs: dict[str, Any] | None = None, )
masfactory/compatibility/dify/extra_nodes.py:176
↓ 3 callersFunctionmapEndpoint
(endpoint: unknown)
masfactory-visualizer/webview-ui/src/utils/amlGraphDesign.ts:342
↓ 3 callersFunctionmaybe_export_aml
Write an AML preview document when ``aml_path`` requests it.
masfactory/compatibility/paths.py:127
↓ 3 callersFunctionmaybe_export_graph_design
Write legacy ``graph_design.json`` when ``graph_design_path`` requests it.
masfactory/compatibility/paths.py:101
↓ 3 callersMethodmergeTemplateScope
(parsed: ParsedNodeTemplate, env: TemplateResolverEnv)
masfactory-visualizer/src/parser/parser.ts:1194
↓ 3 callersMethodmergeViewLoopControls
(uri: string, kind: ViewKind, loopControls?: Record<string, LoopControlInfo>)
masfactory-visualizer/src/webview/controlFlowStateStore.ts:109
↓ 3 callersFunctionmessage_text
(payload: dict[str, Any], *, scan_all_string_values: bool = False)
masfactory/compatibility/common/runtime.py:8
↓ 3 callersFunctionmodulePathToFilePaths
(modulePath: string, workspaceRoot: string)
masfactory-visualizer/src/parser/importResolver.ts:99
↓ 3 callersFunctionnormalizeFsPath
(p: string)
masfactory-visualizer/webview-ui/src/stores/runtimeNormalizeGraph.ts:4
↓ 3 callersFunctionnormalizeGraphDesign
(raw: VibeGraphDesign)
masfactory-visualizer/webview-ui/src/stores/vibeModel.ts:30
↓ 3 callersFunctionnormalizeKeysField
(keys: unknown)
masfactory-visualizer/webview-ui/src/stores/vibeModel.ts:24
↓ 3 callersFunctionnormalizeTypeName
(raw: string)
masfactory-visualizer/src/parser/declarativeParser.ts:33
↓ 3 callersFunctionparseBoolRecord
(value: unknown)
masfactory-visualizer/src/shared/webviewProtocol.ts:154
← previousnext →401–500 of 3,241, ranked by callers