3 repository-uri
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.
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.
ReAct este un șablon de flux de lucru agentic și un framework de prompting pentru modele de limbaj mari (LLM). Acesta implementează un tipar logic care integrează raționamentul de tip „chain-of-thought” cu execuția de instrumente externe pentru a rezolva sarcini complexe, în mai mulți pași. Framework-ul utilizează o logică intercalată de raționament și acțiune, forțând modelul să își documenteze procesul intern de gândire înainte de a executa o acțiune. Acest ciclu de planificare și acțiune permite sistemului să interacționeze cu API-uri sau baze de date externe și să injecteze date din lumea reală înapoi în contextul modelului pentru a rafina căile de raționament. Proiectul acoperă execuția autonomă a sarcinilor și orchestrarea agenților prin combinarea integrării observație-feedback cu logica de execuție bazată pe prompt-uri. Acest lucru asigură un ciclu continuu de gândire, acțiune și observare pentru a atinge obiectivele fără intervenție umană constantă.
Uses structured natural language templates to orchestrate a repeating cycle of thinking, acting, and observing.
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.