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 4c0ea9a  [Feature][API][python] Use Python property to simplify the 
getter in RunnerContext (#183)
     new dd1c20b  [package] Add flink-agents-dist module to assemble jars.
     new e3c0da3  [package] Support package flink-agents-dist jar in python 
wheel.
     new 96c2a9d  [runtime] Avoid manually adding the framework jars in user 
code.

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:
 .licenserc.yaml                                    |  1 +
 README.md                                          | 12 ++++++++
 .../agent-plan-compatibility-test => dist}/pom.xml | 31 +++++++++++--------
 dist/src/main/resources/META-INF/NOTICE            | 21 +++++++++++++
 .../main/resources/META-INF/licenses/LICENSE.jsoup | 21 +++++++++++++
 .../resources/META-INF/licenses/LICENSE.ollama4j   | 21 +++++++++++++
 .../main/resources/META-INF/licenses/LICENSE.slf4j | 21 +++++++++++++
 .../flink/agents/examples/ReActAgentExample.java   |  3 +-
 plan/pom.xml                                       |  1 +
 pom.xml                                            |  1 +
 python/flink_agents/api/execution_environment.py   |  3 ++
 .../integrate_datastream_with_agent_example.py     | 11 -------
 .../examples/integrate_table_with_agent_example.py | 11 -------
 .../integrate_table_with_react_agent_example.py    | 11 -------
 .../quickstart/product_improve_suggestion.py       | 11 -------
 .../examples/quickstart/product_review_analysis.py | 12 --------
 python/pyproject.toml                              |  9 ++++++
 runtime/pom.xml                                    |  2 ++
 tools/build.sh                                     | 36 ++++++++++++++++++++--
 19 files changed, 167 insertions(+), 72 deletions(-)
 copy {e2e-test/agent-plan-compatibility-test => dist}/pom.xml (69%)
 create mode 100644 dist/src/main/resources/META-INF/NOTICE
 create mode 100644 dist/src/main/resources/META-INF/licenses/LICENSE.jsoup
 create mode 100644 dist/src/main/resources/META-INF/licenses/LICENSE.ollama4j
 create mode 100644 dist/src/main/resources/META-INF/licenses/LICENSE.slf4j

Reply via email to