PGPrasad Gaikwadinblog.prasadgaikwad.dev·6d ago · 4 min readLangGraph4j ReACT Agent: Explicit State Graphs for Tool OrchestrationWhen building LLM applications, there's a spectrum between "just call tools automatically" and "I need to see and control every step of the reasoning loop." LangChain4j's built-in tool calling does th00
PGPrasad Gaikwadinblog.prasadgaikwad.dev·6d ago · 3 min readWorkflow Composition: Parallel, Loop, and Conditional Patterns with LangChain4jThe orchestration trilogy is complete. After sequential chaining (#227) and goal-oriented graph planning (#228), this round adds the third pattern: workflow composition — building complex pipelines fr00
PGPrasad Gaikwadinblog.prasadgaikwad.dev·Aug 21 · 5 min readGraph of Agents: Goal-Oriented Action Planning with LangChain4jThe previous round added two orchestration patterns: a supervisor-based crew (parallel delegation) and a chain-of-agents pipeline (sequential delegation). Both require you to know the execution order 10
PGPrasad Gaikwadinblog.prasadgaikwad.dev·Aug 20 · 5 min readChain of Agents: Sequential Prompt Chaining with LangChain4jThe previous round left the demo with two open ideas in its "Future Experiments" list: chain of agents (sequential prompt chaining) and streaming function calling (which shipped alongside the crew). E00
PGPrasad Gaikwadinblog.prasadgaikwad.dev·Aug 19 · 6 min readAdvanced Orchestration: An Agentic Crew and Streaming Function CallingThe previous round left the demo with one open idea in its "Future Experiments" list: advanced agent orchestration with LangChain4j's agentic module, plus streaming function calling. Everything before00