Latest in AI

developers

Agents

Agents for builders: related frameworks, APIs, and models in the catalog.

Definition

Agent systems let models call tools and keep state across steps so they can complete multi-step work.

How it works

Builders typically combine a model, a tool interface, orchestration (graphs or loops), and observability. Start with a narrow job and add autonomy only when evaluation is in place.

Continue