Tracking issue for codeact-native delivery: CLDK's primary agent interface is a short Python one-liner dispatching a fluent chain (#155) — composition happens inside the process, and only the answer enters the agent's context. This beats tool-protocol call-chaining, where every hop's intermediate payload must be held in context and reasoned over.
MCP remains a thin adapter in codellm-devkit/cocoa-py for consumers that want it; nothing MCP-shaped ships in this SDK.
The codeact story only wins if a cold invocation is near-instant — that is a requirement of this epic (see the warm-start child), not an optimization.
Children
Tracking issue for codeact-native delivery: CLDK's primary agent interface is a short Python one-liner dispatching a fluent chain (#155) — composition happens inside the process, and only the answer enters the agent's context. This beats tool-protocol call-chaining, where every hop's intermediate payload must be held in context and reasoned over.
MCP remains a thin adapter in codellm-devkit/cocoa-py for consumers that want it; nothing MCP-shaped ships in this SDK.
The codeact story only wins if a cold invocation is near-instant — that is a requirement of this epic (see the warm-start child), not an optimization.
Children