purushah commented on code in PR #852:
URL: https://github.com/apache/flink-agents/pull/852#discussion_r3494562978


##########
python/flink_agents/api/resource.py:
##########
@@ -356,5 +356,17 @@ class Java:
             # Milvus
             MILVUS_VECTOR_STORE = 
"org.apache.flink.agents.integrations.vectorstores.milvus.MilvusVectorStore"
 
+    class RoutingStrategy:

Review Comment:
   Yes — the intended Python story for this PR is intentionally narrow: Python 
agents can reference the Java router resource by name using the mirrored FQCN 
constants. A native Python `ChatModelRouter` or Python-side `RoutingStrategy` 
SPI is out of scope for this PR and can be considered separately if/when 
Python-native routing becomes needed. I added the constants only as a bridge to 
the Java resource, not as a full Python routing surface.



-- 
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]

Reply via email to