v0.3.1

VRSEN/agency-swarmv0.3.1Oct 23, 2024by VRSEN

AI Summary

Focusing on Azure compatibility and developer experience, this update adds a `.cursorrules` file for Cursor Composer and a `refresh_from_id` parameter for backend integrations. It also includes several bug fixes related to strict mode and parameter handling.

Key Highlights

  • Added `.cursorrules` file for Cursor Composer
  • Added `refresh_from_id` parameter to Agent class
  • Fixed strict mode unsupported on Azure issue

New Features

  • .cursorrules file support
  • refresh_from_id parameter
  • Azure strict mode support
  • Improved parameter checking before running agents
  • Enhanced tool classification for file attachments

Full Release Notes

## New Features

- Added `.cursorrules` file: Enables agent creation using Cursor Composer without writing any code.
- Added `refresh_from_id` parameter in the `Agent` class: Controls whether agent settings are refreshed from OpenAI when an ID is provided, useful for backend integrations based on your setup.

## Bug Fixes

- Fixed strict mode unsupported on Azure issue (#177).
- Improved parameter checking before running agents to reduce unnecessary OpenAI assistant updates.
- Enhanced tool classification for different uploaded files as attachments.

**Full Changelog**: [v0.3.0...v0.3.1](https://github.com/VRSEN/agency-swarm/compare/v0.3.0...v0.3.1)