Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files- CHANGELOG.md +4 -1
- pyproject.toml +2 -2
CHANGELOG.md
CHANGED
@@ -1,3 +1,6 @@
|
|
1 |
-
# v0.0.
|
|
|
|
|
2 |
|
|
|
3 |
- Prototype with two agents with tool calling, handoff, streaming of answer and state.
|
|
|
1 |
+
# v0.0.2
|
2 |
+
|
3 |
+
- More lax python version for HuggingFace Space
|
4 |
|
5 |
+
# v0.0.1
|
6 |
- Prototype with two agents with tool calling, handoff, streaming of answer and state.
|
pyproject.toml
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
[project]
|
2 |
name = "opensymbiose"
|
3 |
-
version = "0.0.
|
4 |
description = "OpenSymbiose is an open-source biotechnology / biology research AI agent designed to support researcher."
|
5 |
readme = "README.md"
|
6 |
-
requires-python = ">=3.
|
7 |
authors = [
|
8 |
{ name = "Corentin Meyer", email = "contact@cmeyer.fr" },
|
9 |
]
|
|
|
1 |
[project]
|
2 |
name = "opensymbiose"
|
3 |
+
version = "0.0.2"
|
4 |
description = "OpenSymbiose is an open-source biotechnology / biology research AI agent designed to support researcher."
|
5 |
readme = "README.md"
|
6 |
+
requires-python = ">=3.10"
|
7 |
authors = [
|
8 |
{ name = "Corentin Meyer", email = "contact@cmeyer.fr" },
|
9 |
]
|