mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-07-01 05:08:12 +00:00
* Replace eval with safe expression parser in calculator tool example Update the calculator tool example in the CLI template to use ast.parse instead of eval for expression evaluation. Co-authored-by: Vinicius Brasil <vini@hey.com> * Replace calculator example with practical file reader tool * Use word count example - safe, no file/eval risk --------- Co-authored-by: Vinicius Brasil <vini@hey.com>