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 1bc3f2c commit a09eb25
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Ceylon MAS system
# rk-core MAS system Python lib

[![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)
Expand All @@ -7,8 +7,8 @@

## Introduction

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.
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

Expand All @@ -17,6 +17,9 @@ among multiple agents, each with specific roles and responsibilities.
- **Scalability**: Scalable to handle multiple agents and complex workflows.
- **Customization**: Highly customizable to fit different use cases.
- **Networking**: Developed as a distributed system.
- **Efficient Message Propagation**: Utilizes a robust framework for efficient and reliable message propagation.
- **Interoperability and Performance**: Ensures seamless interoperability across different programming languages while
providing memory safety and high performance.

## License

Expand Down
8 changes: 6 additions & 2 deletions bindings/ceylon/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@
[![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)
# 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.
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

Expand All @@ -16,6 +17,9 @@ Welcome to the Ceylon Multi-Agent System (MAS) project! This system is designed
- **Scalability**: Scalable to handle multiple agents and complex workflows.
- **Customization**: Highly customizable to fit different use cases.
- **Networking**: Developed as a distributed system.
- **Efficient Message Propagation**: Utilizes a robust framework for efficient and reliable message propagation.
- **Interoperability and Performance**: Ensures seamless interoperability across different programming languages while
providing memory safety and high performance.

## License

Expand Down

0 comments on commit a09eb25

Please sign in to comment.