mirror of
https://github.com/camel-ai/owl.git
synced 2026-03-22 05:57:17 +08:00
update camel version and opened issue for contribution
This commit is contained in:
10
README.md
10
README.md
@@ -613,11 +613,13 @@ We welcome contributions from the community! Here's how you can help:
|
|||||||
3. Submit pull requests with your improvements
|
3. Submit pull requests with your improvements
|
||||||
|
|
||||||
**Current Issues Open for Contribution:**
|
**Current Issues Open for Contribution:**
|
||||||
- [#362](https://github.com/camel-ai/owl/issues/362)
|
|
||||||
- [#1945](https://github.com/camel-ai/camel/issues/1945)
|
|
||||||
- [#1925](https://github.com/camel-ai/camel/issues/1925)
|
|
||||||
- [#1915](https://github.com/camel-ai/camel/issues/1915)
|
- [#1915](https://github.com/camel-ai/camel/issues/1915)
|
||||||
- [#1970](https://github.com/camel-ai/camel/issues/1970)
|
- [#2190](https://github.com/camel-ai/camel/issues/2190)
|
||||||
|
- [#2165](https://github.com/camel-ai/camel/issues/2165)
|
||||||
|
- [#2121](https://github.com/camel-ai/camel/issues/2121)
|
||||||
|
- [#1908](https://github.com/camel-ai/camel/issues/1908)
|
||||||
|
- [#1538](https://github.com/camel-ai/camel/issues/1538)
|
||||||
|
- [#1481](https://github.com/camel-ai/camel/issues/1481)
|
||||||
|
|
||||||
To take on an issue, simply leave a comment stating your interest.
|
To take on an issue, simply leave a comment stating your interest.
|
||||||
|
|
||||||
|
|||||||
@@ -595,10 +595,13 @@ OWLのGAIAベンチマークスコア58.18を再現するには:
|
|||||||
3. 改善点を含むプルリクエストを提出する
|
3. 改善点を含むプルリクエストを提出する
|
||||||
|
|
||||||
**現在貢献を受け付けている問題:**
|
**現在貢献を受け付けている問題:**
|
||||||
- [#362](https://github.com/camel-ai/owl/issues/362)
|
|
||||||
- [#1945](https://github.com/camel-ai/camel/issues/1945)
|
|
||||||
- [#1925](https://github.com/camel-ai/camel/issues/1925)
|
|
||||||
- [#1915](https://github.com/camel-ai/camel/issues/1915)
|
- [#1915](https://github.com/camel-ai/camel/issues/1915)
|
||||||
|
- [#2190](https://github.com/camel-ai/camel/issues/2190)
|
||||||
|
- [#2165](https://github.com/camel-ai/camel/issues/2165)
|
||||||
|
- [#2121](https://github.com/camel-ai/camel/issues/2121)
|
||||||
|
- [#1908](https://github.com/camel-ai/camel/issues/1908)
|
||||||
|
- [#1538](https://github.com/camel-ai/camel/issues/1538)
|
||||||
|
- [#1481](https://github.com/camel-ai/camel/issues/1481)
|
||||||
|
|
||||||
|
|
||||||
問題を引き受けるには、興味を示すコメントを残すだけです。
|
問題を引き受けるには、興味を示すコメントを残すだけです。
|
||||||
|
|||||||
@@ -595,10 +595,13 @@ python examples/run_gaia_roleplaying.py
|
|||||||
3. 提交包含您改进的拉取请求
|
3. 提交包含您改进的拉取请求
|
||||||
|
|
||||||
**当前开放贡献的问题:**
|
**当前开放贡献的问题:**
|
||||||
- [#362](https://github.com/camel-ai/owl/issues/362)
|
|
||||||
- [#1945](https://github.com/camel-ai/camel/issues/1945)
|
|
||||||
- [#1925](https://github.com/camel-ai/camel/issues/1925)
|
|
||||||
- [#1915](https://github.com/camel-ai/camel/issues/1915)
|
- [#1915](https://github.com/camel-ai/camel/issues/1915)
|
||||||
|
- [#2190](https://github.com/camel-ai/camel/issues/2190)
|
||||||
|
- [#2165](https://github.com/camel-ai/camel/issues/2165)
|
||||||
|
- [#2121](https://github.com/camel-ai/camel/issues/2121)
|
||||||
|
- [#1908](https://github.com/camel-ai/camel/issues/1908)
|
||||||
|
- [#1538](https://github.com/camel-ai/camel/issues/1538)
|
||||||
|
- [#1481](https://github.com/camel-ai/camel/issues/1481)
|
||||||
|
|
||||||
要认领一个问题,只需在该问题下留言表明您的兴趣即可。
|
要认领一个问题,只需在该问题下留言表明您的兴趣即可。
|
||||||
|
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ keywords = [
|
|||||||
"learning-systems"
|
"learning-systems"
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"camel-ai[owl]==0.2.44",
|
"camel-ai[owl]==0.2.45",
|
||||||
"chunkr-ai>=0.0.41",
|
"chunkr-ai>=0.0.41",
|
||||||
"docx2markdown>=0.1.1",
|
"docx2markdown>=0.1.1",
|
||||||
"gradio>=3.50.2",
|
"gradio>=3.50.2",
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
camel-ai[owl]==0.2.44
|
camel-ai[owl]==0.2.45
|
||||||
chunkr-ai>=0.0.41
|
chunkr-ai>=0.0.41
|
||||||
docx2markdown>=0.1.1
|
docx2markdown>=0.1.1
|
||||||
gradio>=3.50.2
|
gradio>=3.50.2
|
||||||
|
|||||||
8
uv.lock
generated
8
uv.lock
generated
@@ -249,7 +249,7 @@ wheels = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "camel-ai"
|
name = "camel-ai"
|
||||||
version = "0.2.44"
|
version = "0.2.45"
|
||||||
source = { registry = "https://pypi.org/simple" }
|
source = { registry = "https://pypi.org/simple" }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
{ name = "colorama" },
|
{ name = "colorama" },
|
||||||
@@ -262,9 +262,9 @@ dependencies = [
|
|||||||
{ name = "pydantic" },
|
{ name = "pydantic" },
|
||||||
{ name = "tiktoken" },
|
{ name = "tiktoken" },
|
||||||
]
|
]
|
||||||
sdist = { url = "https://files.pythonhosted.org/packages/07/3a/53af2d0f1b8364f489fa963d0d629e2f8d791a872b184dee9543ff34d747/camel_ai-0.2.44.tar.gz", hash = "sha256:bec162969d4882fc61acc72c0c6b0187f9714c6634b4439761adb9eec183d272", size = 507739 }
|
sdist = { url = "https://files.pythonhosted.org/packages/a3/aa/a9b1f3b39a0b131d8ffba00e13fd7f3fe8929bb099c5253703af89c44b2f/camel_ai-0.2.45.tar.gz", hash = "sha256:975d619d78e27492d67fabdb6f5374f3a37235fd74bcdf0c97f419612133f9ee", size = 510968 }
|
||||||
wheels = [
|
wheels = [
|
||||||
{ url = "https://files.pythonhosted.org/packages/1e/f1/29e66e934b368961f40b0486416f8621576e437a0dac44c6b7ba1ccb683e/camel_ai-0.2.44-py3-none-any.whl", hash = "sha256:b744b27e01328c4b7277c174900c4631288e34db8951a832fd63b23e442bee3f", size = 854663 },
|
{ url = "https://files.pythonhosted.org/packages/b4/c8/86b365471fde8b76120903d8deb5f161f2118b437e267bd891e3f5854e57/camel_ai-0.2.45-py3-none-any.whl", hash = "sha256:681e7663e1db17d4542aa74613dba18758eae4da505958f75668bebd214916d0", size = 860594 },
|
||||||
]
|
]
|
||||||
|
|
||||||
[package.optional-dependencies]
|
[package.optional-dependencies]
|
||||||
@@ -2295,7 +2295,7 @@ dependencies = [
|
|||||||
|
|
||||||
[package.metadata]
|
[package.metadata]
|
||||||
requires-dist = [
|
requires-dist = [
|
||||||
{ name = "camel-ai", extras = ["owl"], specifier = "==0.2.44" },
|
{ name = "camel-ai", extras = ["owl"], specifier = "==0.2.45" },
|
||||||
{ name = "chunkr-ai", specifier = ">=0.0.41" },
|
{ name = "chunkr-ai", specifier = ">=0.0.41" },
|
||||||
{ name = "docx2markdown", specifier = ">=0.1.1" },
|
{ name = "docx2markdown", specifier = ">=0.1.1" },
|
||||||
{ name = "gradio", specifier = ">=3.50.2" },
|
{ name = "gradio", specifier = ">=3.50.2" },
|
||||||
|
|||||||
Reference in New Issue
Block a user