GitHub
TapeAgents
#942 of 964 in the AI Agent Index
0 Score
Real usage —
Momentum —
Attention 1
About
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…
Across sources
318 Stars
- Stars 318
- Forks 41
- Commits 2.7k
- Releases 17