File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number <
C781
th scope="col">Diff line change@@ -45,6 +45,7 @@ dependencies = [
45
45
" sqlalchemy>=2.0" , # SQL database ORM
46
46
" tzlocal>=5.3" , # Time zone utilities
47
47
" uvicorn>=0.34.0" , # ASGI server for FastAPI
48
+ " toolbox-core>=0.1.0" ,
48
49
# go/keep-sorted end
49
50
]
50
51
dynamic = [" version" ]
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- from typing import List , Optional , override
15
+ from typing import List
16
+ from typing import Optional
16
17
17
18
import toolbox_core as toolbox
19
+ from typing_extensions import override
18
20
19
21
from ..agents .readonly_context import ReadonlyContext
20
22
from .base_tool import BaseTool
You can’t perform that action at this time.
0 commit comments