Repository History
Explore all analyzed open source repositories

GenAIScript: Automatable GenAI Scripting with TypeScript/JavaScript
GenAIScript is an open-source project from Microsoft that enables programmatic assembly of prompts for Large Language Models (LLMs) using JavaScript and TypeScript. It allows developers to orchestrate LLMs, tools, and data directly in code, streamlining the development of GenAI applications. This framework offers seamless Visual Studio Code integration and a flexible command-line interface for efficient GenAI scripting.

Anthropic Courses: Educational Materials for Claude API and Prompt Engineering
The Anthropic Courses repository offers a comprehensive suite of educational materials designed to teach users how to effectively work with the Claude SDK and master prompt engineering techniques. It includes five structured courses, guiding learners from API fundamentals to advanced topics like prompt evaluations and tool use. These resources are ideal for developers and AI enthusiasts looking to enhance their skills with Anthropic's AI models.

files-to-prompt: Concatenate Files into a Single Prompt for LLMs
files-to-prompt is a command-line tool designed to concatenate the contents of multiple files from a directory into a single, structured prompt suitable for Large Language Models (LLMs). It offers flexible options for filtering files by extension, ignoring patterns, and supports various output formats including standard text, Claude XML, and Markdown. This utility streamlines the process of preparing complex codebases or documentation for AI analysis.

Opik: Open-Source LLM Observability, Evaluation, and Optimization
Opik is an open-source platform by Comet designed to streamline the lifecycle of LLM applications. It provides comprehensive tools for debugging, evaluating, and monitoring RAG systems and agentic workflows. Developers can leverage its tracing, automated evaluations, and production-ready dashboards to build and optimize generative AI applications.

PyPriompt: Python Library for Priority-Based Prompt Design
PyPriompt is a Python library for designing prompts, inspired by web design libraries like React and FastHTML. It intelligently manages context windows by using priorities to decide what information to include in the prompt, ensuring efficient use of token limits. This tool helps developers create dynamic and adaptable prompts for large language models.