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

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'