-
Notifications
You must be signed in to change notification settings - Fork 20
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
1 parent
1a691d6
commit 0053450
Showing
7 changed files
with
28 additions
and
10 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
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 |
---|---|---|
|
@@ -59,7 +59,9 @@ when an individual is officially representing the community in public spaces. | |
Instances of abusive, harassing, or otherwise unacceptable behavior may be | ||
reported to the community leaders responsible for enforcement through: | ||
- Discord: Contact moderators directly or use the #report channel | ||
- Email: [[email protected]](mailto:[email protected]) | ||
- Email: | ||
- [[email protected]](mailto:[email protected]) | ||
- [[email protected]](mailto:[email protected]) | ||
- GitHub: Open an issue marked [COC] | ||
|
||
All complaints will be reviewed and investigated promptly and fairly. | ||
|
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
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 |
---|---|---|
|
@@ -22,7 +22,7 @@ Legion is a flexible and provider-agnostic framework designed to simplify the cr | |
## Installation (WIP, not yet available during pre-release phase) | ||
|
||
```bash | ||
pip install legion | ||
pip install legion-ai | ||
``` | ||
|
||
## Core Concepts | ||
|
@@ -367,6 +367,11 @@ Eventually, there will be a more comprehensive documentation site. | |
|
||
Contributions are welcome! Please feel free to submit pull requests, report issues, or suggest new features. | ||
|
||
## Authors | ||
|
||
- Hayden Smith ([email protected]) | ||
- Zain Imdad ([email protected]) | ||
|
||
## Project Status & Roadmap | ||
|
||
View the [Legion Project Board](https://github.com/orgs/LLMP-io/projects/1/views/1) for the current status of the project. | ||
|
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
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 |
---|---|---|
@@ -1,8 +1,11 @@ | ||
[tool.poetry] | ||
name = "Legion-ai" | ||
version = "0.1.0" | ||
name = "legion-ai" | ||
version = "0.1.1" | ||
description = "Legion is a flexible and provider-agnostic framework designed to simplify the creation of sophisticated multi-agent systems" | ||
authors = ["Hayden Smith <[email protected]>"] | ||
authors = [ | ||
"Hayden Smith <[email protected]>", | ||
"Zain Imdad <[email protected]>" | ||
] | ||
license = "LICENSE" # MIT License | ||
readme = "README.md" | ||
|
||
|
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