diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 945d105..057f155 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -12,7 +12,7 @@ Describe the bug clearly and concisely. ## Version -- AgentFlow4J version: +- AgentFlow4J version: - Java version: - Maven version: - Spring Boot version: diff --git a/README.md b/README.md index bfa85aa..77338ff 100644 --- a/README.md +++ b/README.md @@ -144,7 +144,7 @@ Distributed via [JitPack](https://jitpack.io). com.github.datallmhub.agentflow4j agentflow4j-starter - v0.6.0 + v0.7.0 ``` @@ -152,7 +152,7 @@ Distributed via [JitPack](https://jitpack.io). ```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 diff --git a/agentflow4j-checkpoint/pom.xml b/agentflow4j-checkpoint/pom.xml index d61b5db..43f0469 100644 --- a/agentflow4j-checkpoint/pom.xml +++ b/agentflow4j-checkpoint/pom.xml @@ -8,7 +8,7 @@ io.github.datallmhub agentflow4j-parent - 0.6.0 + 0.7.0 agentflow4j-checkpoint diff --git a/agentflow4j-cli-agents/pom.xml b/agentflow4j-cli-agents/pom.xml index 073ee72..874365b 100644 --- a/agentflow4j-cli-agents/pom.xml +++ b/agentflow4j-cli-agents/pom.xml @@ -8,7 +8,7 @@ io.github.datallmhub agentflow4j-parent - 0.6.0 + 0.7.0 agentflow4j-cli-agents diff --git a/agentflow4j-core/pom.xml b/agentflow4j-core/pom.xml index 34d68a8..01224bb 100644 --- a/agentflow4j-core/pom.xml +++ b/agentflow4j-core/pom.xml @@ -8,7 +8,7 @@ io.github.datallmhub agentflow4j-parent - 0.6.0 + 0.7.0 agentflow4j-core diff --git a/agentflow4j-graph/pom.xml b/agentflow4j-graph/pom.xml index 2125154..edd5100 100644 --- a/agentflow4j-graph/pom.xml +++ b/agentflow4j-graph/pom.xml @@ -8,7 +8,7 @@ io.github.datallmhub agentflow4j-parent - 0.6.0 + 0.7.0 agentflow4j-graph diff --git a/agentflow4j-playground/pom.xml b/agentflow4j-playground/pom.xml index 32593c4..797a7cb 100644 --- a/agentflow4j-playground/pom.xml +++ b/agentflow4j-playground/pom.xml @@ -8,7 +8,7 @@ io.github.datallmhub agentflow4j-parent - 0.6.0 + 0.7.0 agentflow4j-playground diff --git a/agentflow4j-resilience4j/pom.xml b/agentflow4j-resilience4j/pom.xml index 249bc54..de3ae89 100644 --- a/agentflow4j-resilience4j/pom.xml +++ b/agentflow4j-resilience4j/pom.xml @@ -8,7 +8,7 @@ io.github.datallmhub agentflow4j-parent - 0.6.0 + 0.7.0 agentflow4j-resilience4j diff --git a/agentflow4j-samples/pom.xml b/agentflow4j-samples/pom.xml index efe2573..cf21854 100644 --- a/agentflow4j-samples/pom.xml +++ b/agentflow4j-samples/pom.xml @@ -8,7 +8,7 @@ io.github.datallmhub agentflow4j-parent - 0.6.0 + 0.7.0 agentflow4j-samples diff --git a/agentflow4j-squad/pom.xml b/agentflow4j-squad/pom.xml index c4ea9a9..55a4072 100644 --- a/agentflow4j-squad/pom.xml +++ b/agentflow4j-squad/pom.xml @@ -8,7 +8,7 @@ io.github.datallmhub agentflow4j-parent - 0.6.0 + 0.7.0 agentflow4j-squad diff --git a/agentflow4j-starter/pom.xml b/agentflow4j-starter/pom.xml index d6e7a63..5f3cbc0 100644 --- a/agentflow4j-starter/pom.xml +++ b/agentflow4j-starter/pom.xml @@ -8,7 +8,7 @@ io.github.datallmhub agentflow4j-parent - 0.6.0 + 0.7.0 agentflow4j-starter diff --git a/agentflow4j-test/pom.xml b/agentflow4j-test/pom.xml index b12643a..de8db64 100644 --- a/agentflow4j-test/pom.xml +++ b/agentflow4j-test/pom.xml @@ -8,7 +8,7 @@ io.github.datallmhub agentflow4j-parent - 0.6.0 + 0.7.0 agentflow4j-test diff --git a/docs/getting-started.md b/docs/getting-started.md index eb580d9..cdc0d60 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -31,7 +31,7 @@ AgentFlow4J is distributed via [JitPack](https://jitpack.io/#datallmhub/agentflo com.github.datallmhub.agentflow4j agentflow4j-starter - v0.6.0 + v0.7.0 ``` @@ -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' } ``` diff --git a/docs/llms.txt b/docs/llms.txt index d1ef7a5..fddcfc1 100644 --- a/docs/llms.txt +++ b/docs/llms.txt @@ -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` diff --git a/docs/tutorials/free-mistral-quickstart.md b/docs/tutorials/free-mistral-quickstart.md index 9816360..a7abf6d 100644 --- a/docs/tutorials/free-mistral-quickstart.md +++ b/docs/tutorials/free-mistral-quickstart.md @@ -49,7 +49,7 @@ In a Spring Boot project, add the AgentFlow4J starter (via [JitPack](https://jit com.github.datallmhub.agentflow4j agentflow4j-starter - v0.6.0 + v0.7.0 @@ -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' } ``` diff --git a/docs/tutorials/stop-your-agent-burning-money.md b/docs/tutorials/stop-your-agent-burning-money.md index 28c65d2..8250161 100644 --- a/docs/tutorials/stop-your-agent-burning-money.md +++ b/docs/tutorials/stop-your-agent-burning-money.md @@ -23,7 +23,7 @@ We'll build a customer-support agent that can issue refunds, then lock it down s com.github.datallmhub.agentflow4j agentflow4j-starter - v0.6.0 + v0.7.0 ``` diff --git a/pom.xml b/pom.xml index 3bc8888..08f274e 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ io.github.datallmhub agentflow4j-parent - 0.6.0 + 0.7.0 pom AgentFlow4J