Repository History
2 repositories tagged with LLM Tools
cursor-memory-bank: Structured AI Development Workflow with Cursor 2.0 Commands
cursor-memory-bank is a modular, documentation-driven framework designed to enhance AI-assisted development within the Cursor editor. It leverages Cursor 2.0 commands to provide persistent memory and guide AI through a structured development workflow. This system uses visual process maps and token optimization to streamline tasks from initialization to archiving.

Instructor: Structured Outputs for LLMs with Pydantic and Python
Instructor is a powerful Python library designed to simplify obtaining structured outputs from Large Language Models (LLMs). By leveraging Pydantic, it provides robust validation, type safety, and IDE support, eliminating the need for manual JSON parsing, error handling, or retries. This tool streamlines the process of extracting reliable, structured data from any LLM provider.