> ISPO SDK documentation. [HTML](https://ispo.ai/docs/interfaces/core.Supporting_types.AgentSpawnResult.html) · [Documentation index](https://ispo.ai/docs/llms.txt)

# Interface AgentSpawnResult

```typescript
interface AgentSpawnResult {
    agent: "claude" | "codex" | "opencode" | "pi" | "cursor" | "ispo";
    staged: boolean;
    submitted: boolean;
    terminalId: string;
}
```

Types: [agent](#agent), [staged](#staged), [submitted](#submitted), [terminalId](#terminalid)

##### Index

### <a id="properties"></a>Properties

[agent](#agent) [staged](#staged) [submitted](#submitted) [terminalId](#terminalid)

## <a id="properties-1"></a>Properties

### <a id="agent"></a>agent

```typescript
agent: "claude" | "codex" | "opencode" | "pi" | "cursor" | "ispo"
```

### <a id="staged"></a>staged

```typescript
staged: boolean
```

### <a id="submitted"></a>submitted

```typescript
submitted: boolean
```

### <a id="terminalid"></a>terminalId

```typescript
terminalId: string
```
