Skip to main content
September 26, 2025

New Features

Synchronous Ask API

New API endpoint for non-streaming responses:
  • Ask-Sync API - Agents can now return responses synchronously without streaming for integration scenarios requiring immediate complete responses Image

YAML File Retrieval

Enhanced retrieval system for semantic files:
  • Arbitrary YAML Retrieval - Support for retrieving any YAML files and injecting them into system instructions via tools.retrieval
  • Simple Configuration - YAML files just need to have a description or standard retrieval syntax to be used
Example YAML file with retrieval configuration:
Example agent configuration:
With this configuration, the content of the YAML files is automatically injected into the system instructions where {{ tools.retrieval }} appears

Platform Improvements

Fixed background worker initialization issues with database connections and upgraded to Rust 1.90 (latest version) as well as other dependencies to latest versions for enhanced performance and security