spring-agent-flow-samples only demonstrates the framework with Mistral. A parallel OpenAI sample shows that the framework is provider-agnostic and broadens the audience.
Acceptance criteria
Notes
Use the OPENAI_API_KEY environment variable; do not hardcode keys.
spring-agent-flow-samplesonly demonstrates the framework with Mistral. A parallel OpenAI sample shows that the framework is provider-agnostic and broadens the audience.Acceptance criteria
spring-ai-starter-model-openaiadded as a sample-scoped dependencyOpenAiCoordination.javamirroring the structure ofMultiAgentCoordination.javamvn -pl spring-agent-flow-samples exec:java -Dexec.mainClass=...Notes
Use the
OPENAI_API_KEYenvironment variable; do not hardcode keys.