awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंOpen-source alternativesSelf-hosted softwareब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंHow we rankप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 रिपॉजिटरी

Awesome GitHub RepositoriesSuccess-Based Parallel Sampling

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.

Awesome Success-Based Parallel Sampling GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • caolan/asynccaolan का अवतार

    caolan/async

    28,150GitHub पर देखें↗

    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.

    JavaScript
    GitHub पर देखें↗28,150
  • simular-ai/agent-ssimular-ai का अवतार

    simular-ai/Agent-S

    11,855GitHub पर देखें↗

    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.

    Pythonagent-computer-interfaceai-agentscomputer-automation
    GitHub पर देखें↗11,855
  1. Home
  2. Software Engineering & Architecture
  3. Task Scheduling
  4. Parallel Task Executors
  5. Parallel Task Spawning
  6. Success-Based Parallel Sampling