corentinm7 commited on
Commit
5c5eac6
·
verified ·
1 Parent(s): 1dc3303

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. CHANGELOG.md +4 -1
  2. pyproject.toml +2 -2
CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
- # v0.0.1
 
 
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.1"
4
  description = "OpenSymbiose is an open-source biotechnology / biology research AI agent designed to support researcher."
5
  readme = "README.md"
6
- requires-python = ">=3.13"
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
  ]