feat(blogs): add "Building Production-Ready AI Agents" post#4920
Open
vfanucci wants to merge 6 commits into
Open
feat(blogs): add "Building Production-Ready AI Agents" post#4920vfanucci wants to merge 6 commits into
vfanucci wants to merge 6 commits into
Conversation
Walk-through of taking agentic workflows from demo to production with Kestra: AIAgent task with tools (web search, Kestra flows as tools), retries/timeouts as orchestration-level guardrails, human-in-the-loop via Pause, and multi-agent coordination patterns. Frames Kestra as the orchestrator around frameworks (LangGraph, CrewAI), not a replacement. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
4 tasks
Contributor
Author
|
Warning : Review content, screenshots and Kestra flows before publishing |
Contributor
☁️ Cloudflare Worker Preview Deployed!🔗 https://ks-blog-orchestrate-ai-agents-kes-docs.kestra-io.workers.dev ## 🔦 Lighthouse Benchmark
Scores (0–100, higher is better)
Core Web Vitals (lower is better)
Legend🟢 improved · 🔻 regressed · (blank) no significant change |
Remove em dashes, magic adverbs (quietly/silently), bold-first numbered list bullets, "Let's make this concrete", "Here's where...", and the signposted Conclusion header. Replace with commas/parens and direct prose. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
wrussell1999
approved these changes
Jun 5, 2026
Contributor
Author
|
@Nico-Kestra We will need a thumbnail for this one too please (not urgent) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
AIAgenttask, tool calling (web search, Kestra flows as tools), retries/timeouts, human-in-the-loop viaPause, and multi-agent coordination.orchestrate-rag-pipeline-kestrafeat(blogs): add "How to Orchestrate a RAG Pipeline with Kestra" #4918, beforeevaluate-monitor-llm-apps-kestra).Notes for reviewers
2024-11-25-kestra-vs-jenkins).rag-with-gemini-and-langchain4j/main.jpg) so the build/preview passes — design can swap in the final visual later.<!-- SCREENSHOT: ... -->placeholders (AIAgent execution, PAUSED execution) and one<!-- BLUEPRINT_URL: ... -->placeholder to fill in before publishing./blogs/evaluate-monitor-llm-apps-kestrapoints to the third article in the series (not yet merged).Test plan
npm run buildsucceeds locally🤖 Generated with Claude Code