tpmjs/packages
Ajax Davis 552f319583 feat: add AI Agents feature with multi-provider support and documentation
- Add Agent, AgentCollection, AgentTool, UserApiKey, Conversation, Message models to Prisma schema
- Create agent types and Zod schemas in @tpmjs/types
- Implement AES-256 API key encryption utilities
- Add CRUD API endpoints for agents, tools, collections, and user API keys
- Create conversation streaming endpoint with SSE events
- Build agent tool builder to merge collections and individual tools
- Add dashboard pages: agents list, new agent form, agent detail/edit, chat interface
- Add API keys settings page for managing provider keys
- Add comprehensive Agents documentation section to /docs
- Update navigation to include Agents link in header and mobile menu
- Add new icons: terminal, puzzle, message, key, info, send

Supported providers: OpenAI, Anthropic, Google, Groq, Mistral
2026-01-02 20:08:52 +10:00
..
config fix: add biome-ignore comments and config overrides for lint issues 2026-01-02 01:51:46 +10:00
db feat: add AI Agents feature with multi-provider support and documentation 2026-01-02 20:08:52 +10:00
env chore: prepare for Hacker News launch 2025-12-28 11:46:59 +10:00
mocks feat: upgrade to AI SDK v6 beta and Zod v4 to fix tool schema errors 2025-11-30 19:14:01 +10:00
npm-client feat: upgrade to AI SDK v6 beta and Zod v4 to fix tool schema errors 2025-11-30 19:14:01 +10:00
package-executor fix: evaluate SANDBOX_EXECUTOR_URL at runtime 2026-01-02 12:06:38 +10:00
storybook feat: upgrade to AI SDK v6 beta and Zod v4 to fix tool schema errors 2025-11-30 19:14:01 +10:00
test feat: upgrade to AI SDK v6 beta and Zod v4 to fix tool schema errors 2025-11-30 19:14:01 +10:00
tool-ideas feat: add 55 new business tools and improve existing implementations 2026-01-01 19:23:32 +10:00
tools fix: add biome-ignore comments and config overrides for lint issues 2026-01-02 01:51:46 +10:00
types feat: add AI Agents feature with multi-provider support and documentation 2026-01-02 20:08:52 +10:00
ui feat: add AI Agents feature with multi-provider support and documentation 2026-01-02 20:08:52 +10:00
utils chore: prepare for Hacker News launch 2025-12-28 11:46:59 +10:00