GitHub user JinkunLiu edited a comment on the discussion: Planning Flink Agents 
0.3

> > Aha, I found that package called `flink-agents-examples`, but it wasn’t 
> > mentioned anywhere in the documentation.
> 
> Hi, @JinkunLiu, you can find the documents for`flink-agnets-examples` in the 
> Quickstart section: 
> https://nightlies.apache.org/flink/flink-agents-docs-release-0.2/docs/get-started/quickstart/workflow_agent/

Yeah,Thanaks for you reminder @wenjin272  I noticed that the relevant code is 
provided at that location. But when I tried to follow the code and run it in a 
new project on my local(not in flink-agents project), I encountered missing 
dependencies until I added the following code to my pom.xml. 
```xml
<dependency>
    <groupId>org.apache.flink</groupId>
    <artifactId>flink-agents-examples</artifactId>
    <version>${flink-agents.version}</version>
    <scope>provided</scope>
</dependency>
```
What I mean is, explicitly tell users that this dependency needs to be added is 
better?

Furthermore, should we provide a Maven archetype for example project 
generation, like 
[try-flink-docs](https://nightlies.apache.org/flink/flink-docs-release-2.2/docs/try-flink/datastream/)
 does?

GitHub link: 
https://github.com/apache/flink-agents/discussions/516#discussioncomment-15777466

----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: [email protected]

Reply via email to