← Back to glossary
Glossary

Request-Response (Agent)

Reviewed 9 April 2026 Canonical definition

Request-response is the synchronous communication pattern where a calling agent sends a request and waits for the response before continuing. While simple to implement, it creates tight coupling and can block agent progress if downstream services are slow — making async patterns preferable for long-running tasks.