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

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

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

3 रिपॉजिटरी

Awesome GitHub RepositoriesTask Completion Sequences

Defining specific patterns of tool calls or responses that signal a task is finished.

Distinct from Task Completion Callbacks: Focuses on the sequence of content that triggers completion, not a functional callback executed after completion.

Explore 3 awesome GitHub repositories matching development tools & productivity · Task Completion Sequences. Refine with filters or upvote what's useful.

Awesome Task Completion Sequences GitHub Repositories

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

    GothenburgBitFactory/taskwarrior

    5,906GitHub पर देखें↗

    Taskwarrior is a command-line task manager that lets you create, modify, filter, and complete to-do items directly from the terminal. It stores all tasks in a single plain-text file for portability and manual editing, and includes a custom expression language for selecting tasks by status, priority, tags, and date ranges. The tool distinguishes itself through several integrated capabilities. It computes a numeric urgency score for each task based on weighted factors like age, tags, and due date to determine ordering. A recurrence template engine generates new task instances from a template af

    Allows users to mark tasks as complete, recording the completion date for tracking progress.

    C++gtdtask-managertaskwarrior
    GitHub पर देखें↗5,906
  • ysymyth/reactysymyth का अवतार

    ysymyth/ReAct

    4,011GitHub पर देखें↗

    ReAct is an agentic workflow template and prompting framework for large language models. It implements a logic pattern that integrates chain-of-thought reasoning with external tool execution to solve complex, multi-step tasks. The framework uses an interleaved reasoning and acting logic, forcing the model to document its internal thought process before executing an action. This cycle of planning and acting allows the system to interact with external APIs or databases and inject real-world data back into the model context to refine reasoning paths. The project covers autonomous task execution

    Uses structured natural language templates to orchestrate a repeating cycle of thinking, acting, and observing.

    Jupyter Notebook
    GitHub पर देखें↗4,011
  • langroid/langroidlangroid का अवतार

    langroid/langroid

    3,894GitHub पर देखें↗

    Langroid is a multi-agent orchestration framework and tool integration suite designed for building complex AI applications. It serves as a multi-modal integration layer that connects diverse local and remote language models with an agentic retrieval-augmented generation system. The project distinguishes itself through a collaborative message-exchange paradigm, allowing specialized agents to delegate tasks hierarchically and coordinate via structured communication. It features an advanced state management system for conversational AI, including the ability to rewind and prune conversation hist

    Executes a managed loop that continues processing agent turns until predefined completion signals are met.

    Pythonagentsaichatgpt
    GitHub पर देखें↗3,894
  1. Home
  2. Development Tools & Productivity
  3. Code Completion Tools
  4. Testing Environment Completion
  5. Task Completion Callbacks
  6. Task Completion Sequences

सब-टैग एक्सप्लोर करें

  • Prompt-Driven Execution LoopsManages the runtime loop that processes AI prompts until a specific completion sequence is detected. **Distinct from Task Completion Sequences:** Focuses on the managed execution loop and prompt processing rather than just the definition of the completion sequence.
  • Task Status ChangesChanges a task's status to done and records its completion date. **Distinct from Task Completion Sequences:** Distinct from Task Completion Sequences: focuses on the act of marking a task complete, not the sequence of tool calls that signal completion.