nexo_startup
Initialize a new cognitive memory session, clean stale sessions, and receive a session ID (SID) for ongoing agent memory operations.
Instructions
Register new session, clean stale ones, return active sessions + alerts.
Call this ONCE at the start of every conversation. Returns the session ID (SID) — store it for use in all other nexo_ tools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | No | Initial task description. | Startup |
| session_token | No | External client session token. Claude Code passes its UUID via hooks; other clients may pass a synthetic durable token when useful. Pass this to enable automatic inter-terminal inbox detection when available. | |
| session_client | No | Optional client label such as `claude_code` or `codex`. | |
| conversation_id | No | Stable client-side conversation identifier when available. | |
| session_provider | No | Optional provider label such as `anthropic` or `openai`. | |
| claude_session_id | No | Legacy alias for the external client session token. |