mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-08 20:34:48 +08:00
## Summary Debugging YahooFinance component in agent canvas returns "unknown component" and "no input_form". YahooFinance was only registered as an eino tool, not as a runtime component. The component factory only searches the runtime registry. - `universe_a_wrappers.go`: add `yahooFinanceComponent` wrapper delegating to `agenttool.YahooFinanceTool` with `GetInputForm()` - `fixture_stubs.go`: register `"YahooFinance"` component ## TEST `go build` and `go test ./internal/agent/component/...` all pass.