Skip to content

Commit

Permalink
add version (#2078)
Browse files Browse the repository at this point in the history
  • Loading branch information
yufansong committed May 27, 2024
1 parent b66a915 commit 3d29ec0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions agenthub/dummy_agent/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@


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.
Expand Down

0 comments on commit 3d29ec0

Please sign in to comment.