mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-06-12 15:31:07 +08:00
ReActAgentComponent now requires subclasses to override model(ctx) returning a ModelSpec. The legacy buildModel(ctx) becomes a non-abstract escape hatch with a default implementation delegating to model(ctx).resolve(agentConfig()). Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>