Anmol Deep
Anmol Deep
> We've added support for adding subgraph interrupts, resuming the subgraphs from the interrupts and updating the subgraph state. please check out this how-to guide for more information https://langchain-ai.github.io/langgraph/how-tos/subgraphs-manage-state/ Hi...
Sure @HowieG , I believe this error is coming up when two crews are running one after the other. The first one runs without any error, but the second crew...
Is there any way I can help? I am also having problem in setting liccheck up for my poetry environment
Even after closing, same problem persists
Never import agentops before importing crewai classes. Inside crewai crew.py, agent.py, tool_usage.py, etc, they are importing autogen by checking the variable: ``` agentops = None if os.environ.get("AGENTOPS_API_KEY"): try: import agentops...
> There should probably be a test as well which covers this case. Additionally, using `uncommon_items.discard(item_a)` directly should do the same with less code. Thanks @stefan6419846 for pointing out this...
I ran `poetry run pytest`, it requires `OPENAI_API_KEY`, and is causing these errors. The changes I have made aren't causing error. Is `OPENAI_API_KEY` not set in the checks? Also, is...
> Hey @anmol-aidora ! > > Could you please elaborate more on `is_auto_end`? I'm not fully understanding what's going wrong and how changing `is_auto_end` to True fixes the issue. >...
I have prepared before/after code change scenario files. Please check them out: [crewai_before_bug_fix.pdf](https://github.com/user-attachments/files/17434181/crewai_before_bug_fix.pdf) [crewai_after_bug_fix.pdf](https://github.com/user-attachments/files/17434183/crewai_after_bug_fix.pdf)
We at Aidora have also created a fork: https://github.com/aidora-inc/pip-licenses