merlyn/server/utils/agents/aibitat/providers/helpers
Timothy Carambat faf2dd998e
Add capability detection and streaming usage for Generic OpenAI provider (#5477)
- Add ENV-configurable model capabilities (tools, reasoning, vision,
  imageGeneration) via PROVIDER_SUPPORTS_* environment variables
- Add optional stream usage reporting via GENERIC_OPEN_AI_REPORT_USAGE
- Fix streaming tool calls for providers that send null tool_call.id
  (e.g., mlx-server) by generating fallback UUIDs
- Refactor supportsNativeToolCalling() to use centralized capabilities API
2026-04-21 09:31:58 -07:00
..
classes.js Add LMStudio agent support (generic) support (#1246) 2024-05-07 16:35:47 -07:00
tooled.js Add capability detection and streaming usage for Generic OpenAI provider (#5477) 2026-04-21 09:31:58 -07:00
untooled.js Automatic mode for workspace (Agent mode default) (#5143) 2026-03-18 12:35:43 -07:00