Pith. sign in

TaskGen: A Task-Based, Memory-Infused Agentic Framework using StrictJSON

1 Pith paper cite this work. Polarity classification is still indexing.

1 Pith paper citing it
abstract

TaskGen is an open-sourced agentic framework which uses an Agent to solve an arbitrary task by breaking them down into subtasks. Each subtask is mapped to an Equipped Function or another Agent to execute. In order to reduce verbosity (and hence token usage), TaskGen uses StrictJSON that ensures JSON output from the Large Language Model (LLM), along with additional features such as type checking and iterative error correction. Key to the philosophy of TaskGen is the management of information/memory on a need-to-know basis. We empirically evaluate TaskGen on various environments such as 40x40 dynamic maze navigation with changing obstacle locations (100% solve rate), TextWorld escape room solving with dense rewards and detailed goals (96% solve rate), web browsing (69% of actions successful), solving the MATH dataset (71% solve rate over 100 Level-5 problems), Retrieval Augmented Generation on NaturalQuestions dataset (F1 score of 47.03%)

citation-role summary

other 1

citation-polarity summary

fields

cs.SE 1

years

2024 1

verdicts

CONDITIONAL 1

roles

other 1

polarities

unclear 1

representative citing papers

citing papers explorer

Showing 1 of 1 citing paper.

  • Generating a Low-code Complete Workflow via Task Decomposition and RAG cs.SE · 2024-11-29 · conditional · none · ref 31 · internal anchor

    A case study and pattern catalogue arguing that Task Decomposition and RAG improve modularity, safety, testability, and time-to-market in a real enterprise workflow generator, with no quantitative evaluation.