AI Agents 相关度: 9/10

Agentics 2.0: Logical Transduction Algebra for Agentic Data Workflows

Alfio Massimiliano Gliozzo, Junkyu Lee, Nahuel Defosse
arXiv: 2603.04241v1 发布: 2026-03-04 更新: 2026-03-04

AI 摘要

Agentics 2.0框架提升Agentic数据工作流的可靠性、可扩展性和可观察性。

主要贡献

  • 提出Agentics 2.0框架,用于构建高质量Agentic数据工作流
  • 形式化大语言模型推理调用为类型化的语义转换(可转换函数)
  • 利用代数运算符组合可转换函数,实现状态无关的并行执行

方法论

通过逻辑转换代数形式化LLM推理,结合强类型、证据追踪和无状态并行执行,提升数据工作流质量。

原文摘要

Agentic AI is rapidly transitioning from research prototypes to enterprise deployments, where requirements extend to meet the software quality attributes of reliability, scalability, and observability beyond plausible text generation. We present Agentics 2.0, a lightweight, Python-native framework for building high-quality, structured, explainable, and type-safe agentic data workflows. At the core of Agentics 2.0, the logical transduction algebra formalizes a large language model inference call as a typed semantic transformation, which we call a transducible function that enforces schema validity and the locality of evidence. The transducible functions compose into larger programs via algebraically grounded operators and execute as stateless asynchronous calls in parallel in asynchronous Map-Reduce programs. The proposed framework provides semantic reliability through strong typing, semantic observability through evidence tracing between slots of the input and output types, and scalability through stateless parallel execution. We instantiate reusable design patterns and evaluate the programs in Agentics 2.0 on challenging benchmarks, including DiscoveryBench for data-driven discovery and Archer for NL-to-SQL semantic parsing, demonstrating state-of-the-art performance.

标签

Agentic AI Data Workflows Logical Transduction Algebra LLM

arXiv 分类

cs.AI cs.LG