Recent Releases of https://github.com/accenture/airefinery-sdk

https://github.com/accenture/airefinery-sdk - airefinery-sdk 1.15.0 release

🚀 Announcement: AI Refinery SDK v1.15.0 Released ⚡️

We’re excited to announce the release of AI Refinery SDK v1.15.0—a stability-focused update that strengthens agentic flow execution, optimizes large-model performance, and broadens model support.

🛠 Improvements & Fixes

  • Flow Superagent
    Bug fixes and stability improvements for smoother flow execution.

  • Variable Memory Module
    Reliability enhancements and issue fixes to ensure consistent memory handling.

  • openai/gpt-oss-120b Scaling
    Optimized scaling improvements to significantly reduce latency when working with this model.

  • General Performance
    Broader performance tuning and bug fixes to improve overall throughput and developer experience.

✅ Compatibility

  • Fully compatible with SDK 1.5.0 and later.

- Python
Published by YujiaBao 10 months ago

https://github.com/accenture/airefinery-sdk - airefinery-sdk 1.14.2 release

🚀 Announcement: AI Refinery SDK v1.14.2 Released ⚡️

We’re excited to share the release of AI Refinery SDK v1.14.2—a focused update that expands model support, introduces greater flexibility for orchestration, and boosts stability under heavy workloads.

✨ What’s New

  • Support for openai/gpt-oss-120b The SDK now supports the latest openai/gpt-oss-120b model, delivering enhanced scale and reasoning power for advanced use cases.

  • Configurable Orchestrator Routing Task routing and hand-off via the Orchestrator are now optional.

    • New setting: enable_routing
    • When enabled: queries are decomposed and routed across agents.
    • When disabled: all queries flow directly to the first agent in agent_list. This gives you fine-grained control over orchestration complexity vs. direct handling.

🛠 Improvements & Fixes

  • General performance tuning and reliability enhancements to boosts stability under heavy workloads.
  • More polished error handling.

✅ Compatibility

  • If upgrading from 1.13.x or earlier, please ensure you use the new API keys from the AI Refinery platform. You can now create your client with:

python from air import AsyncAIRefinery airefinery_client = AsyncAIRefinery(api_key=api_key) * Fully compatible with SDK 1.5.0 and later.

- Python
Published by arezaz 10 months ago

https://github.com/accenture/airefinery-sdk - airefinery-sdk 1.14.0 release

Announcement: AI Refinery SDK Version 1.14.0 Released 🚀

We’re excited to roll out AI Refinery SDK v1.14.0—focused on richer context handling, expanded enterprise agent integrations, voice streaming, and robust performance under load.

💥 What’s New in v1.14.0

  • SAP 3rd-Party Agents

    • Trusted Agent Huddle now integrates with SAP 3rd-party agents, enabling SAP agents within your AI Refinery pipelines.
  • Voice API: Introducing Streaming Inference Endpoints

    • Streaming Automatic Speech Recognition (ASR): Transcription results are returned incrementally as audio is processed, so you can display partial text before the full transcription completes.
    • Streaming Text to Speech (TTS): Synthesized audio is returned incrementally in chunks as it’s generated, allowing playback to begin before the full audio is ready.
  • FlowSuperAgent Context Improvements

    • Memory and context-tracking improvements for better continuity across flows. Expect more consistent and accurate hand-offs between agents.
  • Search Agent Scalability

    • Improved concurrency handling for the Search Agent to better support multi-request workloads.
  • Bug Fixes & Polish

    • General reliability improvements and performance tweaks across the SDK.

✅ Compatibility

  • Compatible with SDK 1.5.0 and later.
  • If you’re upgrading to 1.13.x or later, remember: you’ll need the new API keys from the AI Refinery platform (sdk_airefinery@accenture.com).

- Python
Published by arezaz 11 months ago

https://github.com/accenture/airefinery-sdk - airefinery-sdk 1.13.1 release

Announcement: AI Refinery SDK Version 1.13.1 Released 🚀

We're excited to announce the release of AI Refinery SDK Version 1.13.1! This version brings performance improvements based on the valuable feedback we've received from the community.

💥 What's New in Version 1.13.1

  • Self-managed API Key Authentication: AIRefinery now offers you the capability to manage your teams' API Keys to connect to Distiller. To use SDK version 1.13.1 or later, you have to request your new API Keys from AI Refinery platform. Your current credentials will remain active to authenticate your clients using SDK 1.12 or older.

  • New agents capabilities:

    • Human Agent: The AI Refinery HumanAgent is used to involve a human in the loop, which enables collecting feedback from users and incorporating their responses into the overall agentic response pipeline.
    • FlowSuperAgent Triage: This feature in the FlowSuperAgent enables conditional execution of downstream agents based on user-defined criteria, allowing more dynamic and intelligent workflow
  • New Trusted Agent Huddle Agent: Now you can connect AI Refinery with Google Vertex agents

  • Voice API: AI Refinery now supports:

    • Automatic Speech Recognition transcription to generate text transcriptions of an input audio file.
    • Text-To-Speech to convert text into spoken audio.
  • Bug Fixes: Bug fixes and performance improvements over airefinery-sdk 1.12

