Metadata-Version: 2.4
Name: inmydata
Version: 0.0.3
Summary: This package provides simple API access to the inmydata platform
Project-URL: Homepage, https://inmydata.ai
Project-URL: Reference, https://developer.inmydata.com
Project-URL: Issues, https://support.inmydata.com/
Author-email: inmydata <info@inmydata.com>
License-Expression: MIT
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Description-Content-Type: text/markdown


![Logo](https://inmydata.ai/hs-fs/hubfs/Horizontal-1.png?width=200&height=59&name=Horizontal-1.png)




# Agent SDK

The inmydata agent SDK enables you to build AI agents that can rapidly access data from the inmydata platform. 


## Features

- Conversational data interface - retrieve data with natural language queries
- Structured data interface - rapidly build data interfaces for you AI agents 
- Calendar assistant - empower your AI agent with detailed knowledge of your financial calendars


## Installation

Install the inmydata agent SDK with pip

```bash
  pip install inmydata
```
    
## Documentation

Documentation and support [can be found here](https://developer.inmydata.com)


## Usage/Examples

Example of retrieving structured data

```python
...
```

Example of retrieving conversational data

```python
...
```

Example of retrieving calendar periods

```python
...
```

For these examples you will need to set the following environment variables:

- INMYDATA_API_KEY
- INMYDATA_TENANT
- INMYDATA_SERVER
- INMYDATA_CALENDAR

