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’s agent is the core of the Cased platform. It is designed to handle DevOps tasks and work with a wide array of tools to be flexbile and complete complex tasks.

How Agents Work
Section titled “How Agents Work”The agent operates in a loop, using a large language model (LLM) to determine the best action to take to complete a given task.
Cased Agents come with 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
Section titled “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
Section titled “Interactivity”The agent is 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.