We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b772ffc commit 093c052Copy full SHA for 093c052
pyproject.toml
@@ -1,15 +1,23 @@
1
[tool.poetry]
2
-name = "oasis"
+name = "oasis-ai"
3
version = "0.0.1"
4
description = "Open Agents Social Interaction Simulations on a Large Scale"
5
-authors = ["TODO <[email protected]>"]
+authors = ["CAMEL-AI.org"]
6
readme = "README.md"
7
+license = "Apache License 2.0"
8
keywords = [
- "LLM",
9
- "agent",
10
- "social-network",
11
- "graph",
12
"recommendation-system",
+ "communicative-ai",
+ "ai-societies",
+ "social-simulations",
13
+ "artificial-intelligence",
14
+ "deep-learning",
15
+ "multi-agent-systems",
16
+ "natural-language-processing",
17
+ "large-language-models",
18
+]
19
+packages = [
20
+ { include = "oasis" },
21
]
22
repository = "https://github.com/camel-ai/oasis.git"
23
0 commit comments