mirror of
https://github.com/agentscope-ai/ReMe.git
synced 2026-08-28 05:25:04 +00:00
Dev/connect as tool (#243)
* refactor(steps): Add job management methods and support registering them as tools Added methods to the `BaseStep` class for retrieving, running, and registering jobs as tools, enhancing the functionality of the step class. * fix doc * chore(pyproject.toml): Update dependency versions and adjust package configuration Bump agentscope version to 1.0.19 and reorganize the core dependency configuration structure.
This commit is contained in:
parent
0e5a9f5034
commit
b001c06086
1 changed files with 6 additions and 2 deletions
|
|
@ -93,11 +93,15 @@ litellm = [
|
|||
"litellm==1.80.0",
|
||||
]
|
||||
|
||||
core = [
|
||||
"agentscope==1.0.18",
|
||||
light = [
|
||||
"agentscope==1.0.19",
|
||||
"flowllm[reme]>=0.2.0.10",
|
||||
]
|
||||
|
||||
core = [
|
||||
"agentscope==1.0.19",
|
||||
]
|
||||
|
||||
[tool.setuptools.packages.find]
|
||||
where = ["."]
|
||||
include = ["reme_ai*", "reme*", "reme4*"]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue