Dev/connect as tool (#243)
Some checks are pending
Pre-commit / run (ubuntu-latest) (push) Waiting to run
Tests ReMe / Unit Tests - py3.10 (push) Waiting to run
Tests ReMe / Unit Tests - py3.13 (push) Waiting to run

* 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:
jinliyl 2026-05-18 15:53:27 +08:00 committed by GitHub
parent 0e5a9f5034
commit b001c06086
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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*"]