- Use `tokio::spawn` to run Redis SET for `SET_CONTEXT` in a background task with detailed tracing. - Move context retrieval from `BotOrchestrator` to `SessionManager`, inserting it as a system message in conversation history. - Remove redundant Redis fetch logic from `BotOrchestrator`. - Update `DEV.md` to install `valkey-cli`, reorder cargo tools, and adjust apt commands. - Add a `SET_CONTEXT "azul bolinha"` example to the announcements template.
27 lines
460 B
Markdown
27 lines
460 B
Markdown
# LLM
|
|
|
|
Zed Assistant: Groq + GPT OSS 120B |
|
|
FIX Manual: DeepSeek | ChatGPT 120B | Claude 4.5 Thinking | Mistral
|
|
ADD Manual: Claude/DeepSeek -> DeepSeek
|
|
|
|
# DEV
|
|
|
|
curl -sSL https://get.livekit.io | bash
|
|
livekit-server --dev
|
|
|
|
cargo install cargo-audit
|
|
cargo install cargo-edit
|
|
|
|
apt install -y xclip valkey-cli
|
|
|
|
# Util
|
|
|
|
cargo upgrade
|
|
cargo audit
|
|
|
|
valkey-cli -p 6379 monitor
|
|
|
|
# Prompt add-ons
|
|
|
|
- Prompt add-ons: Fill the file with info!, trace! and debug! macros.
|
|
-
|