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 6dc22c94 [example] Use Table API in workflow_multiple_agent_example 
(#504)
     new aa74b12c [runtime] Support configure the thread pool size for async 
executor.
     new f367efd1 [example] Limit async chat request to avoid overwhelming 
ollama server.
     new cc217159 [runtime] Cancel pending futures when shutdown async executor.
     new 67808c55 [doc] Add hint for using aysnc execution in java.

The 4 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    |  7 ++++++-
 docs/content/docs/development/workflow_agent.md     |  4 ++++
 .../docs/get-started/quickstart/react_agent.md      |  4 ++++
 .../docs/get-started/quickstart/workflow_agent.md   |  5 ++++-
 docs/content/docs/operations/configuration.md       |  1 +
 .../flink/agents/examples/ReActAgentExample.java    |  5 ++++-
 .../examples/WorkflowMultipleAgentExample.java      |  4 ++++
 .../agents/examples/WorkflowSingleAgentExample.java |  4 ++++
 python/flink_agents/api/core_options.py             |  7 +++++++
 .../examples/quickstart/react_agent_example.py      |  4 ++++
 .../quickstart/workflow_multiple_agent_example.py   |  4 ++++
 .../quickstart/workflow_single_agent_example.py     |  4 ++++
 python/flink_agents/runtime/flink_runner_context.py |  7 ++++---
 .../runtime/async/ContinuationActionExecutor.java   |  2 +-
 .../runtime/operator/ActionExecutionOperator.java   | 14 ++++++++++----
 .../runtime/python/utils/PythonActionExecutor.java  | 21 +++++++++++++++------
 .../runtime/async/ContinuationActionExecutor.java   |  5 +++--
 17 files changed, 83 insertions(+), 19 deletions(-)

Reply via email to