Skip to content

Commit

Permalink
Changed urls,paths and descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
markmbain committed Sep 16, 2024
1 parent 65b4f5b commit 17d2c06
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -142,3 +142,4 @@ dmypy.json
# Local dev dirs
/dev
/dev-docs
/.pypi/
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
_<p align="center">
<img src="assets/images/aius-black.png" width="72px" alt="AIUS Logo">
<img src="https://github.com/markmbain/aius/blob/main/assets/images/aius/aius-black.png" width="72px" alt="AIUS Logo">
</p>

<p align="center">
Expand Down Expand Up @@ -90,7 +90,7 @@ pip install aius
---

# 🔗 Join the community
- 🌐 (URL/Web): Visit: https://getaius.com
- 🌐 (URL/Web): Visit: https://aius.co
- 💬 (Discord): Chat: https://discord.gg/cM6vFhJbWS
- ❌ (X/Twitter): Follow: https://x.com/markmbain
- 🔗 (LinkedIn): Follow: https://www.linkedin.com/company/aius-ai
Expand All @@ -99,7 +99,7 @@ pip install aius

---

# 🤝 Contribution
# 🤝 Contribute
- ⭐️ Star the repo and become one of our [Stargazers](https://github.com/markmbain/aius/stargazers)
- 💬 [Join our discord](https://discord.gg/cM6vFhJbWS) to chat with the growing community about designs, contribution and use cases
- Clone: `git clone git@github.com:markmbain/aius.git` and play around
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
[tool.poetry]
name = "aius"
version = "0.0.0"
description = "AI for us: The memory system for your AI agents, superagents, assistants, and LLMs"
description = "AI for us: The memory system for your AI agents"
authors = ["Mark Bain <markmbain1@gmail.com>"]
license = "MIT"
packages = [{include = "aius", from = "src"}]
readme = "README.md"

[tool.poetry.urls]
Homepage = "https://getaius.com"
Homepage = "https://aius.co"
Repository = "https://github.com/markmbain/aius"
# Documentation = "https://github.com/markmbain/src/aius/docs"
# Documentation = "https://github.com/markmbain/aius/docs"

[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
Expand Down

0 comments on commit 17d2c06

Please sign in to comment.