-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Implement report_to
feature for integrations, e.g.:
import logikon
your_mlops_platforms = ["wandb", "langfuse", ...]
# Log scores and artifacts to wandb and langfuse
config = logikon.DebugConfig(
report_to=your_mlops_platforms
)
# LLM generation
...
# Debug and score reasoning
score = logikon.score(config=config, prompt=prompt, completion=completion)
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request