AIForm is a new PHP component for the NeuronAI framework that replaces traditional HTML forms with multi-turn AI conversations. Developers define a data class using `#[SchemaProperty]` attributes, extend `AIForm`, wire up an AI provider, and the component handles conversation state, field tracking, validation retries, and a confirmation step before committing data. It supports human-in-the-loop interruption for user review, integrates with Inspector for production observability, and is installable via Composer as `neuron-ai/ai-form`.

Sort: