Skip to content

Agents Overview

Cased is an agentic DevOps tool that can perform tasks, respond to events, and integrate with your existing workflows to automate your engineering and infrastructure operations.

Cased Agents are the core of the Cased platform. They are flexible tools that can be configured to run in a variety of environments and to perform a wide range of tasks.

How Agents Work

An agent operates in a loop, using a large language model (LLM) to determine the best action to take to complete a given task. They can be triggered manually or by an event, and will continue to run until the task is complete or stopped by a user.

Tools

Cased Agents come with built-in tools that are enabled by installing integrations. These tools allow agents to interact with other systems and perform actions on your behalf. For example, by enabling the GitHub integration, agents can create pull requests. With cloud provider integrations like AWS or GCP, agents can manage your infrastructure.

Sessions

Every time an agent runs, it creates a “session” that logs all of its activity. This includes the conversation history, the tools that were used, and the status of the run. This allows you to see exactly what the agent did and to debug any issues that may have occurred.

Interactivity

Agents are designed to be interactive. You can pause and resume an agent’s execution, and you can provide it with additional information to help it complete its task. This allows you to work with agents to solve problems and to automate complex workflows.