akborana4 commited on
Commit
390c10f
·
verified ·
1 Parent(s): ae8fbd7

Create agent/state.py

Browse files
Files changed (1) hide show
  1. agent/state.py +4 -0
agent/state.py ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ class AgentState:
2
+ def __init__(self):
3
+ self.iteration = 0
4
+ self.history = []