TapeAgents
Observation pool · not formally ranked
This project does not currently meet the main index requirement of two current dimensions across two source types.
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
- Stars 318
- Forks 42
- Commits 2.7k
- Releases 17