Honcho Python SDK Migration (v1.6.0 → v2.1.1) Overview This skill migrates code from Python SDK v1.6.0 to v2.1.1 (required for Honcho 3.0.0+). Key breaking changes: - / / removed → use accessor - "Observation" → "Conclusion" terminology - class removed (returns now) - / → / - Streaming via instead of - removed - property removed Quick Migration 1. Update async architecture 2. Replace observations with conclusions 3. Update representation handling 4. Rename configuration methods 5. Update method names 6. Update streaming 7. Update queue status (formerly deriver) 8. Update representation parame…