mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-13 18:18:29 +00:00
merge: Merge main branch into task-guardrails branch
Co-Authored-By: Joe Moura <joao@crewai.com>
This commit is contained in:
@@ -1595,19 +1595,15 @@ def test_agent_execute_task_with_ollama():
|
||||
@pytest.mark.vcr(filter_headers=["authorization"])
|
||||
def test_agent_with_knowledge_sources():
|
||||
# Create a knowledge source with some content
|
||||
content = "Brandon's favorite color is blue and he likes Mexican food."
|
||||
string_source = StringKnowledgeSource(
|
||||
content=content, metadata={"preference": "personal"}
|
||||
)
|
||||
content = "Brandon's favorite color is red and he likes Mexican food."
|
||||
string_source = StringKnowledgeSource(content=content)
|
||||
|
||||
with patch(
|
||||
"crewai.knowledge.storage.knowledge_storage.KnowledgeStorage"
|
||||
) as MockKnowledge:
|
||||
mock_knowledge_instance = MockKnowledge.return_value
|
||||
mock_knowledge_instance.sources = [string_source]
|
||||
mock_knowledge_instance.query.return_value = [
|
||||
{"content": content, "metadata": {"preference": "personal"}}
|
||||
]
|
||||
mock_knowledge_instance.query.return_value = [{"content": content}]
|
||||
|
||||
agent = Agent(
|
||||
role="Information Agent",
|
||||
@@ -1628,4 +1624,4 @@ def test_agent_with_knowledge_sources():
|
||||
result = crew.kickoff()
|
||||
|
||||
# Assert that the agent provides the correct information
|
||||
assert "blue" in result.raw.lower()
|
||||
assert "red" in result.raw.lower()
|
||||
|
||||
@@ -26237,7 +26237,7 @@ interactions:
|
||||
answer."}, {"role": "user", "content": "I did it wrong. Invalid Format: I missed
|
||||
the ''Action:'' after ''Thought:''. I will do right next, and don''t use a tool
|
||||
I have already used.\n\nIf you don''t need to use any more tools, you must give
|
||||
your best complete final answer, make sure it satisfy the expect criteria, use
|
||||
your best complete final answer, make sure it satisfies the expected criteria, use
|
||||
the EXACT format below:\n\nThought: I now can give a great answer\nFinal Answer:
|
||||
my best complete final answer to the task.\n\n"}], "model": "gpt-4o"}'
|
||||
headers:
|
||||
@@ -26590,7 +26590,7 @@ interactions:
|
||||
answer."}, {"role": "user", "content": "I did it wrong. Invalid Format: I missed
|
||||
the ''Action:'' after ''Thought:''. I will do right next, and don''t use a tool
|
||||
I have already used.\n\nIf you don''t need to use any more tools, you must give
|
||||
your best complete final answer, make sure it satisfy the expect criteria, use
|
||||
your best complete final answer, make sure it satisfies the expected criteria, use
|
||||
the EXACT format below:\n\nThought: I now can give a great answer\nFinal Answer:
|
||||
my best complete final answer to the task.\n\n"}, {"role": "user", "content":
|
||||
"I did it wrong. Tried to both perform Action and give a Final Answer at the
|
||||
@@ -26941,7 +26941,7 @@ interactions:
|
||||
answer."}, {"role": "user", "content": "I did it wrong. Invalid Format: I missed
|
||||
the ''Action:'' after ''Thought:''. I will do right next, and don''t use a tool
|
||||
I have already used.\n\nIf you don''t need to use any more tools, you must give
|
||||
your best complete final answer, make sure it satisfy the expect criteria, use
|
||||
your best complete final answer, make sure it satisfies the expected criteria, use
|
||||
the EXACT format below:\n\nThought: I now can give a great answer\nFinal Answer:
|
||||
my best complete final answer to the task.\n\n"}, {"role": "user", "content":
|
||||
"I did it wrong. Tried to both perform Action and give a Final Answer at the
|
||||
@@ -27292,7 +27292,7 @@ interactions:
|
||||
answer."}, {"role": "user", "content": "I did it wrong. Invalid Format: I missed
|
||||
the ''Action:'' after ''Thought:''. I will do right next, and don''t use a tool
|
||||
I have already used.\n\nIf you don''t need to use any more tools, you must give
|
||||
your best complete final answer, make sure it satisfy the expect criteria, use
|
||||
your best complete final answer, make sure it satisfies the expected criteria, use
|
||||
the EXACT format below:\n\nThought: I now can give a great answer\nFinal Answer:
|
||||
my best complete final answer to the task.\n\n"}, {"role": "user", "content":
|
||||
"I did it wrong. Tried to both perform Action and give a Final Answer at the
|
||||
@@ -27647,7 +27647,7 @@ interactions:
|
||||
answer."}, {"role": "user", "content": "I did it wrong. Invalid Format: I missed
|
||||
the ''Action:'' after ''Thought:''. I will do right next, and don''t use a tool
|
||||
I have already used.\n\nIf you don''t need to use any more tools, you must give
|
||||
your best complete final answer, make sure it satisfy the expect criteria, use
|
||||
your best complete final answer, make sure it satisfies the expected criteria, use
|
||||
the EXACT format below:\n\nThought: I now can give a great answer\nFinal Answer:
|
||||
my best complete final answer to the task.\n\n"}, {"role": "user", "content":
|
||||
"I did it wrong. Tried to both perform Action and give a Final Answer at the
|
||||
@@ -28005,7 +28005,7 @@ interactions:
|
||||
answer."}, {"role": "user", "content": "I did it wrong. Invalid Format: I missed
|
||||
the ''Action:'' after ''Thought:''. I will do right next, and don''t use a tool
|
||||
I have already used.\n\nIf you don''t need to use any more tools, you must give
|
||||
your best complete final answer, make sure it satisfy the expect criteria, use
|
||||
your best complete final answer, make sure it satisfies the expected criteria, use
|
||||
the EXACT format below:\n\nThought: I now can give a great answer\nFinal Answer:
|
||||
my best complete final answer to the task.\n\n"}, {"role": "user", "content":
|
||||
"I did it wrong. Tried to both perform Action and give a Final Answer at the
|
||||
@@ -28364,7 +28364,7 @@ interactions:
|
||||
answer."}, {"role": "user", "content": "I did it wrong. Invalid Format: I missed
|
||||
the ''Action:'' after ''Thought:''. I will do right next, and don''t use a tool
|
||||
I have already used.\n\nIf you don''t need to use any more tools, you must give
|
||||
your best complete final answer, make sure it satisfy the expect criteria, use
|
||||
your best complete final answer, make sure it satisfies the expected criteria, use
|
||||
the EXACT format below:\n\nThought: I now can give a great answer\nFinal Answer:
|
||||
my best complete final answer to the task.\n\n"}, {"role": "user", "content":
|
||||
"I did it wrong. Tried to both perform Action and give a Final Answer at the
|
||||
@@ -28718,7 +28718,7 @@ interactions:
|
||||
answer."}, {"role": "user", "content": "I did it wrong. Invalid Format: I missed
|
||||
the ''Action:'' after ''Thought:''. I will do right next, and don''t use a tool
|
||||
I have already used.\n\nIf you don''t need to use any more tools, you must give
|
||||
your best complete final answer, make sure it satisfy the expect criteria, use
|
||||
your best complete final answer, make sure it satisfies the expected criteria, use
|
||||
the EXACT format below:\n\nThought: I now can give a great answer\nFinal Answer:
|
||||
my best complete final answer to the task.\n\n"}, {"role": "user", "content":
|
||||
"I did it wrong. Tried to both perform Action and give a Final Answer at the
|
||||
@@ -29082,7 +29082,7 @@ interactions:
|
||||
answer."}, {"role": "user", "content": "I did it wrong. Invalid Format: I missed
|
||||
the ''Action:'' after ''Thought:''. I will do right next, and don''t use a tool
|
||||
I have already used.\n\nIf you don''t need to use any more tools, you must give
|
||||
your best complete final answer, make sure it satisfy the expect criteria, use
|
||||
your best complete final answer, make sure it satisfies the expected criteria, use
|
||||
the EXACT format below:\n\nThought: I now can give a great answer\nFinal Answer:
|
||||
my best complete final answer to the task.\n\n"}, {"role": "user", "content":
|
||||
"I did it wrong. Tried to both perform Action and give a Final Answer at the
|
||||
@@ -29441,7 +29441,7 @@ interactions:
|
||||
answer."}, {"role": "user", "content": "I did it wrong. Invalid Format: I missed
|
||||
the ''Action:'' after ''Thought:''. I will do right next, and don''t use a tool
|
||||
I have already used.\n\nIf you don''t need to use any more tools, you must give
|
||||
your best complete final answer, make sure it satisfy the expect criteria, use
|
||||
your best complete final answer, make sure it satisfies the expected criteria, use
|
||||
the EXACT format below:\n\nThought: I now can give a great answer\nFinal Answer:
|
||||
my best complete final answer to the task.\n\n"}, {"role": "user", "content":
|
||||
"I did it wrong. Tried to both perform Action and give a Final Answer at the
|
||||
@@ -29802,7 +29802,7 @@ interactions:
|
||||
answer."}, {"role": "user", "content": "I did it wrong. Invalid Format: I missed
|
||||
the ''Action:'' after ''Thought:''. I will do right next, and don''t use a tool
|
||||
I have already used.\n\nIf you don''t need to use any more tools, you must give
|
||||
your best complete final answer, make sure it satisfy the expect criteria, use
|
||||
your best complete final answer, make sure it satisfies the expected criteria, use
|
||||
the EXACT format below:\n\nThought: I now can give a great answer\nFinal Answer:
|
||||
my best complete final answer to the task.\n\n"}, {"role": "user", "content":
|
||||
"I did it wrong. Tried to both perform Action and give a Final Answer at the
|
||||
@@ -30170,7 +30170,7 @@ interactions:
|
||||
answer."}, {"role": "user", "content": "I did it wrong. Invalid Format: I missed
|
||||
the ''Action:'' after ''Thought:''. I will do right next, and don''t use a tool
|
||||
I have already used.\n\nIf you don''t need to use any more tools, you must give
|
||||
your best complete final answer, make sure it satisfy the expect criteria, use
|
||||
your best complete final answer, make sure it satisfies the expected criteria, use
|
||||
the EXACT format below:\n\nThought: I now can give a great answer\nFinal Answer:
|
||||
my best complete final answer to the task.\n\n"}, {"role": "user", "content":
|
||||
"I did it wrong. Tried to both perform Action and give a Final Answer at the
|
||||
@@ -30533,7 +30533,7 @@ interactions:
|
||||
answer."}, {"role": "user", "content": "I did it wrong. Invalid Format: I missed
|
||||
the ''Action:'' after ''Thought:''. I will do right next, and don''t use a tool
|
||||
I have already used.\n\nIf you don''t need to use any more tools, you must give
|
||||
your best complete final answer, make sure it satisfy the expect criteria, use
|
||||
your best complete final answer, make sure it satisfies the expected criteria, use
|
||||
the EXACT format below:\n\nThought: I now can give a great answer\nFinal Answer:
|
||||
my best complete final answer to the task.\n\n"}, {"role": "user", "content":
|
||||
"I did it wrong. Tried to both perform Action and give a Final Answer at the
|
||||
@@ -30907,7 +30907,7 @@ interactions:
|
||||
answer."}, {"role": "user", "content": "I did it wrong. Invalid Format: I missed
|
||||
the ''Action:'' after ''Thought:''. I will do right next, and don''t use a tool
|
||||
I have already used.\n\nIf you don''t need to use any more tools, you must give
|
||||
your best complete final answer, make sure it satisfy the expect criteria, use
|
||||
your best complete final answer, make sure it satisfies the expected criteria, use
|
||||
the EXACT format below:\n\nThought: I now can give a great answer\nFinal Answer:
|
||||
my best complete final answer to the task.\n\n"}, {"role": "user", "content":
|
||||
"I did it wrong. Tried to both perform Action and give a Final Answer at the
|
||||
@@ -31273,7 +31273,7 @@ interactions:
|
||||
answer."}, {"role": "user", "content": "I did it wrong. Invalid Format: I missed
|
||||
the ''Action:'' after ''Thought:''. I will do right next, and don''t use a tool
|
||||
I have already used.\n\nIf you don''t need to use any more tools, you must give
|
||||
your best complete final answer, make sure it satisfy the expect criteria, use
|
||||
your best complete final answer, make sure it satisfies the expected criteria, use
|
||||
the EXACT format below:\n\nThought: I now can give a great answer\nFinal Answer:
|
||||
my best complete final answer to the task.\n\n"}, {"role": "user", "content":
|
||||
"I did it wrong. Tried to both perform Action and give a Final Answer at the
|
||||
@@ -31644,7 +31644,7 @@ interactions:
|
||||
answer."}, {"role": "user", "content": "I did it wrong. Invalid Format: I missed
|
||||
the ''Action:'' after ''Thought:''. I will do right next, and don''t use a tool
|
||||
I have already used.\n\nIf you don''t need to use any more tools, you must give
|
||||
your best complete final answer, make sure it satisfy the expect criteria, use
|
||||
your best complete final answer, make sure it satisfies the expected criteria, use
|
||||
the EXACT format below:\n\nThought: I now can give a great answer\nFinal Answer:
|
||||
my best complete final answer to the task.\n\n"}, {"role": "user", "content":
|
||||
"I did it wrong. Tried to both perform Action and give a Final Answer at the
|
||||
@@ -32015,7 +32015,7 @@ interactions:
|
||||
answer."}, {"role": "user", "content": "I did it wrong. Invalid Format: I missed
|
||||
the ''Action:'' after ''Thought:''. I will do right next, and don''t use a tool
|
||||
I have already used.\n\nIf you don''t need to use any more tools, you must give
|
||||
your best complete final answer, make sure it satisfy the expect criteria, use
|
||||
your best complete final answer, make sure it satisfies the expected criteria, use
|
||||
the EXACT format below:\n\nThought: I now can give a great answer\nFinal Answer:
|
||||
my best complete final answer to the task.\n\n"}, {"role": "user", "content":
|
||||
"I did it wrong. Tried to both perform Action and give a Final Answer at the
|
||||
|
||||
@@ -247,7 +247,7 @@ interactions:
|
||||
{"role": "user", "content": "I did it wrong. Invalid Format: I missed the ''Action:''
|
||||
after ''Thought:''. I will do right next, and don''t use a tool I have already
|
||||
used.\n\nIf you don''t need to use any more tools, you must give your best complete
|
||||
final answer, make sure it satisfy the expect criteria, use the EXACT format
|
||||
final answer, make sure it satisfies the expected criteria, use the EXACT format
|
||||
below:\n\nThought: I now can give a great answer\nFinal Answer: my best complete
|
||||
final answer to the task.\n\n"}], "model": "o1-preview"}'
|
||||
headers:
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
@@ -231,7 +231,7 @@ class TestDeployCommand(unittest.TestCase):
|
||||
[project]
|
||||
name = "test_project"
|
||||
version = "0.1.0"
|
||||
requires-python = ">=3.10,<=3.12"
|
||||
requires-python = ">=3.10,<3.13"
|
||||
dependencies = ["crewai"]
|
||||
""",
|
||||
)
|
||||
@@ -250,7 +250,7 @@ class TestDeployCommand(unittest.TestCase):
|
||||
[project]
|
||||
name = "test_project"
|
||||
version = "0.1.0"
|
||||
requires-python = ">=3.10,<=3.12"
|
||||
requires-python = ">=3.10,<3.13"
|
||||
dependencies = ["crewai"]
|
||||
""",
|
||||
)
|
||||
|
||||
@@ -686,7 +686,7 @@ def test_increment_tool_errors():
|
||||
with patch.object(Task, "increment_tools_errors") as increment_tools_errors:
|
||||
increment_tools_errors.return_value = None
|
||||
crew.kickoff()
|
||||
assert len(increment_tools_errors.mock_calls) == 12
|
||||
assert len(increment_tools_errors.mock_calls) > 0
|
||||
|
||||
|
||||
def test_task_definition_based_on_dict():
|
||||
|
||||
@@ -6,14 +6,14 @@ from crewai.tools import BaseTool, tool
|
||||
def test_creating_a_tool_using_annotation():
|
||||
@tool("Name of my tool")
|
||||
def my_tool(question: str) -> str:
|
||||
"""Clear description for what this tool is useful for, you agent will need this information to use it."""
|
||||
"""Clear description for what this tool is useful for, your agent will need this information to use it."""
|
||||
return question
|
||||
|
||||
# Assert all the right attributes were defined
|
||||
assert my_tool.name == "Name of my tool"
|
||||
assert (
|
||||
my_tool.description
|
||||
== "Tool Name: Name of my tool\nTool Arguments: {'question': {'description': None, 'type': 'str'}}\nTool Description: Clear description for what this tool is useful for, you agent will need this information to use it."
|
||||
== "Tool Name: Name of my tool\nTool Arguments: {'question': {'description': None, 'type': 'str'}}\nTool Description: Clear description for what this tool is useful for, your agent will need this information to use it."
|
||||
)
|
||||
assert my_tool.args_schema.schema()["properties"] == {
|
||||
"question": {"title": "Question", "type": "string"}
|
||||
@@ -27,7 +27,7 @@ def test_creating_a_tool_using_annotation():
|
||||
|
||||
assert (
|
||||
converted_tool.description
|
||||
== "Tool Name: Name of my tool\nTool Arguments: {'question': {'description': None, 'type': 'str'}}\nTool Description: Clear description for what this tool is useful for, you agent will need this information to use it."
|
||||
== "Tool Name: Name of my tool\nTool Arguments: {'question': {'description': None, 'type': 'str'}}\nTool Description: Clear description for what this tool is useful for, your agent will need this information to use it."
|
||||
)
|
||||
assert converted_tool.args_schema.schema()["properties"] == {
|
||||
"question": {"title": "Question", "type": "string"}
|
||||
@@ -41,7 +41,7 @@ def test_creating_a_tool_using_annotation():
|
||||
def test_creating_a_tool_using_baseclass():
|
||||
class MyCustomTool(BaseTool):
|
||||
name: str = "Name of my tool"
|
||||
description: str = "Clear description for what this tool is useful for, you agent will need this information to use it."
|
||||
description: str = "Clear description for what this tool is useful for, your agent will need this information to use it."
|
||||
|
||||
def _run(self, question: str) -> str:
|
||||
return question
|
||||
@@ -52,7 +52,7 @@ def test_creating_a_tool_using_baseclass():
|
||||
|
||||
assert (
|
||||
my_tool.description
|
||||
== "Tool Name: Name of my tool\nTool Arguments: {'question': {'description': None, 'type': 'str'}}\nTool Description: Clear description for what this tool is useful for, you agent will need this information to use it."
|
||||
== "Tool Name: Name of my tool\nTool Arguments: {'question': {'description': None, 'type': 'str'}}\nTool Description: Clear description for what this tool is useful for, your agent will need this information to use it."
|
||||
)
|
||||
assert my_tool.args_schema.schema()["properties"] == {
|
||||
"question": {"title": "Question", "type": "string"}
|
||||
@@ -64,7 +64,7 @@ def test_creating_a_tool_using_baseclass():
|
||||
|
||||
assert (
|
||||
converted_tool.description
|
||||
== "Tool Name: Name of my tool\nTool Arguments: {'question': {'description': None, 'type': 'str'}}\nTool Description: Clear description for what this tool is useful for, you agent will need this information to use it."
|
||||
== "Tool Name: Name of my tool\nTool Arguments: {'question': {'description': None, 'type': 'str'}}\nTool Description: Clear description for what this tool is useful for, your agent will need this information to use it."
|
||||
)
|
||||
assert converted_tool.args_schema.schema()["properties"] == {
|
||||
"question": {"title": "Question", "type": "string"}
|
||||
@@ -78,7 +78,7 @@ def test_creating_a_tool_using_baseclass():
|
||||
def test_setting_cache_function():
|
||||
class MyCustomTool(BaseTool):
|
||||
name: str = "Name of my tool"
|
||||
description: str = "Clear description for what this tool is useful for, you agent will need this information to use it."
|
||||
description: str = "Clear description for what this tool is useful for, your agent will need this information to use it."
|
||||
cache_function: Callable = lambda: False
|
||||
|
||||
def _run(self, question: str) -> str:
|
||||
@@ -92,7 +92,7 @@ def test_setting_cache_function():
|
||||
def test_default_cache_function_is_true():
|
||||
class MyCustomTool(BaseTool):
|
||||
name: str = "Name of my tool"
|
||||
description: str = "Clear description for what this tool is useful for, you agent will need this information to use it."
|
||||
description: str = "Clear description for what this tool is useful for, your agent will need this information to use it."
|
||||
|
||||
def _run(self, question: str) -> str:
|
||||
return question
|
||||
|
||||
Reference in New Issue
Block a user