This repo hosts:
smoltalk— the core unified-API LLM client (cloud providers: OpenAI, Anthropic, Google, Ollama).smoltalk-llama-cpp—node-llama-cppprovider plugin for running models locally.
See each package's README for usage.
pnpm install # install everything
make # build all packages
make test # run tests in all packages
make publish # build then `pnpm publish` in each package