Skip to content

Implement report_to #3

@ggbetz

Description

@ggbetz

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

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions