How is the agent different from the usual prompt here? Return JSON {"agent_does": "what does the agent do", "human_role": "the role of the person"}.
We are moving from AI that responds to AI that acts. Previously, you asked - the model answered with text. Now agents appear: they receive a goal, build a plan themselves, call tools (search, calendar, code, API), perform multi-step tasks and check the result. Example: “arrange a trip” - the agent searches for flights, books a hotel, adds it to the calendar. This changes the role of a person: you set a goal and control, rather than carry out steps. The skill of the agent era is to clearly formulate the goal, set boundaries and check, rather than micromanage, every step.