mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-06-10 19:26:54 +08:00
resolve() is the framework SPI: ReActAgentComponent (in a different package) needs to call spec.resolve(cfg), which protected access does not permit. The test's TestSpec override is widened in lockstep since Java forbids narrowing visibility on override. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>