add version (#2078)

This commit is contained in:
Yufan Song
2024-05-27 11:46:39 +08:00
committed by GitHub
parent b66a915de1
commit 3d29ec0418

View File

@@ -44,6 +44,7 @@ BACKGROUND_CMD = 'echo "This is in the background" && sleep .1 && echo "This too
class DummyAgent(Agent):
VERSION = '1.0'
"""
The DummyAgent is used for e2e testing. It just sends the same set of actions deterministically,
without making any LLM calls.