en un clic
en un clic
Configure Honcho memory plugin settings interactively
Interview the user to capture stable, cross-project preferences and save them to Honcho
First-time Honcho configuration -- set API key, validate connection, create config
Migrates Honcho Python SDK code from v1.6.0 to v2.0.0. Use when upgrading honcho package, fixing breaking changes after upgrade, or when errors mention AsyncHoncho, observations, Representation class, .core property, or get_config methods.
Migrates Honcho TypeScript SDK code from v1.6.0 to v2.0.0. Use when upgrading @honcho-ai/sdk, fixing breaking changes after upgrade, or when errors mention removed APIs like .core, getConfig, observations, or snake_case properties.
Integrate Honcho memory and social cognition into existing Python or TypeScript codebases. Use when adding Honcho SDK, setting up peers, configuring sessions, or implementing the dialectic chat endpoint for AI agents.
| name | honcho-status |
| description | Show current Honcho memory status and configuration |
| user-invocable | true |
Display the current Honcho memory system status, including configuration, session info, connection health, and live API stats.
Run /honcho-status to see the current state of the Honcho memory system.
After running the script, present a concise status card echoing the runner output. Do NOT add prose commentary — the output speaks for itself. Only add a one-line note if something looks wrong (e.g. auth failed, unreachable, 0 conclusions).
bun run ./src/skills/status-runner.ts