Tiger icon indicating copy to clipboard operation
Tiger copied to clipboard

Neuralink for your AI Agents - LangChain - Autogen - CrewAI

Results 3 Tiger issues
Sort by recently updated
recently updated
newest added

Hello, This is the gist of my code: ``` from crewai import Agent, Task, Crew, Process from langchain_community.llms import Ollama import sys import os from upsonic import Tiger tools =...

## Description: Every time I run the example script, the Tiger tools attempt to install packages via pip. This process is not only time-consuming but also not user-friendly, especially for...