agent_handshake
Onboard your agent by providing model, context window, client, languages, frameworks, platform, and project goal to receive an optimized configuration tailored to your setup.
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 | ||
| client | No | ||
| platform | No | ||
| languages | No | ||
| frameworks | No | ||
| project_goal | No | ||
| context_window | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |