wenjin272 opened a new pull request, #809: URL: https://github.com/apache/flink-agents/pull/809
<!-- * Thank you very much for contributing to Flink Agents. * Please add the relevant components in the PR title. E.g., [api], [runtime], [java], [python], [hotfix], etc. --> <!-- Please link the PR to the relevant issue(s). Hotfix doesn't need this. --> Linked issue: #775 ### Purpose of change The "split topology from infra" pattern documented in yaml.md fails because YamlAgentsDocument declares agents as required, so an infrastructure-only file (shared chat-model connections, vector stores, ...) is rejected. Make agents default to empty on both Python and Java sides, re-export yaml-schema.json, add infra-only regression tests, and note the optional block in the docs. ### Tests ut ### API Make agents in YAML spec default to empty on both Python and Java sides ### Documentation <!-- Do not remove this section. Check the proper box only. --> - [ ] `doc-needed` <!-- Your PR changes impact docs --> - [ ] `doc-not-needed` <!-- Your PR changes do not impact docs --> - [ ] `doc-included` <!-- Your PR already contains the necessary documentation updates --> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
