Files
ragflow/internal
Hz_ b2e82a42d6 fix(go-agent): Yahoofinance input and run (#16658)
## 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.
2026-07-06 19:14:50 +08:00
..
2026-07-06 18:14:05 +08:00
2026-07-06 18:14:05 +08:00
2026-07-06 18:14:05 +08:00
2026-07-06 18:20:42 +08:00
2026-07-05 20:45:35 +08:00
2026-07-06 18:14:05 +08:00
2026-07-02 09:45:01 +08:00
2026-07-06 10:58:40 +08:00
2026-07-03 15:08:37 +08:00
2026-07-06 10:58:40 +08:00