To install dependencies:
bun iTo run:
bun evalRoadmap:
-
ingest(text: string) -
search(query: string, filters?: { tags?: Array<string | { not: string }> }[]) - Support filters in search
- Support for ingesting image and video
- Support for any OpenAI-compatible model
- Support graph memory (see brainstorm example below)

