From 1bc3f2c145ad8bb75fc6e1c0eeb2773c74174aef Mon Sep 17 00:00:00 2001 From: dewmal Date: Sat, 20 Jul 2024 23:53:28 +0530 Subject: [PATCH] Update readme --- README.md | 29 +++++++++++++++++++++++------ bindings/ceylon/README.md | 26 ++++++++++++++++++++++++++ 2 files changed, 49 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 0da76c56..6472e2f6 100644 --- a/README.md +++ b/README.md @@ -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 [support@ceylon.ai](mailto:support@ceylon.ai). \ No newline at end of file diff --git a/bindings/ceylon/README.md b/bindings/ceylon/README.md index 3433ff62..75b24692 100644 --- a/bindings/ceylon/README.md +++ b/bindings/ceylon/README.md @@ -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 [support@ceylon.ai](mailto:support@ceylon.ai). \ No newline at end of file