CodeAct in Agent Framework: Faster Agents with Fewer Model Turns

Source: Semantic Kernel Blog ·

Modern AI agents often aren’t bottlenecked by model quality, they are bottlenecked by orchestration overhead. When an agent chains together many small tool calls, each step typically requires a new model turn, driving up latency and token usage. With CodeAct support in Agent Framework, agents can collapse those multi-step plans into a single executable code […] The post CodeAct in Agent Framework: Faster Agents with Fewer Model Turns appeared first on Microsoft Agent Framework.