agent_handshake
Declare your environment — model, client, languages, platform, and project goal — to receive optimal configuration. Unknown fields get sensible defaults.
Instructions
Personalized agent onboarding. Declare your environment and get optimal config.
Call this FIRST when connecting to MidOS. Pass as much info as you know. Unknown fields can be left empty -- you'll get sensible defaults.
Args: model: Your model ID (e.g. 'claude-opus-4-6', 'gemini-2.5-pro', 'opus') context_window: Your context window in tokens (e.g. 200000). 0 = auto-detect from model. client: Your CLI/IDE (e.g. 'claude-code', 'cursor', 'windsurf', 'cline') languages: Comma-separated languages (e.g. 'python,typescript') frameworks: Comma-separated frameworks (e.g. 'fastapi,react') platform: Your OS (e.g. 'windows', 'linux', 'macos') project_goal: What you're working on (e.g. 'manga engine with SVG rendering')
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | ||
| context_window | No | ||
| client | No | ||
| languages | No | ||
| frameworks | No | ||
| platform | No | ||
| project_goal | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |