Metadata-Version: 2.1
Name: bambot
Version: 0.4.1
Summary: Containers for AI agents
Home-page: https://github.com/Bam-Corp/bambot
Author: Bam Corp
Author-email: spencer@bam.bot
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: click
Requires-Dist: docker
Requires-Dist: prometheus-client
Requires-Dist: streamlit
Requires-Dist: tqdm
Requires-Dist: python-dotenv

# Bam

[![PyPI version](https://badge.fury.io/py/bambot.svg)](https://badge.fury.io/py/bambot)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

Bam is a lightweight and easy-to-use command-line interface (CLI) tool for creating and running AI agent containers.

## Installation

You can install Bam using pip:

```bash
pip install bambot
```
## Getting Started

To get started with bambot, follow these simple steps:

1. Install bambot using pip:
```bash
pip install bambot
```
2. Create a new AI agent container:
```bash
bam create container
```
3. Run the AI agent container:
```bash
bam run
```

That's it! You're now ready to start using Bam to create and run AI agent containers.

## Documentation

For detailed documentation and additional features, please visit our website at [bam.bot](https://bam.bot) (coming soon).

## License

bambot is released under the [MIT License](LICENSE).

## Support

If you have any questions, issues, or suggestions, please [open an issue](https://github.com/Bam-Corp/bambot/issues) on our GitHub repository or email spencer@bam.bot.

Happy coding!

*Note: Bam is VERY much a work-in-progress. more to come very soon!*
