This is an automated email from the ASF dual-hosted git repository.
xintongsong pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/flink-agents.git
from 9c7e6640 [Feature] Cross Language Actions (#709)
add 0e89ac88 [api][plan][runtime] Separate prompt arguments from message
extra_args in BaseChatModelSetup.chat() (#698)
No new revisions were added by this update.
Summary of changes:
.../agents/api/chat/model/BaseChatModelSetup.java | 23 ++++--
.../chat/model/python/PythonChatModelSetup.java | 8 +-
.../flink/agents/api/event/ChatRequestEvent.java | 21 ++++-
.../agents/api/chat/model/BaseChatModelTest.java | 93 +++++++++++++++++++++-
.../model/python/PythonChatModelSetupTest.java | 17 ++--
docs/content/docs/development/prompts.md | 18 +++--
docs/content/docs/development/workflow_agent.md | 16 +++-
.../docs/get-started/quickstart/workflow_agent.md | 16 +++-
.../python/chat_request_event.json | 1 +
.../examples/agents/ProductSuggestionAgent.java | 6 +-
.../examples/agents/ReviewAnalysisAgent.java | 6 +-
.../examples/agents/TableReviewAnalysisAgent.java | 6 +-
.../flink/agents/plan/actions/ChatModelAction.java | 30 ++++++-
.../plan/actions/ChatModelActionRetryTest.java | 59 +++++++++++++-
python/flink_agents/api/chat_models/chat_model.py | 27 ++++---
.../api/chat_models/tests/test_chat_model_base.py | 86 +++++++++++++++++++-
python/flink_agents/api/events/chat_event.py | 14 +++-
.../built_in_action_async_execution_test.py | 7 +-
.../e2e_tests_mcp/mcp_test.py | 13 +--
.../quickstart/agents/product_suggestion_agent.py | 5 +-
.../quickstart/agents/review_analysis_agent.py | 10 ++-
.../agents/table_review_analysis_agent.py | 10 ++-
.../flink_agents/plan/actions/chat_model_action.py | 17 +++-
.../tests/actions/test_chat_model_action_retry.py | 73 ++++++++++++++++-
.../flink_agents/runtime/java/java_chat_model.py | 17 +++-
.../runtime/tests/test_built_in_actions.py | 24 +++---
26 files changed, 527 insertions(+), 96 deletions(-)