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

# Acreate Implementation Blueprint • AI Agent SDK

> acreate_implementation_blueprint: Async version of create_implementation_blueprint.

# acreate\_implementation\_blueprint

<div className="flex items-center gap-2">
  <Badge color="blue">Async</Badge>
  <Badge color="purple">Method</Badge>
</div>

> This is a method of the [**ContextAgent**](../classes/ContextAgent) class in the [**context\_agent**](../modules/context_agent) module.

Async version of create\_implementation\_blueprint.

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
async def acreate_implementation_blueprint(feature_request: str, context_analysis: Optional[Dict[str, Any]]) -> Dict[str, Any]
```

## Parameters

<ParamField query="feature_request" type="str" required={true}>
  No description available.
</ParamField>

<ParamField query="context_analysis" type="Optional" required={false}>
  No description available.
</ParamField>

### Returns

<ResponseField name="Returns" type="Dict[str, Any]">
  The result of the operation.
</ResponseField>

## Uses

* `asyncio.get_event_loop`
* `loop.run_in_executor`
* `build_implementation_blueprint`

## Source

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