> ## 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.

# Code Execution Step • AI Agent SDK

> CodeExecutionStep: Represents a code execution step during research.

# CodeExecutionStep

> Defined in the [**Deep Research Agent**](../modules/deep_research_agent) module.

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

Represents a code execution step during research.

## Properties

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

<ResponseField name="output" type="Optional">
  No description available.
</ResponseField>

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-agents/praisonaiagents/agent/deep_research_agent.py#L79">
  `praisonaiagents/agent/deep_research_agent.py` at line 79
</Card>

***

## Related Documentation

<CardGroup cols={2}>
  <Card title="Code Agent" icon="code" href="/docs/features/codeagent" />

  <Card title="Code Feature" icon="terminal" href="/docs/features/code" />
</CardGroup>
