walrus-daemon 0.0.5

Walrus agent runtime with memory, tools, and local inference
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# walrus-daemon

The Walrus daemon (`walrusd`).

Runs as a background service, exposing agents over a Unix domain socket.
Manages agent configuration, skills, MCP servers, memory tools, channels,
and cron-scheduled tasks.

## Features

- `local` (default) — Local model inference via mistral.rs
- `cuda` — NVIDIA CUDA GPU acceleration
- `metal` — Apple Metal GPU acceleration

## License

GPL-3.0