MCPcopy Index your code
hub / github.com/AI45Lab/Code / parallel_task

Method parallel_task

sdk/python/src/lib.rs:2017–2019  ·  view source on GitHub ↗

Execute several delegated child-agent tasks concurrently through ``parallel_task``.

(&self, py: Python<'_>, tasks: &Bound<'_, PyAny>)

Source from the content-addressed store, hash-verified

2015
2016 /// Execute several delegated child-agent tasks concurrently through ``parallel_task``.
2017 fn parallel_task(&self, py: Python<'_>, tasks: &Bound<'_, PyAny>) -> PyResult<PyToolResult> {
2018 self.tasks(py, tasks)
2019 }
2020
2021 /// Run a bounded JavaScript script through the embedded QuickJS `program` tool.
2022 fn program(

Callers

nothing calls this directly

Calls 1

tasksMethod · 0.45

Tested by

no test coverage detected