mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-05-13 16:07:30 +00:00
Registers Keenable Search as a built-in agent tool, mirroring the Tavily integration end to end: - New tool class `KeenableSearch` (POST with X-API-Key header) - Manifest entry + plugin auth config for KEENABLE_API_KEY - Tool registry + schema in packages/api - Brand icon at client/public/assets/keenable.svg - Unit tests covering auth flow, default URL, proxy support, and non-2xx error handling - .env.example documents KEENABLE_API_KEY and KEENABLE_API_URL The default endpoint is https://api.keenable.ai/v1/search and can be overridden via KEENABLE_API_URL. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| public | ||
| scripts | ||
| src | ||
| test | ||
| babel.config.cjs | ||
| check_updates.sh | ||
| index.html | ||
| jest.config.cjs | ||
| nginx.conf | ||
| package.json | ||
| postcss.config.cjs | ||
| tailwind.config.cjs | ||
| tsconfig.json | ||
| vite.config.ts | ||