https://github.com/javaaidev/simple-ai-agent
Simple AI Agent built with Spring AI and GraalVM
https://github.com/javaaidev/simple-ai-agent
graalvm graalvm-native-image openai spring spring-ai spring-boot
Last synced: 7 months ago
JSON representation
Simple AI Agent built with Spring AI and GraalVM
- Host: GitHub
- URL: https://github.com/javaaidev/simple-ai-agent
- Owner: JavaAIDev
- Created: 2024-12-31T05:43:31.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-04-28T12:59:42.000Z (9 months ago)
- Last Synced: 2025-04-28T13:58:20.967Z (9 months ago)
- Topics: graalvm, graalvm-native-image, openai, spring, spring-ai, spring-boot
- Language: Java
- Homepage:
- Size: 37.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple AI Agent
[](https://github.com/JavaAIDev/simple-ai-agent/actions/workflows/maven.yml)
A simple AI agent built using Spring AI.
Native executable of this agent is built using GraalVM.
To run this agent, you need to have a OpenAI API key. This API key is read from environment variable
`OPENAI_API_KEY`.
Build the native agent using the following command.
```shell
mvn -Pnative -DskipTests package
```