hallerite
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 > > > >...
Next steps: - [x] Update tests
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,...
TO DO: - [x] Update tests - [x] Merge master
LGTM now. @Wendong-Fan please review.
Hey @GitHoobar, What is the difference between the CodeVerifier and the PythonVerifier that we already implemented?
Next steps: - [ ] Update tests - [ ] Write example usage
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...