GitHub user xintongsong edited a discussion: Community Sync
There's a community sync for discussing developing progress, technical designs and community issues about Flink Agents. Everyone is welcome to join. * Schedule: 3:30pm Wed UTC * [Google Calendar](https://calendar.google.com/calendar/u/0?cid=NjA0ZmFmODVjYTA5MTg0ZmIwMzA0OGM2YTg5MTM5NTQ3YmUzMGY1NzMyNmEwMWRiNGVjYzA4ZGFiMjZiNzM0MUBncm91cC5jYWxlbmRhci5nb29nbGUuY29t) * The event might re-scheduled or skipped sometimes. It's strongly recommended to subscribe to the google calendar for update notifications. * [Google Meet](https://meet.google.com/ibo-zviz-cdi) The agenda of the next sync and minutes of previous syncs will be posted below. Please feel free to propose new topics for the agenda. --- ### 2025-12-24 * Canceled ### 2025-12-17 * Flink Agents 0.2 * #348 @wenjin272 * Java API * #321 @twosom * #334 @xli1996 @yanand0909 * #352 @GreatEugenius * Supports for the first Resource (ChatModel) is completed. Can use more help. * Support multiple Flink versions - Design WIP @GreatEugenius * Action Execution and Consistency - Design WIP, stale @Sxnan * AI-Ops Demo @Sxnan ### 2025-12-10 * Flink Agents 0.2 * #348 @wenjin272 * Java API * #326 @xli1996 * #321 @twosom * #334 @xli1996 @yanand0909 * Require Java 17 * CI: Add pipeline for Java 17, skip the tests for Java 11 * Investigate multi Java version supports * #352 @GreatEugenius * Once the first Resource (ChatModel) is supported, we can use more help on other Resources. * Action Execution and Consistency - Design WIP, stale @Sxnan * Support multiple Flink versions - Investigating @GreatEugenius * Flink Agents 0.1.1 * Released ### 2025-12-3 * Flink Agents 0.2 * Action Execution and Consistency - Design WIP @Sxnan * #348 @wenjin272 * Java API * #319 @xli1996 * #321 @twosom * #326 @xli1996 * #334 @xli1996 @yanand0909 * #352 @GreatEugenius * Need helps on * Subtasks of #352 * Support multiple Flink versions * Flink Agents 0.1.1 * All bugfix completed, ready for the RC vote ### 2025-11-26 * #302 * All previous issues and PRs are labeled * Flink Agents 0.2 * Action Execution and Consistency - Design WIP @Sxnan * #339 @wenjin272 * Java API * #319 @xli1996 * #321 @twosom * #326 @xli1996 * #334 @xli1996 @yanand0909 * #338 @GreatEugenius * Flink Agents 0.1.1 * [Issues](https://github.com/apache/flink-agents/issues?q=is%3Aissue%20state%3Aopen%20label%3AaffectVersion%2F0.1.0) * Try to fix the bugs in this week, and release in next week @wenjin272 ### 2025-11-19 * Canceled ### 2025-11-12 * Flink Agents 0.2 * #282 * Progress * Comprehensive Memory Management: design wip * Cross-Language supports: design wip * Support fine-grained durable execution: design wip * Several bug fixes * #274 * #276 * #293 * #297 * #302 * Start enforcing it if not objection ### 2025-11-5 * Flink Agents 0.2 * #282 * Progress * Comprehensive Memory Management: design wip * Cross-Language supports: design wip * #304 * #286 * Division of labor * We'll leave more time for people to go through the feature plan and to have offline discussions within their companies * Flink Agents 0.1.1 (bugfix version) * #302 * We'll leave it open for comments for a about 1 week, and if there's no objection we'll start to enforce it * Feedback from Current ### 2025-10-29 * Canceled ### 2025-10-22 * #282 * Preparing Flink Agents 0.1.1 (bugfix release) * Version control with GH Issues and Discussions * We are working on a solution based on the [Pulsar label strategy](https://pulsar.apache.org/contribute/develop-labels/). Once completed, we'll post in the community for discussion. * Shall we move the community sync to a Europe-friendly slot? * Beijing - 11:30pm * Berlin - 5:30pm * California - 8:30am * We'll post the proposed slot in the Slack dev channel for more feedbacks ### 2025-10-15 * Canceled ### 2025-10-08 * Developing progress updates * Adding examples: completed * Bugfix and minor improvements: no known blocker issues * Documentation * All docs for Python is completed * Need to add instructions for Java * Next: proceed with the release progress * Cut branch and create RC1 - today * Start voting - Oct 09~13 * Polish docs and release announcement - During the vote * Finalize the release - Oct 14 ### 2025-10-01 * Canceled ### 2025-09-24 * Developing progress updates * Phase 2: completed * Phase 3: completed * Adding example agents * python workflow example - completed * python react example - in progress @wenjin272 * java workflow example - not started * java react example - not started * Packaging - completed * Documentation * Website setup: completed - https://nightlies.apache.org/flink/flink-agents-docs-main/ * Overall structure: completed * Progress (0/13) - #196 * Bugfix and minor improvements * Progress (5/7) - #131 ### 2025-09-17 * Developing progress updates * Phase 2 * 1 remaining issue, @wenjin272 is working on it * Phase 3 * MCP integration: PR will be merged today @yanand0909 @wenjin272 * ChatModel integration: 4 providers on python side and 1 on java side are supported * Embedding Model: 2 providers on python side are supported * Vector Store: PR almost ready, blocked by the MCP integration PR @alnzng * Per-action state consistency: 2 PRs in review @letaoj * Phase 4 * Website and documentation framework is ready, waiting for ASF to put it online * Documentation * @Sxnan is preparing the quick-start example agents and overall architecture of the user documentation * #180 * Bugs and issues found during preparing the example and documentation will be collected in the umbrella issue. If anyone has the capacity, please pick up and fix. * #131 ### 2025-09-10 * Developing progress updates * Phase 2 * Python side all completed * Java side, 2 remaining issues, @wenjin272 will work on them * Phase 3 * MCP integration: PR in review @yanand0909 * EmbedModel & VectorStore: implementing @alnzng * ChatModel integration: * 4 providers / protocols are supported on python side: ollama, openai, anthropic, tongyi * We still need at least 1 supported on the java side, @letaoj will look into it after the per-action state consistency efforts * Per-action state consistency: 2 PRs in total, 1 is in review and 1 is being implemented @letaoj * Phase 4 (combined from previous phase 4 & 5) * @Sxnan is preparing the quick-start example agents and overall architecture of the user documentation * @GreatEugenius is preparing the website and documentation framework * Time plan for the release * 9.22 - Major features completed, start testing, bug fixing and experience improving * 9.30 - User documentation completed, continue with bug fixing and experience improving * 10.9-14 - Vote and release ### 2025-09-03 * Canceled ### 2025-08-27 * Developing progress updates * Phase 2: * Java API for Prompt, Tool and ChatModel: PR in review @AmenAdem * ReAct Agent: PR in review @wenjin272 * Phase 3: * MCP Integration: implementing @yanand0909 * Built-In Chat Model * ollama: finished * openai: in-review @wenjin272 * tongyi: in-review @KeGu-069 * API & Abstraction for Embed Model & Vector Store: @alnzng will look into ti * Per-action state consistency: implementing @letaoj ### 2025-08-20 * Developing progress updates * Phase 2: * Java API for Prompt, Tool and ChatModel: PR in review @AmenAdem * ReAct Agent: In Progress @wenjin272 * Phase 3: * MCP Integration: reach consensus on API, proceed with implementation @yanand0909 * Built-In Chat Model * ollama: finished * openai: in-progress @wenjin272 * tongyi: in-review @KeGu-069 * Per-action state consistency: design in discussion @letaoj * Event log and listener: completed ### 2025-08-13 * Developing progress updates * Phase 1: Completed * Phase 2: 2 Remaining issues, both being worked on * Phase 3: * Design / codes being discussed * MCP Server (Tools, Prompts) @lihaosky * Per-action state consistency @letaoj * Event-log & event-listener - @alnzng * Completed: * Metrics mechanism * Async execution in python * Ollama chat model integration * We went through the [Per-Action Consistency Design](https://github.com/apache/flink-agents/discussions/108) from @letaoj ### 2025-08-06 * Developing progress updates * Phase 1: 1 remaining issue, PR in review. * Phase 2: Mostly done on the python side, only 1 remaining issue. Java side is still being worked on. * Phase 3: Design of the following items are in progress * MCP Server (Tools, Prompts), EmbedModel, VectorStore @lihaosky * Per-action state consistency @letaoj * Event-log & event-listener - @alnzng * We went through the [Memory Design](https://github.com/apache/flink-agents/discussions/92) from @coderplay. ### 2025-07-30 * Developing progress updates * Phase 1: Almost done. Only 1 remaining issue, @xli1996 and @letaoj will look into it. * Phase 2: Still in progress. @wenjin272 is working on the Python side. @lihaosky will find people to work on the Java side. * Time-plan review * We are 2 weeks behind the schedule * So we decide to downgrade the following items in Phase 3 as optional for the MVP version * Hierarchy Agent * Cross-language invocation * Local python runtime * We also assigned some important items in Phase 3 as follows. The assignee would create an initial design doc for further discussions. * MCP Server (Tools, Prompts), EmbedModel, VectorStore - @lihaosky * Long-term memory - @coderplay * @coderplay shared a [wip design](https://gist.github.com/coderplay/54e66cd0f81ad7200574281cd2c4dd6e) and will post in Github discussion once completed. * Per-action state consistency - @letaoj * Event-log & event-listener - @alnzng * We aligned around the timeline targeting a MVP release by the end of September, which means most of the development should be completed in early September. * @thefalc will post the target use cases of the MVP release in Github discussion ### 2025-07-24 * Canceled GitHub link: https://github.com/apache/flink-agents/discussions/66 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
