File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1- # llumen AGENTS
1+ ## Project Overview
22
3- llumen is a LLM chat web-application featuring three modes: normal chat, search and deep research .
3+ Privacy-focused LLM chat web-application optimized for minimal hardware (Raspberry Pi, old laptops) .
44
55## Architecture
66
@@ -61,3 +61,4 @@ Please never change git config by running `git config --global user.name` or `gi
6161- If very complex logic changed, check ` .github/workflows/check.yml ` and try pass all CI tests.
6262- If dependency changed, regenerate third-party licenses by ` pnpm run generate-licenses ` in frontend and ` cargo xtask gen-license ` in backend.
6363- ` pnpm build ` , ` cargo build ` and ` cargo test --release ` is usually unnecessary.
64+ - DO NOT run ` pnpm dev ` or ` cargo xtask run ` , those are intended for user to run!
You can’t perform that action at this time.
0 commit comments