Skip to main content

Projects

Agentic Patterns

Agentic Patterns is a collection of patterns about building effective agents. Some of these patterns are inspired by Build Effective Agents by Anthropic Research. I also added my personal thoughts of building agents.

These patterns have a reference implementation using Java and Spring AI. They can also be implemented using other programming languages and frameworks.

Easy LLM Tools

Easy LLM Tools is a set of tools to create tools used by LLMs, primarily for Java and Spring AI. It consists of three parts:

  • LLM tool spec
  • LLM tool code generator
  • LLM tool integrations