Sign in
apache
/
flink-agents
/
HEAD
6aa9f43
[hotfix] Fix issue with the Pull Request Labeler not finding closed PRs (#615)
by Eugene
· 2 days ago
main
a4c1f07
[api][runtime][java] Add durable reconcile support with reconciler callables (#600)
by Joey Tong
· 3 days ago
05ed991
[runtime] Support async execution for cross language resources.
by WenjinXie
· 10 days ago
61aebbf
[ci] Improve the ci experience.
by WenjinXie
· 10 days ago
f8eac10
[plan] Extract ResourceCache and PythonResourceBridge from AgentPlan (#548)
by Weiqing Yang
· 8 days ago
281844e
[plan] Support retry interval for chat action (#602)
by Eugene
· 8 days ago
09f5f82
Support custom job names (#570)
by JennyChen
· 8 days ago
90eaa25
[mcp] Change PromptArgument.required from boolean to Boolean and default null to false (#583)
by Vino1016
· 2 weeks ago
0fcc81e
[runtime] Filter resumed currentProcessingKeys by subtask ownership a… (#581)
by Joey Tong
· 2 weeks ago
bdfb096
[infra] Update github PR labeler after release 0.2.1. (#588)
by Wenjin Xie
· 2 weeks ago
f951042
[ci] Pin the version of uv.
by WenjinXie
· 2 weeks ago
8eeed46
[infra] Ensure pip is installed in venv.
by WenjinXie
· 2 weeks ago
111d7a8
[ci] Remove action astral-sh/setup-uv@v4 in ci due to legal issue.
by WenjinXie
· 2 weeks ago
0ee86a4
[infra] Update the script for sdist release (#574)
by Xuannan
· 3 weeks ago
0b1dab7
[minor] Update fixVersion label from 'fixVersion/0.1.1' to 'fixVersion/0.1.2'
by youjin
· 3 weeks ago
48cd1e3
[infra] Use GHA workflow triggers to run pull request labeler workflow
by youjin
· 4 weeks ago
84e065b
[infra] Download JARs from Maven Central during pip install (#567)
by Xuannan
· 3 weeks ago
da554c1
[feature] Support pretty-printed JSON format for FileEvent logs option (#572)
by Eugene
· 3 weeks ago
29e6414
[Feature][Java] Add OpenAI Responses API integration (#556)
by Adesh Nalpet Adimurthy
· 4 weeks ago
1bd7b3c
[hotfix] Fix Azure ChatModel class path in ResourceName. (#562)
by wangxinglong
· 4 weeks ago
c17c9a2
[infra] Deduplicate common jar dependency to reduce wheel size (#557)
by Xuannan
· 5 weeks ago
862ed2b
[FLINK-AGENTS-524] Add Amazon OpenSearch and S3 Vectors vector store integrations (#533)
by Avichay Marciano
· 5 weeks ago
a0df9b6
[integration] Add Amazon Bedrock chat model and embedding model integrations (#534)
by Avichay Marciano
· 5 weeks ago
eed00ce
[hotfix][mcp] Skip listPrompts for MCP servers without prompt support (#539)
by Avichay Marciano
· 5 weeks ago
8d50fb9
[FLINK-AGENTS] Fix MCPTool deserialization: add @JsonIgnore on Tool getters per review feedback (#532)
by Avichay Marciano
· 5 weeks ago
6ad8745
[Feature][Java] Added retries to remote calls in MCP server (#531)
by Yash Anand
· 6 weeks ago
487c9d5
[infra] Support python 3.12. (#554)
by Wenjin Xie
· 6 weeks ago
23f9a77
[hotfix][mcp][python] Check whether mcp server supports prompts via server capabilities (#551)
by Xintong Song
· 6 weeks ago
df18793
[hotfix][doc] Use version 0.2.0 rather than 0.2-SNAPSHOT in maven dependency doc. (#550)
by Xintong Song
· 6 weeks ago
96ecd9c
[example] Add missing flink-json dependency (#544)
by Jinkun Liu
· 6 weeks ago
373444d
[infra] minor updates for .gitignore
by Xintong Song
· 8 weeks ago
cb1805e
[infra] minor updates for .gitignore
by Xintong Song
· 8 weeks ago
7db1157
[build] Fix onnxruntime build failure on macOS x86_64 (#525)
by Alan Z.
· 8 weeks ago
d620162
[integration] Support MCP Servers that do not support prompts. (#447)
by JennyChen
· 8 weeks ago
b03e69a
[examples][java] Add Table API example for product review analysis (#530)
by Weiqing Yang
· 8 weeks ago
f74d90a
[infra] Add configurable log level for CI test runs (#518)
by XL Zhao
· 8 weeks ago
ecc01f0
[infra] Update github PR labeler settings for release 0.2.0. (#528)
by Xintong Song
· 8 weeks ago
519a3f1
[hotfix] Cap setuptools<82 to pull in pkg_resources module (#526)
by Alan Z.
· 8 weeks ago
d752446
[hotfix] Explicitly limit version for onnxruntime for python 3.10. (#520)
by Wenjin Xie
· 9 weeks ago
daede93
[minor][doc] Fix stable version redirection after 0.2.0 released (#513)
by Leonard Xu
· 9 weeks ago
4730896
[docs] Add workaround to install flink-agents 0.2.0 (#517)
by Xuannan
· 9 weeks ago
ddbff41
[Bugfix] Use Thread Context ClassLoader for user class loading (#514)
by Nico Duldhardt
· 9 weeks ago
c1f7670
[doc] Add Ollama server 0.9.0+ version requirement (#512)
by Eugene
· 10 weeks ago
ec04d87
[hotfix] Update binary release script for multi flink version (#511)
by Xuannan
· 10 weeks ago
4bd4379
[hotfix] Fix the problems using Kafka as action state store (#510)
by Xuannan
· 10 weeks ago
36e0731
[runtime] Fix Python awaitable lost during checkpoint restore (#509)
by Weiqing Yang
· 10 weeks ago
89e9d5c
[infra] Support centralized Flink version management via script to simplify upgrades (#502)
by Eugene
· 2 months ago
5a55f1a
[doc] Rename OpenAI (Azure) to Azure OpenAI (#506)
by Xuannan
· 2 months ago
7cfbbbb
[example] Support submit the example in installed flink-agents wheel to flink cluster.
by WenjinXie
· 2 months ago
67808c5
[doc] Add hint for using aysnc execution in java.
by WenjinXie
· 2 months ago
cc21715
[runtime] Cancel pending futures when shutdown async executor.
by WenjinXie
· 2 months ago
f367efd
[example] Limit async chat request to avoid overwhelming ollama server.
by WenjinXie
· 2 months ago
aa74b12
[runtime] Support configure the thread pool size for async executor.
by WenjinXie
· 2 months ago
6dc22c9
[example] Use Table API in workflow_multiple_agent_example (#504)
by Xuannan
· 2 months ago
059f93a
[doc] Clarify Azure OpenAI vs Azure AI in documentation (#501)
by Weiqing Yang
· 2 months ago
c71a1a0
[doc] Update Java vs Python API choice details (#499)
by Xuannan
· 2 months ago
5a4a9e9
[hotfix] Fix typos in documentation (#500)
by Weiqing Yang
· 2 months ago
157c1ea
[hotfix] Fix errors in mcp docs (#498)
by Xuannan
· 2 months ago
009b359
[release] Add scripts for generating contributor list (#497)
by Xintong Song
· 2 months ago
c11e1d4
[hotfix] Fix errors in sensory_and_short_term_memory (#494)
by Xuannan
· 2 months ago
5be187b
[doc] Update document for chat model.
by WenjinXie
· 2 months ago
3eede02
[ollama] Align the behavior of think related parameters for ollama between python and java.
by WenjinXie
· 2 months ago
27d5385
[release] Auto updates documentation build ci when creating a new release branch (#495)
by Eugene
· 2 months ago
b94c9eb
[doc] Update the documents in the get-started section
by youjin
· 2 months ago
4ee16ea
[hotfix] Correct the test name of vector_store_cross_language_test
by youjin
· 2 months ago
ca9d65e
[hotfix] Fix the incorrect format of example code
by youjin
· 2 months ago
8074f83
[hotfix][release] Build 0.2 docs in GitHub Action (#493)
by Eugene
· 2 months ago
befdb41
[doc] Update document for embedding model. (#491)
by Wenjin Xie
· 2 months ago
d80142c
Update version to 0.3-SNAPSHOT
by sxnan
· 2 months ago
8d4e5a2
[release] Add 0.2 to PreviousDocs
by sxnan
· 2 months ago
bc5b5e6
[test] Fix and add more test for durable execution
by sxnan
· 2 months ago
520c013
[fix] Fixed the DurableExecutionException error that could not be serialized.
by chouc
· 3 months ago
a58004f
[infra] Add script to cut branch for major release (#483)
by Xuannan
· 2 months ago
3892703
[hotfix] Fix errors for docs in development (#489)
by Xuannan
· 2 months ago
a27fe60
[hotfix] Use qwen3:1.7b in Python Integration Test to improve stability (#488)
by Eugene
· 2 months ago
c477ce8
[Feature] [Integration][Python] Add built-in support for Azure OpenAI Chat Model (#478)
by Alan Z.
· 2 months ago
facee44
[hotfix] Fix the incorrect reference in documents (#486)
by Eugene
· 2 months ago
46b0c1f
Bump org.assertj:assertj-core from 3.23.1 to 3.27.7
by dependabot[bot]
· 2 months ago
ed262ba
[doc] Refactor doc for configuration.
by WenjinXie
· 2 months ago
53050bf
[api] Align the AgentExecutionOptions between python and java.
by WenjinXie
· 2 months ago
6c644a0
[doc] Add faq for running examples in IDE. (#484)
by Wenjin Xie
· 2 months ago
72d5de2
[doc] Update doc for tool-use (#482)
by Eugene
· 2 months ago
2a3c9a8
[doc] Update doc for deployment. (#481)
by Wenjin Xie
· 2 months ago
81c7ebc
[hotfix] Remove unnecessary import statements from the mcp document (#479)
by Eugene
· 2 months ago
fa5bb7e
[doc] Introduce Hierarchical ResourceClassName for Cross-Language Resource Creation
by youjin
· 2 months ago
72cac04
[api][python] Introduce Hierarchical ResourceClassName for Cross-Language Resource Creation
by youjin
· 2 months ago
f182b87
[api][java] Introduce Hierarchical ResourceClassName for Cross-Language Resource Creation
by youjin
· 3 months ago
c963388
[refactor] unify Python class path into single pythonClazz parameter
by youjin
· 3 months ago
0562bbe
[doc] Update document for vector store. (#470)
by Wenjin Xie
· 2 months ago
afa7a6f
[hotfix] Handle durable execute exception properly (#465)
by Xuannan
· 2 months ago
d5cb81f
[doc] Add documents for memory of flink-agents.
by WenjinXie
· 3 months ago
f3f6c34
[api][runtime] Always use summarization for long-term memory compaction
by WenjinXie
· 3 months ago
32f2c33
[api] Add an overload method for newObject that set overwrite false.
by WenjinXie
· 2 months ago
5287163
[doc] Add documentation about how to choose between Java & Python APIs (#471)
by Xuannan
· 2 months ago
ca18e7c
Fix constant name in RAG example (#475)
by Alan Z.
· 2 months ago
3a9bce0
[doc] Add documents for adding dependencies to flink-agents project.
by WenjinXie
· 3 months ago
e3cbfad
[package] Provide module assembling runtime dependencies to help run flink-agents in IDE.
by WenjinXie
· 3 months ago
5e39535
[example] Fix the missing parameter type modification.
by WenjinXie
· 3 months ago
97db639
[doc] Add java Anthropic chat model docs (#468)
by Xiang Li
· 3 months ago
a15e764
[doc] Introduce cross-language resources (#459)
by Eugene
· 3 months ago
Next »