Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dewmal committed Jul 20, 2024
1 parent d68425e commit 1bc3f2c
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 6 deletions.
29 changes: 23 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,29 @@
[![PyPI - Version](https://img.shields.io/pypi/v/ceylon.svg)](https://pypi.org/project/ceylon)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/ceylon.svg)](https://pypi.org/project/ceylon)

# Ceylon : A Multi-Agent System (MAS)

#Agents
## Introduction

## Admin
- Manage other agents
Welcome to the Ceylon AI Multi-Agent System (MAS) project! This system is designed to manage and automate task flows
among multiple agents, each with specific roles and responsibilities.

## Workers
- Execute task what they recived to do from admin
- Send update to admin after finish the task
## Features

- **Agent Management**: Easily define and manage agents with specific roles.
- **Task Automation**: Automate task flow based on agent input and predefined sequences.
- **Scalability**: Scalable to handle multiple agents and complex workflows.
- **Customization**: Highly customizable to fit different use cases.
- **Networking**: Developed as a distributed system.

## License

This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.

## Contributing

We welcome contributions! Please read our [contributing guidelines](CONTRIBUTING.md) before submitting a pull request.

## Contact

For questions or support, please contact us at [[email protected]](mailto:[email protected]).
26 changes: 26 additions & 0 deletions bindings/ceylon/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,29 @@

[![PyPI - Version](https://img.shields.io/pypi/v/ceylon.svg)](https://pypi.org/project/ceylon)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/ceylon.svg)](https://pypi.org/project/ceylon)

# Ceylon : A Multi-Agent System (MAS)

## Introduction

Welcome to the Ceylon Multi-Agent System (MAS) project! This system is designed to manage and automate task flows among multiple agents, each with specific roles and responsibilities.

## Features

- **Agent Management**: Easily define and manage agents with specific roles.
- **Task Automation**: Automate task flow based on agent input and predefined sequences.
- **Scalability**: Scalable to handle multiple agents and complex workflows.
- **Customization**: Highly customizable to fit different use cases.
- **Networking**: Developed as a distributed system.

## License

This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.

## Contributing

We welcome contributions! Please read our [contributing guidelines](CONTRIBUTING.md) before submitting a pull request.

## Contact

For questions or support, please contact us at [[email protected]](mailto:[email protected]).

0 comments on commit 1bc3f2c

Please sign in to comment.