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

# Session Info • Rust AI Agent SDK

> SessionInfo: Brief session info for listing

# SessionInfo

> Defined in the [**session**](../modules/session) module.

<Badge color="orange">Rust AI Agent SDK</Badge>

Brief session info for listing

## Fields

| Name            | Type                   | Description |
| --------------- | ---------------------- | ----------- |
| `session_id`    | `String`               | -           |
| `agent_name`    | `Option&lt;String&gt;` | -           |
| `created_at`    | `String`               | -           |
| `updated_at`    | `String`               | -           |
| `message_count` | `usize`                | -           |

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-rust/praisonai/src/session/mod.rs#L197">
  `praisonai/src/session/mod.rs` at line 197
</Card>

***

## Related Documentation

<CardGroup cols={2}>
  <Card title="Rust Sessions" icon="clock" href="/docs/rust/sessions" />

  <Card title="Rust Memory" icon="database" href="/docs/rust/memory" />
</CardGroup>
