# @artinet/types

A collection of useful types for the artinet.

## Installation

```bash
npm install @artinet/types
```

## Usage

```typescript
import { AgentCall, AgentRequest, AgentResponse } from "@artinet/types";
```

## License

Apache-2.0
