Langfuse is an open source LLM engineering platform for developing, monitoring, evaluating and debugging AI applications. See the README for more details.
- Run
pnpm run lintto lint all packages. - Fix issues automatically with
pnpm run lint:fix.
- Codex cannot run the test suite because it depends on Docker-based infrastructure that is unavailable in this environment.
- When writing tests, focus on decoupling each
itortestblock to ensure that they can run independently and concurrently. Tests must never depend on the action or outcome of previous or subsequent tests. - When writing tests, especially in the tests/async directory, ensure that you avoid
pruneDatabasecalls.
- Additional folder-specific rules live in
.cursor/rules/.
- Follow Conventional Commits when crafting commit messages.