## Documentation Index

Fetch the complete documentation index at: [/llms.txt](https://docs.entire.io/llms.txt)

Use this file to discover all available pages before exploring further.

Manage agent integrations in the current repository.

```
entire agent SUBCOMMAND
```

## agent list

List installed and available agents.

```
entire agent list
```

## agent add

Install hooks for an agent.

```
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.

```
entire agent remove AGENT_NAME
```
