github obot-platform/obot v0.19.0

latest releases: v0.22.1, v0.22.0, v0.22.0-rc3...
one month ago

We’re excited to announce the v0.19.0 release of the Obot MCP Platform. This release introduces new capabilities for agent policy enforcement, user impersonation, and agent automation, along with improvements to performance, usability, and workflow management across the platform.

Big Updates

Idle Server Shutdown

This release introduces support for idle server shutdown.

Servers will now automatically shut down when inactive, reducing unnecessary resource usage and improving cost efficiency in long-running deployments.

Message Policies

This release introduces Message Policies.

Administrators can now create policies in natural language to secure agent behavior. Every LLM call is evaluated against those policies and can be allowed or denied based on the configured rules.

This gives teams a more accessible way to define and enforce guardrails for agents without requiring policy logic to be expressed in code.

This is an experimental feature and is disabled by default. To enable it, set the OBOT_SERVER_ENABLE_MESSAGE_POLICIES environment variable to true. If you are using Helm, set the value config.OBOT_SERVER_ENABLE_MESSAGE_POLICIES to "true".

Scheduled Task Management in Agent Chat

Agents now support scheduled task management directly within chat.

Users can create and manage scheduled tasks without leaving the conversation, enabling more advanced automation workflows and recurring agent behaviors.

User Impersonation for Obot Agents

This release introduces user impersonation support for Obot Agents.

Administrators can now access and interact with specific users’ agents through a dedicated role, making it easier to debug issues and support users.

Improvements

This release includes a range of usability and performance improvements:

  • Improved audit log filtering performance
  • Enhanced shared workflow version selection
  • Improved agent loading states and UI responsiveness
  • Better mobile styling across agent routes
  • Increased visibility of publish status
  • Refinements to table headers, filters, and dropdown behavior
  • Added support for DOCX file preview

Upgrade Notes

There are no major breaking changes in this release.

What's Changed

New Contributors

Full Changelog: v0.18.2-rc1...v0.19.0

Don't miss a new obot release

NewReleases is sending notifications on new releases.