Add agents package with Flue

This commit is contained in:
-Puter
2026-07-19 03:24:40 +05:30
parent 8033a8edb0
commit dd1071cc10
75 changed files with 9205 additions and 51 deletions

View File

@@ -1,6 +1,23 @@
/* eslint-disable */
/**
* Generated `api` utility.
*
* THIS CODE IS AUTOMATICALLY GENERATED.
*
* To regenerate, run `npx convex dev`.
* @module
*/
import { anyApi, componentsGeneric } from "convex/server";
/**
* A utility for referencing Convex functions in your app's API.
*
* Usage:
* ```js
* const myFunctionReference = api.myModule.myFunction;
* ```
*/
export const api = anyApi;
export const internal = anyApi;
export const components = componentsGeneric();