Skip to content
View lars20070's full-sized avatar

Block or report lars20070

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. pytest-assay pytest-assay Public

    Evaluation framework for Pydantic AI agents

    Python 1

  2. short talk on the pytest-assay frame... short talk on the pytest-assay framework and its motivation
    1
    # Agent evaluations with `pytest-assay`
    2
    
                  
    3
    * [`pytest-assay`](https://github.com/lars20070/pytest-assay) was written to address two problems:
    4
        1. Limited access to agent responses, making flexible evaluation difficult
    5
        2. Lack of scoring evaluations — most frameworks only support binary pass/fail evaluations
  3. mathematica-mcp mathematica-mcp Public

    MCP server for WolframScript

    Python

  4. deepresearcher2 deepresearcher2 Public

    fully local web research and report writing assistant based on PydanticAI

    Python 8 4

  5. dev container for Pydantic AI https:... dev container for Pydantic AI https://github.com/pydantic/pydantic-ai
    1
    ARG PYTHON_VERSION=3.12
    2
    FROM mcr.microsoft.com/devcontainers/python:${PYTHON_VERSION}-trixie
    3
    
                  
    4
    # Copy uv and uvx (latest version)
    5
    COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
  6. lat.md lat.md Public

    Forked from 1st1/lat.md

    Agent Lattice: a knowledge graph for your codebase, written in markdown.

    TypeScript