## AgentStatValue type [​](/content/docs/sdk/core.agentstatvalue#agentstatvalue-type/index.html)

**Signature:**

```typescript
export type AgentStatValue = AgentStatPrimitiveValue | Record<string, AgentStatPrimitiveValue | Record<string, AgentStatPrimitiveValue | Record<string, AgentStatPrimitiveValue>>>;
```

**References:** [AgentStatPrimitiveValue](/content/docs/sdk/core.agentstatprimitivevalue)

- [AgentStatValue type](/content/docs/sdk/core.agentstatvalue#agentstatvalue-type/index.html)
