Metadata-Version: 2.1
Name: cltl.combot
Version: 0.0.dev1
Summary: Communication Robot Framework
Home-page: https://github.com/leolani/cltl-combot
Author: CLTL
Author-email: t.baier@vu.nl
License: MIT License
Platform: UNKNOWN
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Provides-Extra: external
License-File: LICENCE

# CLTL Leolani Combot

CLTL Leolani Combot provides the framework for applications that implement human-robot interaction with conversation.

## About the Project

This is the successor of the [Leolani platform](https://github.com/leolani/pepper) with a improved modular architecture.
Refer to [`overall_architecture.md`](https://github.com/leolani/cltl-combot/blob/main/overall_architecture.md) for an overview.

## Getting Started

This is an example of how you may give instructions on setting up your project locally.
To get a local copy up and running follow these simple example steps.

### Prerequisites

```
https://github.com/leolani/cltl-requirements
```

### Installation

```
git clone --recurse-submodules https://github.com/leolani/cltl-combot.git
cd cltl-combot
make build
```


<!-- ## Usage

TBD -->


## Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**.

1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request


<!-- LICENSE -->
## License

Distributed under the MIT License. See [`LICENSE`](https://github.com/leolani/cltl-combot/blob/main/LICENCE) for more information.



<!-- CONTACT -->
## Authors

* [Taewoon Kim](https://tae898.github.io/)
* [Thomas Baier](https://www.linkedin.com/in/thomas-baier-05519030/)
* [Selene Báez Santamaría](https://selbaez.github.io/)
* [Piek Vossen](https://github.com/piekvossen)


