moqiaaa

Results 5 issues of moqiaaa

![4d3f6db5249e59790b6ce85d2a29e82](https://github.com/killme2008/aviatorscript/assets/129827905/bbc2f1bf-4118-41c0-be2e-5c1561f9e3f3) ![0fb87152a37a0fe6117be74523ccebf](https://github.com/killme2008/aviatorscript/assets/129827905/9541a0db-609a-463c-8743-9c5cf41cf032) ![fed06bb0e35b4da75d6013a0f12583c](https://github.com/killme2008/aviatorscript/assets/129827905/907a7a2b-6f82-45fb-af7b-aec8a3ddf6ba) 使用take_while 取出所有的主手术,然后取了第一个元素可以打印,再取第一个元素的属性后报错,换了几种方案都不行

我需要取集合的第一个元素,取之前需要先判断这个元素是否存在 文档中说可以用 include(coll, element) 但是我的元素是对象,也不清楚对象具体是什么,也没法用include(list,某个对象),如何不报错直接返回空

![4abe67af8a62636dc2733c9db69189a](https://github.com/killme2008/aviatorscript/assets/129827905/576b9c16-d808-4d4c-8708-2fcc2f147741) ![98a348ee4ae1ae86672a4fe2d7f7f6c](https://github.com/killme2008/aviatorscript/assets/129827905/aea334a6-9157-4c8c-b163-e9d36f6ce5cd) com.googlecode.aviator.exception.ExpressionSyntaxErrorException: Syntax error: insert ')' to complete statement at 29, lineNumber: 1, token : [type='Char',lexeme=')',index=29], while parsing expression: ` print((seq.get(o.oprninfos,0))^^^ ` at com.googlecode.aviator.AviatorEvaluatorInstance.innerCompile(AviatorEvaluatorInstance.java:1505) at com.googlecode.aviator.AviatorEvaluatorInstance.access$000(AviatorEvaluatorInstance.java:186) at com.googlecode.aviator.AviatorEvaluatorInstance$2.call(AviatorEvaluatorInstance.java:1478) at...

### Describe the bug When I integrate Langfuse with CrewAI and use the async execution flag (async_execution=True) in CrewAI tasks, when multiple tasks are executed concurrently, these tasks generate different...

🐞❔ unconfirmed bug
stale