wiki_agent = Agent( name="WikiResearcher", role="Wikipedia Research Specialist", goal="Research and analyze Wikipedia content efficiently.", backstory="Expert in information retrieval and content analysis.", tools=[wiki_search, wiki_summary, wiki_page, wiki_random, wiki_language], self_reflect=False)
4
Define Task
Define the research task:
Copy
research_task = Task( description="Research historical events and gather information.", expected_output="Comprehensive research summary with citations.", agent=wiki_agent, name="historical_research")