GitHub 仓库

ServiceNow/TapeAgents

Python 首次收录 2024-09-13 更新于 2026-07-16 查看源 ↗

GitHub 仓库 中按Star排名第 773 / 共 783

318 Star

TapeAgents is a framework that facilitates all stages of the LLM Agent development lifecycle

项目介绍

TapeAgents is a framework that leverages a structured, replayable log (Tape) of the agent session to facilitate all stages of the LLM Agent development lifecycle. In TapeAgents, the agent reasons by processing the tape and the LLM output to produce new thoughts, actions, control flow steps and append them to the tape. The environment then reacts to the agent’s actions by likewise appending observation steps to the tape.

The Tape-centric design of TapeAgents will help you at all stages of your project:

Start with the introductory Jupyter notebook to quickly learn the core concepts of the framework.

The simplest agent just to show the basic structure of the agent:

The examples/ directory…

摘自 github.com/ServiceNow/TapeAgents

最新指标

Star 318 2026-07-16
Fork 40 2026-07-16
提交 2.7k 2026-07-16
发布 17 2026-07-16
Watcher 11 2026-07-16
开放 issue 25 2026-07-16
开放 PR 5 2026-07-16