seisei_apple 0.1.0-dev.10
seisei_apple: ^0.1.0-dev.10 copied to clipboard
Apple Foundation Models provider and Flutter bridge for Seisei.
0.1.0-dev.10 #
- Encode explicit
ObjectField.nullValueunion variants as FoundationModelsanyOfbranches and verify them in the local AFM smoke.
0.1.0-dev.9 #
- Encode
ObjectField.discriminatedUnionschemas as tagged FoundationModelsanyOfobject variants.
0.1.0-dev.8 #
- Emit
GenerationChunk.structuredPatchesfor schema-backed structured streaming snapshots.
0.1.0-dev.7 #
- Decode safe schema-backed streaming snapshots into
GenerationChunk.partialValuewhile preserving raw snapshots and terminal values.
0.1.0-dev.6 #
- Encode verified field-level union schemas from
seisei_schemainto FoundationModelsanyOfJSON.
0.1.0-dev.5 #
- Encode nested object schemas, string enum choices, numeric ranges, string patterns, and array size constraints into FoundationModels schema JSON.
- Improve PCC availability diagnostics for context-sensitive
fmCLI behavior.
0.1.0-dev.4 #
- Map typed
seisei_schemaobject fields into FoundationModels schema JSON and verify typed schema generation in the local AFM smoke.
0.1.0-dev.3 #
- Add streaming generation support for the system Apple model through
AppleFoundationModelsBackend.stream,AppleFoundationModelsProvider.stream, the localfmCLI backend, and native iOS/macOS Flutter event channels.
0.1.0-dev.2 #
- Add
FoundationModelsSchemaEncoderfor mapping the currentseisei_schemaObjectSchemacontract into FoundationModelsGenerationSchemaJSON files and provider metadata.
0.1.0-dev.1 #
- Add native iOS/macOS schema-backed generation for provider-specific
FoundationModels
GenerationSchemaJSON files passed throughschemaPath.
0.1.0-dev.0 #
- Add Apple Foundation Models backend abstraction and
fmCLI backend boundary.