Three control loops, three telemetry needs.
More autonomy means more surface area to evaluate. Run each loop, then open the exact trace in Langfuse to see what was captured. Every loop runs on your own OpenAI and Langfuse keys, which you paste in Setup.
Setup
- All three keys are required: OpenAI, Langfuse public, Langfuse secret. Nothing runs until all three are in.
- The keys stay in this browser tab. They are sent with each request and are not stored on the server.
- Closing the tab discards them.
- The Langfuse secret key grants full read and write on that Langfuse project. Know what you are pasting.
Pays for every model call in the three loops.
Pins every model call to your project. Only usable as a pair with the secret key.
Full read and write on that Langfuse project.
The server accepts these hosts only.
A listed model may not be enabled on your account. Type one that is, and it wins
over the list. Letters, digits and . _ : - only, up to 64 characters.
Add your OpenAI and Langfuse keys
This loop calls a model on your OpenAI key and traces the run into your own Langfuse project. All three keys are required, so nothing runs until you add them in Setup.
Workflow
- Predefined steps
- Limited branching
- Easier to replay and test
A fixed pipeline: classify - route - draft reply - guardrail. Same steps every run.
Add your OpenAI and Langfuse keys
This loop calls a model on your OpenAI key and traces the run into your own Langfuse project. All three keys are required, so nothing runs until you add them in Setup.
Agent
- Model chooses next action
- Tool calls and state
- Harder to evaluate
The model decides which tools to call (orders, knowledge base, refund policy) and when to answer.
Add your OpenAI and Langfuse keys
This loop calls a model on your OpenAI key and traces the run into your own Langfuse project. All three keys are required, so nothing runs until you add them in Setup.
Coding agent
- Files, shell, sandbox
- Real side effects
- Approval gates & rollbacks
Edits sandbox/pricing.py. Proposes a diff, then waits for your approval before writing.