I am using crewAI to build a tool and Tasking AI as the LLM provider.
Unfortunately, there is no direct way to integrate these two. Because crewAI needs an LLM model name and host address (if localhost) or uses langchain tools.
I have hit a wall where there is no way to integrate these two great tools.
Has anyone encountered this? Or is there any way to integrate these two tools?
Great question Alex. If you would like to have your agents in CrewAI with different TaskingAI assistants, you can use the help of langchain. Since the endpoint of https://oapi.tasking.ai is now openai-compatible, it will fit in any third-party SDKs that supports openai.