## research()


Conduct research on a given topic.


Usage


``` python
research(topic)
```


## Parameters


`topic: str`  
The research topic.


## Returns


`dict`  
A dictionary with research findings.


## Examples

``` python
>>> research("machine learning")
```

{'topic': 'machine learning', 'status': 'complete'}
