diff --git a/README.md b/README.md index 40bc338..d788cd8 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Orchestrate multi-step LLM calls, tool invocations, and shared typed state in a [![Spring AI](https://img.shields.io/badge/Spring%20AI-1.0-green)](https://docs.spring.io/spring-ai/reference/) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](LICENSE) -> Independent project — not affiliated with [`spring-ai-community/spring-ai-agents`](https://github.com/spring-ai-community/spring-ai-agents), which is the official AgentClient abstraction over CLI agents (Claude Code, Codex, Gemini, etc.). This repository has a different scope: a graph-based runtime for stateful agent **workflows** on top of Spring AI. +> Independent project — not affiliated with [`spring-ai-community/agent-client`](https://github.com/spring-ai-community/agent-client), which is Spring AI Community `AgentClient` abstraction over CLI agents (Claude Code, Codex, Gemini, etc.). This repository has a different scope: a graph-based runtime for stateful agent **workflows** on top of Spring AI. ---