Closed hukaidong closed 3 weeks ago
The latest version not affected by this bug is 0.51.0.
This issue is stale because it has been open for 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.
This issue was closed because it has been stalled for 5 days with no activity.
Description
When an agent is having non-empty tools and allow_delegation=True together. Two delegation tool descriptions are not present in composed agent tasks.
Steps to Reproduce
pip install agentops
(tested version 0.3.10)tools=[search_tool]
inwriter: Agent
python main.py
Expected behavior
There should be 3 tools available for writer `[Delegate work to coworker, Ask question to coworker, Search the internet]
Screenshots/Code snippets
Agentobs shows only one tool available in prompt [Search the internet]
Operating System
Ubuntu 20.04
Python Version
3.12
crewAI Version
0.54.0
crewAI Tools Version
0.8.3
Virtual Environment
Venv
Evidence
You ONLY have access to the following tools, and should NEVER make up tools that are not listed here:
Tool Name: Search the internet(**kwargs: Any) -> Any Tool Description: Search the internet(search_query: 'string') - A tool that can be used to search the internet with a search_query. search_query: 'Mandatory search query you want to use to search the internet' Tool Arguments: {'search_query': {'title': 'Search Query', 'description': 'Mandatory search query you want to use to search the internet', 'type': 'string'}}
Use the following format:
Possible Solution
None
Additional context
Tested in docker ubuntu 20.04 and opensuse tumbleweed