hallerite

Results 14 comments of hallerite

> https://github.com/camel-ai/camel/pull/2133 there is float tolerance in the python verifier. Can we reuse it or make it modular for different verifiers @GitHoobar @Ebony59 @hallerite Not sure whether that makes sense....

> > > #2133 there is float tolerance in the python verifier. Can we reuse it or make it modular for different verifiers @GitHoobar @Ebony59 @hallerite > > > >...

Thanks, @GitHoobar. This PR is getting quite big. To keep it simple, I have reverted the changes that introduce the graph extractor and created a new branch that contains them,...

Hey @GitHoobar, What is the difference between the CodeVerifier and the PythonVerifier that we already implemented?

Upon further consideration, I believe that the changes proposed here are unreasonable and that this PR can be closed.

Hey @JohnLyu94, The PythonVerifier currently works by creating a temporary venv in its `_setup()` method and running the code supplied to it's `verify` method as a subprocess. However, Camel already...