Devin AI
|
18a38ba436
|
fix: reorder imports according to project style
Co-Authored-By: Joe Moura <joao@crewai.com>
|
2025-02-11 11:21:36 +00:00 |
|
Devin AI
|
369ee46ff3
|
fix: alphabetically order standard library imports
Co-Authored-By: Joe Moura <joao@crewai.com>
|
2025-02-11 11:20:36 +00:00 |
|
Devin AI
|
39a290b4d3
|
fix: reorder standard library imports
Co-Authored-By: Joe Moura <joao@crewai.com>
|
2025-02-11 11:19:47 +00:00 |
|
Devin AI
|
d2cc61028f
|
fix: reorder imports in test file
Co-Authored-By: Joe Moura <joao@crewai.com>
|
2025-02-11 11:18:47 +00:00 |
|
Devin AI
|
edcd55d19f
|
fix: organize imports according to linter rules
Co-Authored-By: Joe Moura <joao@crewai.com>
|
2025-02-11 11:17:55 +00:00 |
|
Devin AI
|
097fac6c87
|
feat: enhance HumanTool with validation, timeout, and async support
Co-Authored-By: Joe Moura <joao@crewai.com>
|
2025-02-11 11:16:46 +00:00 |
|
Devin AI
|
ae4ca7748c
|
fix: sort imports according to linter rules
Co-Authored-By: Joe Moura <joao@crewai.com>
|
2025-02-11 11:11:01 +00:00 |
|
Devin AI
|
8b58feb5e0
|
fix: sort imports according to linter rules
Co-Authored-By: Joe Moura <joao@crewai.com>
|
2025-02-11 11:09:29 +00:00 |
|
Devin AI
|
a4856a9805
|
fix: add missing ToolCalling import in test_tool_usage.py
Co-Authored-By: Joe Moura <joao@crewai.com>
|
2025-02-11 11:07:04 +00:00 |
|
Devin AI
|
364a31ca8b
|
fix: handle LangGraph interrupts in human tool
Co-Authored-By: Joe Moura <joao@crewai.com>
|
2025-02-11 11:06:49 +00:00 |
|
André Lago
|
8094754239
|
Fix small typo in sample tool (#1747)
Co-authored-by: Brandon Hancock (bhancock_ai) <109994880+bhancockio@users.noreply.github.com>
|
2024-12-12 10:11:47 -05:00 |
|
Bowen Liang
|
0b0f2d30ab
|
sort imports with isort rules by ruff linter (#1730)
* sort imports
* update
---------
Co-authored-by: Brandon Hancock (bhancock_ai) <109994880+bhancockio@users.noreply.github.com>
Co-authored-by: Eduardo Chiarotti <dudumelgaco@hotmail.com>
|
2024-12-11 10:46:53 -05:00 |
|
Eduardo Chiarotti
|
293305790d
|
Feat/remove langchain (#1654)
* feat: add initial changes from langchain
* feat: remove kwargs of being processed
* feat: remove langchain, update uv.lock and fix type_hint
* feat: change docs
* feat: remove forced requirements for parameter
* feat add tests for new structure tool
* feat: fix tests and adapt code for args
|
2024-11-26 16:59:52 -03:00 |
|
C0deZ
|
e66a135d5d
|
refactor: Move BaseTool to main package and centralize tool description generation (#1514)
* move base_tool to main package and consolidate tool desscription generation
* update import path
* update tests
* update doc
* add base_tool test
* migrate agent delegation tools to use BaseTool
* update tests
* update import path for tool
* fix lint
* update param signature
* add from_langchain to BaseTool for backwards support of langchain tools
* fix the case where StructuredTool doesn't have func
---------
Co-authored-by: c0dez <li@vitablehealth.com>
Co-authored-by: Brandon Hancock (bhancock_ai) <109994880+bhancockio@users.noreply.github.com>
|
2024-11-01 12:30:48 -04:00 |
|
Brandon Hancock (bhancock_ai)
|
6bcb3d1080
|
drop unneccesary tests (#1484)
* drop uneccesary tests
* fix linting
|
2024-10-21 15:26:30 -04:00 |
|
Brandon Hancock (bhancock_ai)
|
84f48c465d
|
fix tool calling issue (#1467)
* fix tool calling issue
* Update tool type check
* Drop print
|
2024-10-18 15:56:56 -03:00 |
|