Create a Custom Tool to connect crewAI to Binance Crypto Market

Поделиться
HTML-код
  • Опубликовано: 9 янв 2025

Комментарии • 9

  • @business24_ai
    @business24_ai  7 месяцев назад

    If you have any questions, join the business24ai community at skool.com/business24ai and get in touch. In the community you will have access to the GitHub link.

  • @omaribrahim5519
    @omaribrahim5519 8 месяцев назад +1

    BEST ! Thank you !

    • @business24_ai
      @business24_ai  8 месяцев назад

      Glad you liked it! Thanks for your feedback.

  • @telexiz
    @telexiz 8 месяцев назад

    thanks, good tutorial, are you uploading the code somewhere?

    • @business24_ai
      @business24_ai  8 месяцев назад +1

      Hi, sorry, I just added the resource link to the skool.com/business24.ai community but not here. You can find the repo here too github.com/business24ai/crypto

    • @telexiz
      @telexiz 8 месяцев назад

      @@business24_ai thanks a LOT , keep it up bro. I have few ideas on possible AI solutions, how to get in touch for some suggestions of videos ideas ?

  • @TSKTECHIN
    @TSKTECHIN 8 месяцев назад +1

    Your tutorials are so easy to follow-thank you for all the time and effort! 🙏📚
    btw how good is crewai ..? is it worth effort to learn....?
    honestly can it be used for production? my experience till now is not so great
    when using gpt-3.5 model, the results are inconsistent and throws error when running on different data sets or param, just no way of debugging the error..
    ```
    File "", line 1, in
    File "C:\ProgramData\miniconda3\Lib\encodings\cp1252.py", line 12, in encode
    return codecs.charmap_encode(input,errors,encoding_table)
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    UnicodeEncodeError: 'charmap' codec can't encode character '\U0001f576'
    ```

    • @business24_ai
      @business24_ai  8 месяцев назад +1

      Hi, thanks for your feedback. If you need more control over the agents you need to use langgraph or at least use crewai with langgraph. Unfortunately it's more complicated and you need to write more code, but at the other hand you can do more flow engineering and have much more debugging information.