Skip to content
Changelog

Native async MongoDB support for higher throughput agents

Agno Team

November 27, 20251 min read

MongoDB clients now support Motor and PyMongo async libraries with improved error handling and typing. This enables non-blocking storage operations, better concurrency, and lower latency in async-first applications.

Details

  • Drop-in async clients for faster, more scalable data operations
  • Enhanced typing and error handling improve reliability and observability
  • Reduces custom glue code for Python async stacks

Who this is for: Teams running high-QPS, async Python services that depend on MongoDB.

Shipped around the same time