- f77ae28 [docs] Update installation instructions for Flink Agents with PyPI and source build details (#170) by Xuannan · 2 days ago main
- 44e123f [api][python] support VectorStore and provide a built-in Chroma implementation (#165) by Alan Z. · 2 days ago
- e8e6cf7 [hotfix] fix the title of docs index (#184) by Eugene · 2 days ago
- 401b928 [python][examples] Add quickstart workflow examples (#158) by Xuannan · 2 days ago
- 62ff960 [api][python] Add built-in mcp support. by WenjinXie · 8 days ago
- 407eac4 [hotfix] Refactor Prompt abstraction. by WenjinXie · 8 days ago
- 8bca19a [infra] Upgrade minimum python version from 3.9 to 3.10 and fix ruff error. by WenjinXie · 8 days ago
- 7b322db [hotfix] Fix code format by Xintong Song · 3 days ago
- 2a81e77 [hotfix] Adapt ollama integration after refactor chat model api. (#182) by Wenjin Xie · 3 days ago
- a517ca1 [Feature][Integrations][java] Integration with OllamaChatModel (#162) by twosom · 3 days ago
- 1e2098c [api][java] Support pass additional config for action. by WenjinXie · 4 days ago
- fb8ed57 [api][java] Support add resources and actions to environment and agent. by WenjinXie · 5 days ago
- 36df0b4 [api] Add correspond annotation after sperate chat model abstraction. by WenjinXie · 5 days ago
- f0cb80a [Feature] [integration][python] OpenAI embedding model integration (#176) by Alan Z. · 3 days ago
- 77025fa [Feature] Change default value of extract_reasoning in OllamaChatModelSetup to true (#167) by Eugene · 4 days ago
- 7f35da3 [api][java] Separate the abstraction of ChatModel to connection and setup in java. by WenjinXie · 8 days ago
- 39aa1de [api][java] Add ResourceDescriptor abstraction. by WenjinXie · 8 days ago
- 30b18df [hotfix] Move BaseTool and related class loaction. by WenjinXie · 8 days ago
- e02f29c [docs] Set up Flink Agents Document Website (#155) by Eugene · 8 days ago
- 635be87 [api][python] Add Embedding Model abstraction and provide a built-in Ollama embedding model implementation (#150) by Alan Z. · 9 days ago
- 338a20a [api][java] Introduce ChatModel,Tool and Prompt in Java by Adem Amen Thabti · 8 weeks ago
- e9b5654 [api][python] Introduce built-in ReAct Agent. by WenjinXie · 3 weeks ago
- dd65ab0 [api][plan][runtime] Support pass additional parameters to action. by WenjinXie · 3 weeks ago
- 300d052 [api][plan][runtime] Support register resources in execution envrionment. by WenjinXie · 3 weeks ago
- bcf8f0b [runtime][python] Refactor built-in actions to execute tool calls from one response one time. by WenjinXie · 3 weeks ago
- 6847575 [hotfix] Use re rather than Formatter to format Prompt to support json schema in prompt. by WenjinXie · 3 weeks ago
- 95c1f9c [hotfix] Align class, parameter and decorator name of chat model abstraction. by WenjinXie · 4 weeks ago
- 25ea18f [integration][python] Anthropic Chat Model APIs Integration (#139) by Alan Z. · 2 weeks ago
- 42aea1c [api][runtime] Introduce configuration mechanism (#122) by Eugene · 2 weeks ago
- 59cb755 [hotfix] Fix tongyi chat model test failure. (#142) by Eugene · 2 weeks ago
- ea7cc41 [build] Improve the building process to favor uv and pyproject (#140) by Xuannan · 2 weeks ago
- e623658 [hotfix] Fix ollama chat model test failure. (#141) by Wenjin Xie · 2 weeks ago
- e23332b [infra] Show python version in GHA job names by Xintong Song · 2 weeks ago
- 30fbba0 [integration][python] Integrate OpenAI chat model. (#128) by Wenjin Xie · 2 weeks ago
- 9079076 [hotfix] Fix incorrect import path of flink_agents (#137) by Xuannan · 3 weeks ago
- 0b1b41d [hotfix] Fix coredump when close async thread pool. (#133) by Wenjin Xie · 3 weeks ago
- f6e2d7e [Integration][ChatModel]Add built-in tongyi chat model in python (#121) by KeGu-069 · 3 weeks ago
- 8ec2488 [hotfix]Enrich test cases of Short-Term Memory in java (#124) by KeGu-069 · 4 weeks ago
- 3d89f23 [API][Runtime]Introduce Memory Reference (#110) by KeGu-069 · 4 weeks ago
- 0458614 [hotfix] fix examples can't execute (#114) by zhaomin1423 · 5 weeks ago
- 7ffed15 [Feature] [API] Support Event Logger and Event Listener in Java (#103) by Alan Z. · 5 weeks ago
- ee70cc6 [hotfix] fix parameter name inconsistency in ollama example (#116) by Eugene · 5 weeks ago
- 56201d5 [hotfix] fix hashCode don't override when equals override (#115) by zhaomin1423 · 5 weeks ago
- d282e6e [api][python] Separate the abstraction of ChatModel to connection and settings (#113) by Wenjin Xie · 5 weeks ago
- 1c62fd6 [api][java] Support serialize and deserialize AgentPlan with python resource providers. by WenjinXie · 6 weeks ago
- 72988dc [hotfix] Fix serializable resource deserialize error. by WenjinXie · 6 weeks ago
- fa6dd85 feat: add reasoning extraction from think tags in OllamaChatModel (#101) by twosom · 6 weeks ago
- 71b9414 [Python] Support for Event containing Row field can be json serializable (#63) by Kavishankarks · 6 weeks ago
- b9ef869 [plan][runtime][java] Introduce Resource and Resource Provider in java (#91) by Letao Jiang · 6 weeks ago
- c8cdedf [hotfix] Add timeout for pulling and starting ollama server. by WenjinXie · 6 weeks ago
- 3e9a216 [hotfix] Rename input/output event name in EventUtil to keep consistency. by WenjinXie · 6 weeks ago
- 5d9c35e [api][python] Support add action and resource to Agent instance. by WenjinXie · 6 weeks ago
- ee8cc14 [hotfix] Rename Agent whose name is begin with Test to avoid being treated as test class by pytest. by WenjinXie · 6 weeks ago
- 6278185 [api][java] Support DataStream / Table as input / output of Flink Agents in Java (#85) by Letao Jiang · 6 weeks ago
- 4b8beab [integration][python] Introduce ollama chat model in python. by WenjinXie · 7 weeks ago
- 7ca8cb2 [hotfix] Remove useless parameter chat_history from ChatModel#chat. by WenjinXie · 7 weeks ago
- 57c4446 [hotfix] fix: format code with lint.sh to resolve style issues by Xu Huang · 7 weeks ago
- 350c0bc [infra] Add license check tool and integrate with CI by Xu Huang · 7 weeks ago
- c2b0d60 [infra] Fix: lint.sh no longer modifies files during code style check by Xu Huang · 7 weeks ago
- cc46f29 [plan][python] Add built-in actions for processing chat and tool call. by WenjinXie · 7 weeks ago
- 0528d21 [api][python] Introduce ChatModel in python. by WenjinXie · 7 weeks ago
- 40822f2 [api][python] Introduce Tool api and FunctionTool in python. by WenjinXie · 7 weeks ago
- 66ed0d0 [api][python] Introduce Prompt in python. by WenjinXie · 7 weeks ago
- 40d406c [hotfix] Refactor function to reduce serialize complexity. by WenjinXie · 7 weeks ago
- 3d28c23 [hotfix] Move event and action to separate module. by WenjinXie · 7 weeks ago
- 64c0713 [hotfix] Fixup unstable plan compatibility e2e test. by WenjinXie · 7 weeks ago
- 4ed5fc5 [runtime] Add rescaling test case by Xu Huang · 7 weeks ago
- a501378 [runtime] Implement async execution in ActionExecutionOperator for Python actions by Xu Huang · 8 weeks ago
- fd64095 [API][runtime] Introduce RunnerContext#execute_async method and implement it for local runner by Xu Huang · 8 weeks ago
- 60059bb [runtime] Check memory access in task mailbox thread by Xu Huang · 8 weeks ago
- 8c59d4e [readme] Add slack and community sync information. by Xintong Song · 7 weeks ago
- b62ed11 [api][runtime] Introduce metric mechanism (#74) by Eugene · 7 weeks ago
- ef7d1f3 [Python][Plan] Introduced caching mechanism to reuse existing PythonFunction instances for identical (module, qualname) pairs. (#72) by Kavishankarks · 7 weeks ago
- a39b49c [api][runtime] Support Short-Term Memory (#67) by KeGu-069 · 8 weeks ago
- b55ca1c [plan][runtime][python] Introduce Resource and Resource Provider in python (#70) by Wenjin Xie · 9 weeks ago
- 8d0e0a7 add Min Zhou, Weiqing Yang and Alan Zhang by Alan Zhang · 9 weeks ago
- 3fb7f7a [plan] Add test cases for checking agent plan compatibility (#60) by Wenjin Xie · 9 weeks ago
- 82aaa0d [plan] Add test cases for checking agent plan compatibility (#60) by Wenjin Xie · 9 weeks ago
- 60dabfb [API][Java] agent java api (#62) by Hao Li · 10 weeks ago
- 594c10f [Api][Java] Check JSON Serializability Before Sending Event to Context (#61) by Kavishankarks · 10 weeks ago
- fd6ad26 [API][Python] Support DataStream / Table as input / output of Flink Agents in Python (#48) by Wenjin Xie · 2 months ago
- 5ae51a5 [runtime][java] Introduce flink operator to support workflow execution by Xu Huang · 2 months ago
- 85d560c [api][java] Introduce RunnerContext to execute action in java by Xu Huang · 2 months ago
- aaadcd3 [plan][java] Enable serialization of WorkflowPlan in Java using JsonSerializer by Xu Huang · 2 months ago
- 996ff45 [plan][java] Support serializing / deserializing Java workflow plan to / from JSON (#45) by Qingsheng Ren · 2 months ago
- fd907f3 [all] Rename Workflow to Agent by Xintong Song · 3 months ago
- ad9adf9 [ci][python][build] Modernize Python dependency management with uv and pyproject.toml (#50) by Richard · 3 months ago
- 2f21451 [Feature][runtime] Introducing the FlinkRunnerContext component to support Python workflow execution (#43) by Eugene · 3 months ago
- f799c05 [plan][python] Support serialize/deserialize workflow plan to/from json. (#39) by Wenjin Xie · 3 months ago
- 989f249 [infra] Add Wenjin Xie, Xu Huang and Eugene as collaborators on github by Xintong Song · 3 months ago
- 663dd1e [infra] Add Hao Li as collaborator on github by Xintong Song · 3 months ago
- 774e663 [api][python] Introduce Python API for Workflow, Event and Action. by WenjinXie · 3 months ago
- 531188b [Feature][runtime] Adds support of Python Environment Manager (#37) by HuangXingBo · 3 months ago
- b705a31 [plan][java] Introduce Workflow, Event, Action & Function in the Java Workflow Plan. by Wenjin Xie · 3 months ago
- efd3f83 [build] Add 'flink-agents-' prefix to maven artifact ids. by Xintong Song · 3 months ago
- f25093d [infra] When on job failed in GHA do not cancel other in-progress jobs. by Xintong Song · 3 months ago
- cc6fd45 [Feature][runtime] Adds the basic components from flink-statefun to implement feedback ability (#30) by HuangXingBo · 3 months ago
- 4587ba0 [plan][python] Init Event, Action, Function and WorkflowPlan. by WenjinXie · 3 months ago
- 35e68df [hotfix] Fix the ut.sh for java tests (#31) by HuangXingBo · 3 months ago
- c7ff1c7 [hotfix][python] Avoids temporary LICENSE file generated during build (#28) by HuangXingBo · 3 months ago