This is an automated email from the ASF dual-hosted git repository.

xtsong pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/flink-agents.git


    from 893e5232 [log] Improve the event log content for PythonEvent
     new 763e591b [plan][java] Built-in actions support async execution.
     new bb8b526d [runtime] Disable async exeuction for cross language resource.
     new e0801a06 [runtime] Built-in actions support durable execution.

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../agents/api/agents/AgentExecutionOptions.java   | 10 ++++++++
 .../integration/test/ChatModelIntegrationTest.java | 26 +++++++++++--------
 .../resource/test/ChatModelCrossLanguageTest.java  | 26 +++++++++++--------
 .../flink/agents/plan/actions/ChatModelAction.java | 30 +++++++++++++++++++++-
 .../plan/actions/ContextRetrievalAction.java       | 30 +++++++++++++++++++++-
 .../flink/agents/plan/actions/ToolCallAction.java  | 28 +++++++++++++++++++-
 .../flink_agents/plan/actions/chat_model_action.py |  5 ++--
 .../plan/actions/context_retrieval_action.py       |  5 ++--
 .../flink_agents/plan/actions/tool_call_action.py  |  2 +-
 9 files changed, 134 insertions(+), 28 deletions(-)

Reply via email to