adding main

- add main to make this run
pull/615/head
Sambhav Dixit 2 months ago committed by GitHub
parent 67a8493340
commit a3ef4508a0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -84,3 +84,6 @@ class TestAgentLoggingIntegration(unittest.TestCase):
self.assertEqual(step['response'], f"Response for loop 1")
self.assertTrue(len(self.agent.agent_output.steps) > 0)
if __name__ == '__main__':
unittest.main()

Loading…
Cancel
Save