2 repository-uri
Mechanisms for spawning concurrent task attempts to merge and select the most successful outcome.
Distinct from Parallel Task Spawning: Distinct from general spawning by its focus on outcome selection for optimization.
Explore 2 awesome GitHub repositories matching software engineering & architecture · Success-Based Parallel Sampling. Refine with filters or upvote what's useful.
Async is a JavaScript asynchronous flow library designed to manage the execution and coordination of asynchronous tasks in Node.js and the browser. It provides functional utilities to wrap, process, and orchestrate complex asynchronous workflows. The library distinguishes itself through a comprehensive task orchestrator that handles dependency graphs to resolve circular references and manages concurrent task queues. It includes a unification bridge that allows callback-style and promise-based functions to operate within the same execution interface. The project covers several primary capabil
Executes multiple tasks in parallel and returns success as soon as any single task completes successfully.
Agent-S is a multimodal AI agent and LLM desktop automation framework designed to control operating systems through graphical user interface interactions. It functions as a computer use interface, utilizing vision-language grounding to translate natural language goals into precise screen coordinates and system actions. The project differentiates itself by combining structured accessibility tree inspection with vision-based element localization. It manages cross-application workflows by mapping conceptual descriptions to physical pixels and simulating low-level keyboard and mouse events to mov
Executes multiple task attempts in parallel to select the most successful outcome.