SPB Git

spb/poche Public

Agent personnel 100 % on-device — SwiftUI + Apple Foundation Models + EventKit + SwiftData. Aucune API, aucun serveur.

Swift 100%
492 B · 18 lines swift
Raw Blame History
1//2//  CondensedSummary.swift3//  Poche4//5//  Author:  Simon-Pierre Boucher6//  Contact: contact@spboucher.ai7//89import FoundationModels1011/// Structured output for conversation condensation. Never a free string12/// to parse (CLAUDE.md §10).13@Generable14struct CondensedSummary {15    @Guide(description: "Résumé dense et fidèle de la conversation, en français, 150 mots maximum. Conserve les faits, décisions, dates et actions confirmées. Aucune invention.")16    let summary: String17}18