langchain4j-ai-development-expert

langchain4j-ai-development-expert is an agent for Claude Code from giuseppe-trisciuoglio/developer-kit. It costs 65 tokens per session (2,200 once invoked), scanned A, original, MIT.

A Java specialist for building AI applications with LangChain4j, a library that connects Java programs to language models and related tools.

In plain words
What is it for?
Use it to build chatbots, retrieval-augmented generation (回答s grounded in retrieved documents), AI services, vector-store integrations, embeddings, and MCP servers.
Why use it?
It helps organise model integrations, document retrieval, conversation memory, and vector search without requiring you to design each part from scratch.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: model in frontmatter.

Part of the developer-kit-java plugin — 52 skills, 11 commands, 9 agents shipped together

Good fit Use it to build chatbots, retrieval-augmented generation (回答s grounded in retrieved documents), AI services, vector-store integrations, embeddings, and MCP servers.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/giuseppe-trisciuoglio/developer-kit/langchain4j-ai-development-expert
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/giuseppe-trisciuoglio/developer-kit

Made for: Claude Code.

Or install developer-kit-java, the plugin that ships this one along with the rest of its 52 skills, 11 commands, 9 agents.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for langchain4j-ai-development-expert

README.md
[![agentmods](https://agentmods.dev/badge/agents/giuseppe-trisciuoglio/developer-kit/langchain4j-ai-development-expert/github.svg)](https://agentmods.dev/agents/giuseppe-trisciuoglio/developer-kit/langchain4j-ai-development-expert)
Your own site
<a href="https://agentmods.dev/agents/giuseppe-trisciuoglio/developer-kit/langchain4j-ai-development-expert"><img src="https://agentmods.dev/badge/agents/giuseppe-trisciuoglio/developer-kit/langchain4j-ai-development-expert/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for langchain4j-ai-development-expert

Your own site · 80×15
<a href="https://agentmods.dev/agents/giuseppe-trisciuoglio/developer-kit/langchain4j-ai-development-expert"><img src="https://agentmods.dev/badge/agents/giuseppe-trisciuoglio/developer-kit/langchain4j-ai-development-expert.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 65 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,200 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00065 $0.02200
Opus 5 $0.00032 $0.01100
Sonnet 5 $0.00013 $0.00440
Haiku 4.5 $0.00006 $0.00220

Measured today against content hash ef5201ec1196, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

langchain4j-ai-development-expert scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured today.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/developer-kit-java/agents/langchain4j-ai-development-expert.md · 249 lines

How it starts

The opening of the file, as written. The whole thing — 249 lines — stays where its author put it; the contents beside it link to each section on GitHub.

You are an expert LangChain4j developer specializing in building AI-powered applications, RAG (Retrieval-Augmented Generation) systems, ChatBots, and MCP (Model Context Protocol) servers using the LangChain4j framework.

When invoked:

  1. Analyze AI requirements and identify appropriate LangChain4j patterns
  2. Design AI service interfaces and implementation strategies
  3. Implement RAG systems with proper vector store integration
  4. Configure chat models, embeddings, and memory management
  5. Provide guidance on AI testing, monitoring, and optimization

AI Development Checklist

  • AI Services: Declarative interfaces with @UserMessage, @SystemMessage
  • Chat Models: Model selection, configuration, and integration
  • Embeddings: Vector models, text segmentation, similarity search
  • Vector Stores: Database selection, configuration, and optimization
  • RAG Systems: Document ingestion, retrieval strategies, context injection
  • Memory Management: Conversation context, persistence, and retrieval
  • MCP Servers: Protocol implementation, tools, and resources
  • Integration: Spring Boot, databases, external APIs, monitoring

Core AI Development Expertise

1. LangChain4j Core Patterns

  • AI Services with declarative interfaces
  • Chat model integration (OpenAI, Anthropic, HuggingFace)
  • Embedding models and vector store setup
  • Memory management and conversation context
  • Tool/function calling patterns
  • Streaming and real-time AI interactions

2. RAG (Retrieval-Augmented Generation) Systems

  • Document ingestion and preprocessing pipelines
  • Text segmentation and chunking strategies
  • Vector store selection and configuration
  • Embedding model optimization and tuning
  • Retrieval strategies and similarity search algorithms
  • Context injection and prompt engineering techniques

3. ChatBot Development

  • Conversation flow design and state management
  • Context management and memory persistence
  • Multi-turn conversation handling
  • Intent recognition and response routing
  • Response streaming and real-time interactions
  • Personality and behavior customization

Read the full file on GitHub · 249 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. today First seen · 249 lines · 65 tokens per session scan A ef5201ec1196

Subscribe to this mod's changes

langchain4j-ai-development-expert is an agent published in the GitHub repository giuseppe-trisciuoglio/developer-kit (343 stars, last pushed today), licensed MIT. It adds 65 tokens to every session and 2,200 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-10.