Vellium Adds Desktop Pets and CLI-Inspired Agents for Local LLMs

Vellium, an open-source crossplatform app for using local LLMs (mostly writing and RP), has shipped two major features: desktop pets and an agents tab. The project is available on GitHub at tg-prplx/vellium.
Desktop Pets
You can now create a custom pet or use a ready-made one from the Codex OAI app. The pet sits on top of all windows, changes emotions, and is interactive — hover over it to open an interface. Chat with the pet directly. The feature is described as raw, with plans to improve the everyday experience to feel more like a real desktop companion.
Agents Tab
The agents tab is disabled by default — enable it in settings. It's designed as a visual wrapper around CLI-like agents. Capabilities include:
- Reading your documents
- Running terminal commands
- Acting as a coding assistant
- Reading folders and editing files
- Connecting MCP servers (existing MCP servers can be added to the agent)
Other Updates
- Custom fields in chat mode — you can add or remove fields.
- Multiple bug fixes and smaller improvements, largely driven by GitHub issues.
The developer notes most development time went into fixing bugs. Feedback via GitHub issues is appreciated.
📖 Read the full source: r/LocalLLaMA
👀 See Also

FlowBoard v5: Event-Sourced Project Workspace for Multi-Agent Teams
FlowBoard v5 rebuilds the project context layer on React with an event-sourced task store, enables multi-agent coordination across OpenClaw, Claude Code, and Cursor, and introduces an Ideas-to-Specs pipeline.

Cowork Context Management Kit Solves Claude's File Overload Problem
A developer built a context management kit for Cowork after Claude AI was reading all 462 files in their project folder, causing performance issues and contradictions. The solution includes global instructions, a manifest file system, and a Cowork skill to prioritize relevant documents.

Claude Desktop App Cowork Feature Enables AI-to-AI Communication via Shared Google Docs
Users have successfully implemented Claude-to-Claude communication using the new cowork function in the desktop app, with two agents reading and writing to a shared Google Doc. The test involved five rounds of question-and-answer dialogue between the AI agents.

MCP Support Merged into llama.cpp with New WebUI Features
The Model Context Protocol (MCP) pull request for llama.cpp has been merged, adding MCP support, tool calls, an agentic loop, and a server selector to the llama-server/WebUI side.