flndrn 717bd2b68b feat: platform proxy + Studio data layer for end-to-end table editor 2 miesięcy temu
..
src 717bd2b68b feat: platform proxy + Studio data layer for end-to-end table editor 2 miesięcy temu
test c5aa765f6b feat(studio): fork supabase studio + rebrand to briven (phases 0-5.1) 3 miesięcy temu
README.md c5aa765f6b feat(studio): fork supabase studio + rebrand to briven (phases 0-5.1) 3 miesięcy temu
edge.ts c5aa765f6b feat(studio): fork supabase studio + rebrand to briven (phases 0-5.1) 3 miesięcy temu
index.ts c5aa765f6b feat(studio): fork supabase studio + rebrand to briven (phases 0-5.1) 3 miesięcy temu
package.json c5aa765f6b feat(studio): fork supabase studio + rebrand to briven (phases 0-5.1) 3 miesięcy temu
tsconfig.json c5aa765f6b feat(studio): fork supabase studio + rebrand to briven (phases 0-5.1) 3 miesięcy temu
vitest.config.ts c5aa765f6b feat(studio): fork supabase studio + rebrand to briven (phases 0-5.1) 3 miesięcy temu
vitest.setup.ts c5aa765f6b feat(studio): fork supabase studio + rebrand to briven (phases 0-5.1) 3 miesięcy temu

README.md

ai-commands

Main purpose

This package contains all features involving AI and LLMs (eg. via OpenAI API). Each feature is implemented as a function which can be easily tested for regressions.

The streaming functions only work on Edge runtime so they can only be imported via a special edge subpath like so:

import { chatRlsPolicy } from 'ai-commands/edge'