If you've worked with multiple LLM providers, you know the pain: each has different APIs, different tool formats, different quirks.
Toolpack SDK gives you a single interface across OpenAI, Anthropic, Gemini, and Ollama.
It comes with 77 built-in tools for file ops, git, databases, web scraping, code analysis, and shell commands. You can also create and integrate your own custom tools.
The workflow engine plans and executes tasks step-by-step. You get Agent and Chat modes out of the box, plus the ability to create custom modes tailored to your needs. There's also a custom provider API if you want to add other LLMs.
Full TypeScript support included. And if you prefer a terminal UI over code, the CLI gives you an interactive chat interface to work with AI and tools from the command line.
Toolpack SDK: npm: npm install toolpack-sdk GitHub: github.com/toolpack-ai/toolpack-sdk Docs: toolpacksdk.com Note: Remember to setup the configuration and set your API keys in the environment variables as per the documentation.
Toolpack CLI (interactive terminal UI): npm: npm install -g toolpack-cli GitHub: github.com/toolpack-ai/toolpack-cli Note: Once installed, open it with `toolpack` command in your terminal. Remember to set your API keys in the environment variables as per the documentation.
https://toolpacksdk.com