You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: update install guide with natural language triggers and port changes
- Guide users to say 'remember this' and similar phrases
- Keep keyword triggers in skill files for agent detection
- Change default ports to 11933 (server) and 11944 (agfs)
- Remove export OPENVIKING_CONFIG_DIR since default is ~/.openviking
- Support OpenClaw, Claude Code, and other agents in skills section
- Move Rust CLI build instructions to advanced doc
- Fix data dir note to reference storage.workspace
- Remove migration guide from advanced doc
See [INSTALL_ADVANCED.md](./INSTALL_ADVANCED.md) for building from source.
43
38
44
39
### 4. Configure and Start Server
45
40
@@ -76,18 +71,17 @@ EOF
76
71
77
72
**Replace `your-api-key` with your actual API key.**
78
73
79
-
> 💡 **Note:** Data is stored in `./data` by default. You can change this by setting the `OPENVIKING_CONFIG_DIR` environment variable before starting the server.
74
+
> 💡 **Note:** Data is stored in `~/.openviking/data` by default (set via `storage.workspace` in ov.conf). See [INSTALL_ADVANCED.md](./INSTALL_ADVANCED.md) to customize data location.
@@ -107,55 +101,67 @@ Skills enable agents to use OpenViking. Install them to your agent's skill direc
107
101
108
102
> 🤖 **For AI Agents reading this:** Ask your user if they want to install the OpenViking skills (adding-memory, adding-resource, searching-context). Proceed only if they confirm.
0 commit comments