Demo: New Akka SDK Component: Agent

1 minute read

In this video, Akka engineer Eduardo Pinto introduces the Agent component, a core building block within the Akka SDK. Designed to interact with AI models (typically Large Language Models or LLMs), Agent components perform specific tasks. They can operate either as stateful components with durable memory or stateless, and they can be invoked by other Akka components or run autonomously.

When AI Needs an SLA