Metadata-Version: 2.1
Name: metagent
Version: 0.1.0
Summary: 
Author: Bo Chen
Author-email: bochen0909@gmail.com
Requires-Python: >=3.11,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Description-Content-Type: text/markdown

# metagent

A Python package for meta-learning and agent-based systems.

## Installation

You can install the package via pip:

```bash
pip install metagent
```

Or using poetry:

```bash
poetry add metagent
```

## Development

This project uses Poetry for dependency management and packaging.

### Setup

1. Install Poetry (if not already installed)
2. Clone the repository
3. Install dependencies:
```bash
poetry install
```

### Testing

Run tests with:

```bash
poetry run pytest
```

## License

This project is open source software.

## Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

