tpmjs/packages/db/prisma
Ajax Davis 3259e038fb feat: add Omega AI agent chat feature
- Add Prisma models for conversations, messages, participants, tool runs, and user settings
- Create API endpoints for conversation CRUD and SSE message streaming
- Build landing page with sample prompts at /omega
- Build chat interface with real-time streaming at /omega/[conversationId]
- Integrate @tpmjs/registry-search and @tpmjs/registry-execute packages
- Use OpenAI GPT-4.1 Mini as the default model
2026-01-23 09:03:10 +10:00
..
backfill-usernames.ts fix: make username compulsory and improve MCP error messages 2026-01-14 04:21:41 +10:00
make-agents-public.ts fix: add admin endpoint to make existing agents public 2026-01-07 22:24:32 +10:00
schema.prisma feat: add Omega AI agent chat feature 2026-01-23 09:03:10 +10:00
seed.ts feat(db): create database package with Prisma schema for NPM registry 2025-11-28 02:07:39 +10:00