Menu

Post image 1
Post image 2
1 / 2
0

ExternalCodingAgent in KaibanJS: Using Claude Code for Airline Cancellations to Future Flight Credits

DEV Community·Dariel Vila·17 days ago
#ugCqM9Wx
#task#ai#webdev#javascript#agent#claude
Reading 0:00
15s threshold

Most multi-agent setups stop at "LLM A hands off to LLM B." That covers a lot of ground, but some tasks are execution-heavy : hit a URL, parse the HTML, notice the page is bot-blocked, fall back to a curated source, run a fee calculation, and return something structured enough that the next agent can trust it. Wrapping all of that inside a plain chat completion is the wrong abstraction. KaibanJS adds ExternalCodingAgent for exactly this case: one task in a Team is executed by a local developer CLI , today Claude Code or OpenCode , plus a mock backend for CI—while every other part of the team lifecycle stays identical: interpolated task descriptions, context passing, completion handlers, HITL gates, and errors when the subprocess fails. This post covers the API surface and then walks a concrete implementation: a three-agent team that handles flight cancellations converted into future travel credits, eligibility first, customer review with a mandatory approval gate second, and conditional resolution last.…

Continue reading — create a free account

Join HashtagPLUS to read full articles, follow hashtags, vote, and join the conversation.

Read More