← Agent-framework comparison

KDCube with agent frameworks

Keep the graph, crew, SDK agent, or custom loop. KDCube supplies the application boundary around it: authenticated turns, streaming, users, conversations, files, connections, economics, and deployable surfaces.

These layers combine

An agent framework decides how the agent works. KDCube operates the product in which that agent works. Settling an existing solution in KDCube is host integration, not a framework conversion.

Framework keepsKDCube adds around it
Graph, crew, loop, prompts, and domain behaviorAuthenticated asynchronous turn execution and ordered delivery
Framework tool bindings and multi-agent semanticsApp and agent tool, MCP, skill, and named-service configuration
Framework checkpoints, internal state, and agent-owned memoryUser-facing conversation record, files, search, reload, and user memory
Framework-specific progress and output eventsStream adapter to chat, UI, API, event, job, and other app surfaces

The four host seams

That is the first useful finish line. Attachments, web access, generated-code execution, managed files, model choice, and multi-agent dispatch are optional connections, not prerequisites.

Examples inside this niche

LangGraph

Keep nodes, edges, checkpoints, interrupts, and graph-owned state. The adapter binds a KDCube turn and projects graph progress and output.

CrewAI

Keep agents, tasks, crews, flows, and their internal memory. KDCube hosts the crew behind application and conversation surfaces.

Claude Agent SDK

Keep the SDK loop, tools, and session model. KDCube provides the caller, conversation, delivery, and service boundary around it.

Custom agent loop

Keep the existing implementation and domain persistence. Add only the explicit seams needed to operate it as a KDCube app.

What the KDCube boundary contributes

Boundaries to preserve

Use the agent-framework matrix to compare framework capabilities. Use this page when the actual question is how a framework-based solution fits into the wider KDCube product runtime.

Sources reviewed

Reviewed 2 August 2026 against LangGraph's official overview, CrewAI's official documentation, KDCube's solution-settling recipe, hosted-agent conversation contract, shared agent harness contract, and security and trust model.