diff --git a/tests/integration/agent_factory.py b/tests/integration/agent_factory.py index 1781a3f1..19af503b 100644 --- a/tests/integration/agent_factory.py +++ b/tests/integration/agent_factory.py @@ -158,7 +158,6 @@ def get_company_revenue_agent( agent = Agent( ai_name="Get-CompanyRevenue", memory=memory_json_file, - full_message_history=[], command_registry=command_registry, config=ai_config, next_action_count=0, @@ -191,7 +190,6 @@ def kubernetes_agent(memory_json_file, workspace: Workspace): agent = Agent( ai_name="Kubernetes-Demo", memory=memory_json_file, - full_message_history=[], command_registry=command_registry, config=ai_config, next_action_count=0,