"""Simulate how an agent would use the discovery tool."""
# Create a sample agent that will use the discovery tool
coordinator_agent =Agent(
Agent(
agent_name="ProjectCoordinator",
agent_description="Coordinates projects and assigns tasks to other agents",
system_prompt="You are a project coordinator who helps organize work and delegate tasks to the most appropriate team members. You can discover information about other agents to make better decisions.",