| tag | 2c26cae518eeae6e8b58822d681b36b1a9468b00 | |
|---|---|---|
| tagger | Sxnan <sxnan@apache.org> | Tue Oct 14 10:20:51 2025 +0800 |
| object | aa0ba8040e69f475c4e50393050c58b5ffe33be3 |
Release Flink Agents 0.1.0
| commit | aa0ba8040e69f475c4e50393050c58b5ffe33be3 | [log] [tgz] |
|---|---|---|
| author | sxnan <suxuannan95@gmail.com> | Wed Oct 08 20:02:10 2025 +0800 |
| committer | sxnan <suxuannan95@gmail.com> | Wed Oct 08 20:02:10 2025 +0800 |
| tree | dda3935498af46795802977fd7be4544078b16fa | |
| parent | 3b2dc55373d04ddbf4d829834cb874993a98c59d [diff] |
Commit for release 0.1.0
Apache Flink Agents is an Agentic AI framework based on Apache Flink.
Prerequisites for building Flink Agents:
To clone from git, enter:
git clone https://github.com/apache/flink-agents.git
To build Flink Agents Java part, run:
cd flink-agents mvn clean install -DskipTests
cd python # Install uv (fast Python package manager) pip install uv # Create env and install build dependencies uv sync --extra build # Build sdist and wheel into python/dist/ uv run python -m build # Install the built wheel into the environment uv pip install dist/*.whl
cd python # Install project (editable) with 'build' extra/tools pip install -e .[build] # Build sdist and wheel into python/dist/ python -m build # Install the built wheel into the environment python -m pip install dist/*.whl
This will also package flink-agents jars in wheel, which is necessary when run agent as pyflink job.
# Build java and python bash -x tools/build.sh # Skip building java (must be built already) bash -x tools/build.sh -p
See the Apache Flink website for how to join the slack workspace. We use #flink-agents-dev for developement related discussions.
There is a weekly online sync. Everyone is welcome to join. Please find the schedule, agenda for the next sync, and records of previous syncs in this github discussion page.