OpenAI Agent SDK for Java

2 pointsposted 5 hours ago
by bbnvail

1 Comments

bbnvail

5 hours ago

I just open sourced a Java OpenAI Agent SDK.

It mirrors the public API of the TypeScript Agent SDK, but is implemented in Java and fully thread safe. Same mental model and same concepts, designed for building agentic workflows, tool calling, and long running processes in Java and Spring Boot.

I built this after rewriting agent code one too many times and decided to make it reusable.

Repo here https://github.com/bnbarak/openai-agent-sdk