✅ Compatibility

This release is compatible with SDK Version 1.5.0 and later. No changes to your current project code are necessary.

  • If you are upgrading the SDK to any 1.11.x version or later, please refer to the compatibility section in the SDK 1.11.0 release.

  • If you are upgrading the SDK to any 1.13.x version or later, you have to request your new API Keys from AI Refinery platform.

- Python
Published by tahabelkhouja 11 months ago

https://github.com/accenture/airefinery-sdk - airefinery-sdk 1.12.1 release

Announcement: AI Refinery SDK Version 1.12.1 Released 🚀

We're excited to announce the release of AI Refinery SDK Version 1.12.1! This version brings performance improvements based on the valuable feedback we've received from the community.

💥 What's New in Version 1.12.1

  • New A2A agent: AI Refinery SDK supports now Agent2Agent Protocol (A2A), enabling communication and collaboration between AI agents via the A2A protocol. Please check the official documentation here to start using A2A agent.

  • New Trusted Agent Huddle Agent:

  • Metadata from Research Agent: The Research Agent will now include the sources used in the final response in the metadata attribute of the response.

  • Bug Fixes: Bug fixes and performance improvements over airefinery-sdk 1.12.0

✅ Compatibility

This release is compatible with SDK Version 1.5.0 and later. No changes to your current project code are necessary.

- Python
Published by tahabelkhouja 11 months ago

https://github.com/accenture/airefinery-sdk - airefinery-sdk 1.12.0 release

Announcement: AI Refinery SDK Version 1.12.0 Released 🚀

We're excited to announce the release of AI Refinery SDK Version 1.12.0! This version brings performance improvements based on the valuable feedback we've received from the community.

💥 What's New in Version 1.12.0

  • Agent updates and improvements:

    • SuperAgent now provides a more informative response instead of the generic message "I could use a bit more information. Could you provide some additional details?" when it is unable to complete the SuperAgent's workflow. This enhancement helps users refine their SDK use-case design.
    • You can now disable the Orchestrator’s default behavior of decomposing complex user queries by setting a boolean flag in the SDK YAML configuration. yaml orchestrator: decompose: <True or False>
  • Bug Fixes: Bug fixes and performance improvements over airefinery-sdk 1.11 .

✅ Compatibility

This release is compatible with SDK Version 1.5.0 and later. No changes to your current project code are necessary.

- Python
Published by tahabelkhouja 12 months ago

https://github.com/accenture/airefinery-sdk - airefinery-sdk 1.11.1 release

Announcement: AI Refinery SDK Version 1.11.1 Released 🚀

We're excited to announce the release of AI Refinery SDK Version 1.11.1! This version brings performance improvements based on the valuable feedback we've received from the community.

💥 What's New in Version 1.11.1

✅ Compatibility This release is compatible with SDK Version 1.5.0 and later. No changes to your current project code are necessary. If you are upgrading the SDK to any 1.11.x version, please refer to the compatibility section in the SDK 1.11.0 release.

- Python
Published by tahabelkhouja about 1 year ago

https://github.com/accenture/airefinery-sdk -

Announcement: AI Refinery SDK Version 1.11.0 Released 🚀

We're excited to announce the release of AI Refinery SDK Version 1.11.0! This version brings performance improvements based on the valuable feedback we've received from the community.

💥 What's New in Version 1.11.0

  • Elastic Search support for Knowledge: Support ElasticSearch Vector DB, for DocumentProcessingClient to ingest knowledge and for ResearchAgent to retrieve knowledge.

  • Self-Reflection feature: A new Utility Agent feature that allows agents to evaluate and iteratively improve their responses before responding to the user query. Self-reflection feature enhances the overall quality and accuracy of the final agent response.

  • Segmentation API: A new API that enables image segmentation capabilities, allowing for the identification and separation of distinct regions within an image for more precise image analysis.

  • Bug Fixes: Bug fixes and performance improvements over 1.10.1.

Please make sure to visit our official documentation website for more details about the newly available features and usage guidelines.

✅ Compatibility

This release is compatible with SDK Version 1.5.0 and later. However, we recommend creating a new project using DistillerClient for your previous projects when upgrading to v1.11.0. This ensures you benefit from the latest improvements, cleaner configurations, and a smoother development experience. No changes to your current project code are necessary.

- Python
Published by tahabelkhouja about 1 year ago

https://github.com/accenture/airefinery-sdk - airefinery-sdk 1.10.2 release

The AI Refinery™ SDK by Accenture is engineered to facilitate the development of AI solutions by leveraging features supported by AI Refinery such as:

  • The Distiller Framework: A framework designed to streamline complex workflows by orchestrating various agents that handle different tasks.
  • Inference API: An Api designed to seamlessly connect to any Language Model supported by AI Refinery™.
  • Knowledge Extraction: An API that is designed to extract knowledge from various formats of input documents containing text, tables, and figures.

- Python
Published by tahabelkhouja about 1 year ago