LangWatch
LangWatch is an all-in-one LLMOps platform for monitoring, observability, analytics, evaluations and alerting for getting user insights and improve your LLM workflows.
Integrate LangWatch observability
To integrate with SkillFlaw, add your LangWatch API key as a SkillFlaw environment variable:
-
Get a LangWatch API key from your LangWatch account.
-
Add the key to your SkillFlaw
.envfile:_10LANGWATCH_API_KEY="API_KEY_STRING"Alternatively, you can set the environment variable in your terminal session:
_10export LANGWATCH_API_KEY="API_KEY_STRING" -
Restart SkillFlaw with your
.envfile, if you modified the SkillFlaw.env:_10skillflaw run --env-file .env -
Run a flow.
-
View the LangWatch dashboard for monitoring and observability.

Use the LangWatch Evaluator
In your flows, you can use the LangWatch Evaluator component to use LangWatch's evaluation endpoints to assess a model's performance. This component is available in the LangWatch bundle.