thesurlydev / spring-ai-collab

An agent framework using Spring AI
Apache License 2.0
38 stars 11 forks source link
spring spring-ai spring-ai-openai spring-boot

Spring AI Collab

An agent framework using Spring AI.

NOTE: This is a proof of concept and work is underway to refactor the project into a library which can be used in other Spring projects.

Features

Roadmap

Note: Some of the roadmap features depend on Chat message history which is not available in Spring AI yet.

Requirements

This project uses OpenAI as the default LLM.

Build and Test

To build and run tests:

./gradlew clean build

Inspired by