apps/docs/memorybench/contributing.mdx
git clone https://github.com/YOUR_USERNAME/memorybench
cd memorybench
bun install
git checkout -b feature/your-feature
bun test
bun run src/index.ts <command>
cd ui
bun run dev
| Directory | Purpose |
|---|---|
src/cli/ | CLI commands |
src/orchestrator/ | Pipeline execution |
src/benchmarks/ | Benchmark adapters |
src/providers/ | Provider integrations |
src/judges/ | LLM judge implementations |
src/types/ | TypeScript interfaces |
ui/ | Next.js web interface |
See Extending MemoryBench for the full guide.
src/providers/yourprovider/index.tsProvider interfacesrc/providers/index.tssrc/utils/config.tssrc/benchmarks/yourbenchmark/index.tsBenchmark interfacesrc/benchmarks/index.tsOpen an issue on GitHub.