Anmol Deep

Results 6 issues of Anmol Deep

When using agentops, we have the option to pass the `skip_auto_end_session` parameter, which is supposed to not end the session if the `end_session` function is called by Crew. Now the...

### Description When I am using agentops, CrewAI Crew.kickoff returns the LLM response to be None, i.e. fails silently. ### Steps to Reproduce ``` import os from dotenv import load_dotenv...

bug

## 🐛 Bug Report **🔎 Describe the Bug** 🖇 AgentOps: Could not post events - API server: Error posting event: Error inserting to table='tools'. Postgres: json['code']='23503'. json['message']='insert or update on...

bug

When setting the `allow-only` and `fail-on` arguments, the list can get very long very fast, especially when switching `partial` to `false`. There is a need to make sure multi-line arguments...

question

``` for item_a in set_a: for item_b in set_b: if : set_a.remove(item_a) ``` As you can see, if there are multiple items in set_b for which the condition evaluates to...

### Requested feature Easyocr has a dependency with a restrictive license (`python-bidi` : LGPL). In my organization, we have a strict policy to only use packages which have permissive licenses...

enhancement