# AgentNote

**Kind:** Interface

**Source:** [`atloria-monorepo/libs/agent-core/src/autonomous/autonomous-loop.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/agent-core/src/autonomous/autonomous-loop.ts#L222)

A session-scoped note/learning the agent records as it works.
Injected into every subsequent turn so the agent builds up context.

## Properties

| Property | Type |
|---|---|
| `turn` | `number` |
| `content` | `string` |
