> ## Documentation Index
> Fetch the complete documentation index at: https://docs.entire.io/llms.txt
> Use this file to discover all available pages before exploring further.

# agent

> Manage agent integrations in the current repository.

Manage agent integrations in the current repository.

```bash theme={null}
entire agent SUBCOMMAND
```

## agent list

List installed and available agents.

```bash theme={null}
entire agent list
```

## agent add

Install hooks for an agent.

```bash theme={null}
entire agent add AGENT_NAME [flags]
```

| Flag          | Description                             |
| ------------- | --------------------------------------- |
| `--force`     | Reinstall hooks even if already present |
| `--local-dev` | Install hooks in local-dev mode         |

## agent remove

Uninstall hooks for an agent.

```bash theme={null}
entire agent remove AGENT_NAME
```
