https://github.com/javaaidev/chat-agent-ui
Chat Agent UI designed for development and testing of GenAI applications using Spring AI, packaged as webjar
https://github.com/javaaidev/chat-agent-ui
agent conversational-agent spring-ai ui
Last synced: 4 months ago
JSON representation
Chat Agent UI designed for development and testing of GenAI applications using Spring AI, packaged as webjar
- Host: GitHub
- URL: https://github.com/javaaidev/chat-agent-ui
- Owner: JavaAIDev
- License: apache-2.0
- Created: 2024-10-02T22:23:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-26T02:45:46.000Z (6 months ago)
- Last Synced: 2025-07-27T11:50:29.296Z (6 months ago)
- Topics: agent, conversational-agent, spring-ai, ui
- Language: TypeScript
- Homepage: https://javaaidev.com/docs/projects/chat-agent-ui
- Size: 626 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Chat Agent UI
[](https://github.com/JavaAIDev/chat-agent-ui/actions/workflows/build.yml)

A simple UI to test conversational agents. It's built
using [assistant-ui](https://www.assistant-ui.com/) with
a [LocalRuntime](https://www.assistant-ui.com/docs/runtimes/custom/local).
The API must be available at `/chat`.
The UI is available at `/webjars/chat-agent-ui/index.html`.
See an example at [here](https://github.com/JavaAIDev/simple-ai-agent).
