Releases: ServiceNow/TapeAgents
Releases · ServiceNow/TapeAgents
v0.1.7
v0.1.6
remove redundant prompt id set, already done in the agent.py
v0.1.5: Computer use and configs
- StandardNode as a universal node for prompting llm for steps;
- Computer tool - docker container with the Linux desktop exposed as the tool. Screenshot observations, mouse, keyboard, and cli commands as actions;
- The agent and the environment can now be defined completely in the Hydra configuration.
v0.1.4
Easy way to create complex environments with ToolCollectionEnvironment
Full Changelog: v0.1.3...v0.1.4
v0.1.3
v0.1.3.dev1
prerelease
v0.1.2: Media observations, RL MATH, search tool
- Image and video observation steps.
- Tools for extracting video observations.
- Search tool using serper.dev service as backend.
- Caching layer for any functions used as a tool.
- New benchmark results in Gaia example readme.
- RL for MATH & GSM8K example.
- Minor improvements to the tape browser.
v0.1.1
initial release to pypi and github releases