langflow-ai / langflow

Langflow is a low-code app builder for RAG and multi-agent AI applications. It’s Python-based and agnostic to any model, API, or database.
http://www.langflow.org
MIT License
31.73k stars 3.93k forks source link

Crew component giving error message #2873

Closed Aerdor1998 closed 2 months ago

Aerdor1998 commented 2 months ago

Every component bellow 1.0 version is not running correctly

dosubot[bot] commented 2 months ago

Hey there, @Aerdor1998! 👋 I'm here to help you with any bugs, questions, or contributions you might have while waiting for a human maintainer. Let's squash those bugs together!

To resolve the issue with the Crew component and other components below version 1.0, follow these steps to adapt your existing flows to be compatible with the new version of Langflow:

  1. Check if your flow ends with a Chain or Agent component:

    • If it does not, it should work as it is because it probably was not a chat flow.
  2. Add a Runnable Executor:

    • Add a Runnable Executor to the end of your flow.
    • Connect the last component (a Chain or an Agent) in your flow to the Runnable Executor.
  3. Add a Chat Input and a Chat Output:

    • Add a Chat Input and a Chat Output to your flow.
    • Connect the Chat Input to the Runnable Executor.
    • Connect the Chat Output to the Runnable Executor.
  4. Update the Chain or Agent component:

    • You might need to update the Chain or Agent component to the latest version to ensure compatibility.

These steps should help in making your components compatible with the new version of Langflow and resolve the issues you are encountering with components below version 1.0 [1][2].

To continue talking to Dosu, mention @dosu.

carlosrcoelho commented 2 months ago

Hi @Aerdor1998

Could you explain the problem in more detail?

AdrianoDBA commented 2 months ago

I dont know!!!!Error in login password Invite my iPhoneEm 23 de jul. de 2024, à(s) 17:40, Carlos Coelho @.***> escreveu: Hi @Aerdor1998 Could you explain the problem in more detail?

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: @.***>

juboyy commented 2 months ago

evv

for me its like this

carlosrcoelho commented 2 months ago

@juboyy

This is related to LLM, something seems not right there.

carlosrcoelho commented 2 months ago

@AdrianoDBA

Could you share a screenshot of the problem?

carlosrcoelho commented 2 months ago

@Aerdor1998 Thank you for your contribution! This issue will be closed. If you have any questions or encounter another problem, please open a new issue and we will be ready to assist you.

santhu932 commented 1 month ago
Screenshot 2024-08-22 at 6 50 51 PM

I'm facing a issue at Crew Sequential Component, when trying to build a simple multi-agent assistant workflow. Did anyone faced similar issue while building the sequential task?

Screenshot 2024-08-22 at 6 52 49 PM