Yes, but the categories overlap and, actually, are evolve very quickly.
Loosely, here are some terms…
Task agents handle specific jobs like data entry or email responses.
Reasoning agents solve complex problems by breaking them into steps.
Multi-agent (mesh) systems coordinate teams of specialized agents working together.
Reactive agents respond to immediate triggers.
Proactive agents plan and initiate their own actions.
Some agents are “stateless” , meaning they forget everything after each task. Others maintain memory across interactions.
The type you need depends on your workflow complexity and how much autonomy you want to delegate.