Skip to content

v0.2.28

Latest

Choose a tag to compare

@sami-marreed sami-marreed released this 10 May 13:29
· 26 commits to main since this release

🚀 New Core Capabilities

  • Modular Skills Support: We've introduced a framework for "Skills," allowing for a more extensible and granular way to define agent capabilities.
  • Advanced Knowledge Engine: The integration of a dedicated Knowledge Engine significantly enhances the agent's ability to process and retrieve domain-specific information.
  • Contextual Summarization: Improved summarization capabilities across both SDK and CRM contexts allow the agent to maintain better coherence over long-running interactions.

🛠️ Architectural & Performance Gains

  • Faster Embeddings: We’ve replaced the heavy torch/sentence-transformers stack with fastembed, significantly reducing our footprint and improving speed.
  • Watsonx & Model Flexibility: Improved JSON parsing for Watsonx and expanded support for diverse models (including gpt-oss-20b) ensure smoother inference across different LLM providers.
  • Streamlined Project Structure: We've migrated tools and documentation into a unified src package to simplify the development experience.

🔒 Enterprise Reliability & Security

  • Hardened Security: This release addresses over 37 security vulnerabilities (CVEs) across our frontend and backend dependencies, ensuring a more secure environment.
  • Vault KV v2 Support: Enhanced HashiCorp Vault integration provides more robust path resolution and secret management for production deployments.
  • Production Readiness: New feature flag overrides and refined container build processes ensure more predictable agent behavior on startup.

What's Changed

New Contributors

Full Changelog: v0.2.11...v0.2.28