sim
sim copied to clipboard
Open-source platform to build and deploy AI agent workflows.
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...
## Summary - Add GET /api/version endpoint that returns version information - Returns app version, name, build time, git commit, and environment - Helps identify the version of a running...
## Summary - Add built-in internal scheduler for self-hosted environments - Scheduler polls `/api/schedules/execute` to trigger scheduled workflows - Enabled by default in `docker-compose.prod.yml` for self-hosted setups - Configurable via...
## Summary - Add configurable timeout parameter to HTTP request tool - Add timeout field to API block UI (default: 120000ms, max: 600000ms) - Improved timeout error message with actionable...
## Summary - Add User-Agent header to Reddit OAuth token refresh requests - Reddit API requires User-Agent header for all requests, including token refresh - Without this header, requests fail...
## Summary - Memory + Streaming fixes, need to wrap streaming response to persist memory at the end of accumulation - Memory should not be block scoped. Managed via conversation...
## Summary This PR addresses memory exhaustion issues that occur when running workflows with loops containing agent blocks that make many tool calls (e.g., MCP file operations). Fixes #2525 ##...
## Summary When running workflows with loops containing agent blocks that make many tool calls (e.g., MCP file operations), memory accumulates unbounded until system OOM. This caused my 64GB system...
**Describe the bug** I've modified `docker-compose.local.yml` to specify `- DISABLE_AUTH=true` for all services. The login page is bypassed which is awesome, but the page the browser goes to (`/workspace`) is...
I'm running the project locally in Visual Studio Code, but I'm having trouble debugging. My breakpoints aren't marked in red, and my code doesn't stop at the breakpoints. here is...