-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
49 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,12 +3,29 @@ | |
[](https://pypi.org/project/ceylon) | ||
[](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]). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,29 @@ | |
|
||
[](https://pypi.org/project/ceylon) | ||
[](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]). |