Skip to content

lgrammel/tools

Repository files navigation

AI SDK Tools

AI SDK tool packages and runnable terminal examples for agents that need local resources, live data, or developer-machine workflows.

Packages

Examples

Development

Install dependencies and build all workspaces with pnpm:

pnpm install
pnpm build

Run an example by copying its .env.example file and starting that workspace:

cp examples/open-meteo-tool/.env.example examples/open-meteo-tool/.env
pnpm --dir examples/open-meteo-tool start

All examples use @ai-sdk/tui and require OPENAI_API_KEY. The Exa example also requires EXA_API_KEY, and the Kiwix example requires WIKIPEDIA_ZIM_PATH pointing to a local .zim file.

About

Tools for building local agents with the AI SDK.

Resources

Stars

Watchers

Forks

Contributors