mirror of
https://github.com/simstudioai/sim.git
synced 2026-02-07 13:15:06 -05:00
* feat(skills): added skills to agent block * improvement(skills): audit fixes, docs, icon, and UX polish * fix(skills): consolidate redundant permission checks in POST and DELETE * more friendly error for duplicate skills in the same workspace * fix(executor): loop sentinel-end wrongly queued (#3148) * fix(executor): loop sentinel-end wrongly queued * fix nested subflow error highlighting * fix(linear): align tool outputs, queries, and pagination with API (#3150) * fix(linear): align tool outputs, queries, and pagination with API * fix(linear): coerce first param to number, remove duplicate conditions, add null guard * fix(resolver): response format and evaluator metrics in deactivated branch (#3152) * fix(resolver): response format in deactivated branch * add evaluator metrics too * add child workflow id to the workflow block outputs * cleanup typing * feat(slack): add file attachment support to slack webhook trigger (#3151) * feat(slack): add file attachment support to slack webhook trigger * additional file handling * lint * ack comment * fix(skills): hide skill selection when disabled, remove dead code --------- Co-authored-by: Vikhyath Mondreti <vikhyathvikku@gmail.com>
Sim Enterprise Edition
This directory contains enterprise features that require a Sim Enterprise subscription for production use.
Features
- SSO (Single Sign-On): OIDC and SAML authentication integration
- Access Control: Permission groups for fine-grained user access management
- Whitelabeling: Custom branding and theming for enterprise deployments
Licensing
See LICENSE for terms. Development and testing use is permitted. Production deployment requires an active Enterprise subscription.
Architecture
Enterprise features are imported directly throughout the codebase. The ee/ directory
is required at build time. Feature visibility is controlled at runtime via environment
variables (e.g., NEXT_PUBLIC_ACCESS_CONTROL_ENABLED, NEXT_PUBLIC_SSO_ENABLED).