sim icon indicating copy to clipboard operation
sim copied to clipboard

Open-source platform to build and deploy AI agent workflows.

Results 316 sim issues
Sort by recently updated
recently updated
newest added

## Summary This PR fixes a minor UI issue on the homepage where the letter g was being clipped. I resolved this by adding pb-2. The issue was caused by...

**Problem:** The docs don’t explain how to use alternative backends like Supabase, and there are no diagrams showing how the system works. **Suggestion:** 1. Add step-by-step instructions for integrating with...

feature

**Describe the bug** I can't log in or create an account - Self Hosted **To Reproduce** Install the program through NPX and then run it and try to log in...

bug

**Describe the bug** The 'g' is slightly overlapped . **To Reproduce** just simply go to website landing page . 1. Go to ---> website **Screenshots**

bug

## Summary Brief description of what this PR does and why. New landing page Fixes #(issue) ## Type of Change - [ ] Bug fix - [x] New feature -...

This pull request introduces several enhancements and fixes across multiple files, focusing on extending functionality for model and environment selection, improving validation, and standardizing configurations. Below are the most important...

## Summary Previously we could not filter outputs based on user inputs. From now on outputs of a tool will also support a condition field. Example: `arxiv` Instead of using...

## Summary Added support for configuring a custom OpenAI-compatible API provider. This allows users to input a custom base URL, model name, and optional API key — enabling integration with...

**Context and Purpose:** This PR automatically remediates a security vulnerability: - **Description:** RegExp() called with a `{ text, searchQuery, className = '' }: SearchHighlightProps` function argument, this might allow an...

### **Summary** This PR addresses a critical resource management and performance issue in the `SimStudioClient` by implementing proper request abortion for timed-out `fetch` calls. --- ### **Problem** Previously, the `executeWorkflow`...