Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Describe the bug clearly and concisely.

## Version

- AgentFlow4J version: <!-- e.g. v0.6.0 -->
- AgentFlow4J version: <!-- e.g. v0.7.0 -->
- Java version: <!-- Java 17+ -->
- Maven version:
- Spring Boot version: <!-- Spring Boot 3.x -->
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,15 +144,15 @@ Distributed via [JitPack](https://jitpack.io).
<dependency>
<groupId>com.github.datallmhub.agentflow4j</groupId>
<artifactId>agentflow4j-starter</artifactId>
<version>v0.6.0</version>
<version>v0.7.0</version>
</dependency>
```

### Gradle

```groovy
repositories { maven { url 'https://jitpack.io' } }
dependencies { implementation 'com.github.datallmhub.agentflow4j:agentflow4j-starter:v0.6.0' }
dependencies { implementation 'com.github.datallmhub.agentflow4j:agentflow4j-starter:v0.7.0' }
```

### Modules
Expand Down
2 changes: 1 addition & 1 deletion agentflow4j-checkpoint/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.github.datallmhub</groupId>
<artifactId>agentflow4j-parent</artifactId>
<version>0.6.0</version>
<version>0.7.0</version>
</parent>

<artifactId>agentflow4j-checkpoint</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion agentflow4j-cli-agents/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.github.datallmhub</groupId>
<artifactId>agentflow4j-parent</artifactId>
<version>0.6.0</version>
<version>0.7.0</version>
</parent>

<artifactId>agentflow4j-cli-agents</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion agentflow4j-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.github.datallmhub</groupId>
<artifactId>agentflow4j-parent</artifactId>
<version>0.6.0</version>
<version>0.7.0</version>
</parent>

<artifactId>agentflow4j-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion agentflow4j-graph/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.github.datallmhub</groupId>
<artifactId>agentflow4j-parent</artifactId>
<version>0.6.0</version>
<version>0.7.0</version>
</parent>

<artifactId>agentflow4j-graph</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion agentflow4j-playground/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.github.datallmhub</groupId>
<artifactId>agentflow4j-parent</artifactId>
<version>0.6.0</version>
<version>0.7.0</version>
</parent>

<artifactId>agentflow4j-playground</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion agentflow4j-resilience4j/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.github.datallmhub</groupId>
<artifactId>agentflow4j-parent</artifactId>
<version>0.6.0</version>
<version>0.7.0</version>
</parent>

<artifactId>agentflow4j-resilience4j</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion agentflow4j-samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.github.datallmhub</groupId>
<artifactId>agentflow4j-parent</artifactId>
<version>0.6.0</version>
<version>0.7.0</version>
</parent>

<artifactId>agentflow4j-samples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion agentflow4j-squad/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.github.datallmhub</groupId>
<artifactId>agentflow4j-parent</artifactId>
<version>0.6.0</version>
<version>0.7.0</version>
</parent>

<artifactId>agentflow4j-squad</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion agentflow4j-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.github.datallmhub</groupId>
<artifactId>agentflow4j-parent</artifactId>
<version>0.6.0</version>
<version>0.7.0</version>
</parent>

<artifactId>agentflow4j-starter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion agentflow4j-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.github.datallmhub</groupId>
<artifactId>agentflow4j-parent</artifactId>
<version>0.6.0</version>
<version>0.7.0</version>
</parent>

<artifactId>agentflow4j-test</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ AgentFlow4J is distributed via [JitPack](https://jitpack.io/#datallmhub/agentflo
<dependency>
<groupId>com.github.datallmhub.agentflow4j</groupId>
<artifactId>agentflow4j-starter</artifactId>
<version>v0.6.0</version>
<version>v0.7.0</version>
</dependency>
```

Expand All @@ -41,7 +41,7 @@ AgentFlow4J is distributed via [JitPack](https://jitpack.io/#datallmhub/agentflo
repositories { maven { url 'https://jitpack.io' } }

dependencies {
implementation 'com.github.datallmhub.agentflow4j:agentflow4j-starter:v0.6.0'
implementation 'com.github.datallmhub.agentflow4j:agentflow4j-starter:v0.7.0'
}
```

Expand Down
2 changes: 1 addition & 1 deletion docs/llms.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ License: Apache 2.0. Package: `com.github.datallmhub.agentflow4j:agentflow4j-sta
## Source & install

- Repository: [github.com/datallmhub/agentflow4j](https://github.com/datallmhub/agentflow4j)
- Maven (JitPack): `com.github.datallmhub.agentflow4j:agentflow4j-starter:v0.6.0`
- Maven (JitPack): `com.github.datallmhub.agentflow4j:agentflow4j-starter:v0.7.0`
- Modules: `agentflow4j-core`, `agentflow4j-graph`, `agentflow4j-squad`, `agentflow4j-checkpoint`, `agentflow4j-resilience4j`, `agentflow4j-starter`, `agentflow4j-playground`, `agentflow4j-cli-agents`, `agentflow4j-test`, `agentflow4j-samples`
4 changes: 2 additions & 2 deletions docs/tutorials/free-mistral-quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ In a Spring Boot project, add the AgentFlow4J starter (via [JitPack](https://jit
<dependency>
<groupId>com.github.datallmhub.agentflow4j</groupId>
<artifactId>agentflow4j-starter</artifactId>
<version>v0.6.0</version>
<version>v0.7.0</version>
</dependency>

<!-- Spring AI — Mistral -->
Expand All @@ -65,7 +65,7 @@ In a Spring Boot project, add the AgentFlow4J starter (via [JitPack](https://jit
repositories { maven { url 'https://jitpack.io' } }

dependencies {
implementation 'com.github.datallmhub.agentflow4j:agentflow4j-starter:v0.6.0'
implementation 'com.github.datallmhub.agentflow4j:agentflow4j-starter:v0.7.0'
implementation 'org.springframework.ai:spring-ai-starter-model-mistral-ai'
}
```
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/stop-your-agent-burning-money.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ We'll build a customer-support agent that can issue refunds, then lock it down s
<dependency>
<groupId>com.github.datallmhub.agentflow4j</groupId>
<artifactId>agentflow4j-starter</artifactId>
<version>v0.6.0</version>
<version>v0.7.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>io.github.datallmhub</groupId>
<artifactId>agentflow4j-parent</artifactId>
<version>0.6.0</version>
<version>0.7.0</version>
<packaging>pom</packaging>

<name>AgentFlow4J</name>
Expand Down
Loading