@openvole/paw-session
v1.0.0
Published
Session management Paw for OpenVole — per-session transcript and metadata
Downloads
401
Maintainers
Readme
@openvole/paw-session
Session and conversation management.
Part of OpenVole — the microkernel AI agent framework.
Install
npm install @openvole/paw-sessionConfig
{
"name": "@openvole/paw-session",
"allow": {
"env": ["VOLE_SESSION_DIR", "VOLE_SESSION_TTL"]
}
}Environment Variables
| Variable | Description |
|----------|-------------|
| VOLE_SESSION_DIR | Directory for storing session data |
| VOLE_SESSION_TTL | Session time-to-live before expiry |
Tools
| Tool | Description |
|------|-------------|
| session_history | Read conversation history for a session |
| session_clear | Clear a session's transcript and metadata |
| session_list | List all active sessions with their last activity time |
