3 projects
llmscope
a Python library designed to simplify interactions with Large Language Models (LLMs) by providing a stateful, fluent interface for managing conversation history, tool usage, and response parsing. It leverages libraries like `mirascope` for LLM calls and `pydantic` for data validation and parsing.
qucirc
A Python library for quantum circuit construction and manipulation. It is a Python wrapper for the Rust library `qucirc`.
cargo-aidoc
`cargo-aidoc` is a Python script that leverages Large Language Models (LLMs) to automatically generate documentation comments for Rust code items like functions, structs, enums, etc.