* feat(ai): support 1M context window for Anthropic resources Add `enable_1m_context` boolean field to Anthropic resource configuration. When enabled (and not using Vertex AI), sends the `anthropic-beta: context-1m-2025-08-07` header in both the API proxy layer and the AI agent worker layer. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * fix(ai): add serde alias for enable_1M_context DB field name The resource_type schema uses `enable_1M_context` (uppercase M) but serde only matched `enable_1m_context` and `enable1mContext`, causing the field to always deserialize as false. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Windmill API
The API server, exposing functionality to other components and the frontend
This crate exposes both a library as well as a binary target.