> ## 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 Context • AI Agent SDK

> SessionContext: Context for runtime resolution within a session.

# SessionContext

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

<Badge color="blue">AI Agent</Badge>

Context for runtime resolution within a session.

## Properties

<ResponseField name="session_id" type="str">
  No description available.
</ResponseField>

<ResponseField name="timestamp" type="float">
  No description available.
</ResponseField>

<ResponseField name="parent_agent_id" type="Optional[str]">
  No description available.
</ResponseField>

<ResponseField name="handoff_depth" type="int">
  No description available.
</ResponseField>

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-agents/praisonaiagents/runtime/resolve.py#L56">
  `praisonaiagents/runtime/resolve.py` at line 56
</Card>

***

## Related Documentation

<CardGroup cols={2}>
  <Card title="Context Concept" icon="layer-group" href="/docs/docs/concepts/context" />

  <Card title="Context Management" icon="sliders" href="/docs/docs/features/context-management" />

  <Card title="Context Strategies" icon="diagram-project" href="/docs/docs/features/context-strategies" />

  <Card title="Session Management" icon="clock" href="/docs/docs/concepts/session-management" />

  <Card title="Sessions Feature" icon="folder" href="/docs/docs/features/sessions" />
</CardGroup>
