The Problem
Agent monitoring tools don't fix your agents prompts or tool calls. Developer workflows for improving agent behaviors are manual, error-prone, and clunky.
The Solution
Simforge provides workflows developers love in their IDEs to label traces, simulate tool calls, and automatically improve prompts.
30 second setup
Into your repo with a few lines of code
$ poetry add simforge-pyfrom simforge import Simforge
client = Simforge(api_key=os.getenv("SIMFORGE_API_KEY"))
result = client.call("title-chat", user_query="What is the capital of France?")Works where you work
Integrated into your IDE