Devin AI
|
74dfcc723a
|
refactor: improve delegation validation and testing based on review
Co-Authored-By: Joe Moura <joao@crewai.com>
|
2025-02-09 20:17:15 +00:00 |
|
Devin AI
|
0e97bc799b
|
fix: fix syntax in base_agent_tools.py
Co-Authored-By: Joe Moura <joao@crewai.com>
|
2025-02-09 20:11:42 +00:00 |
|
Devin AI
|
9cf4c092ba
|
feat: implement hierarchical agent delegation with allowed_agents parameter
- Add allowed_agents parameter to BaseAgent
- Add validation for allowed_agents list
- Update delegation tools to respect restrictions
- Add error messages for unauthorized delegation
- Add tests for hierarchical delegation
Co-Authored-By: Joe Moura <joao@crewai.com>
|
2025-02-09 20:10:23 +00: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 |
|
Archkon
|
da4f356fab
|
fix:typo error (#1738)
* Update base_agent_tools.py
typo error
* Update main.py
typo error
* Update base_file_knowledge_source.py
typo error
* Update test_main.py
typo error
* Update en.json
* Update prompts.json
---------
Co-authored-by: Brandon Hancock (bhancock_ai) <109994880+bhancockio@users.noreply.github.com>
|
2024-12-10 11:18:45 -05: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 |
|