awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to codelion/openevolve

Open-source alternatives to Openevolve

30 open-source projects similar to codelion/openevolve, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Openevolve alternative.

  • algorithmicsuperintelligence/openevolveAvatar von algorithmicsuperintelligence

    algorithmicsuperintelligence/openevolve

    5,421Auf GitHub ansehen↗

    OpenEvolve is an open-source framework for evolutionary computation that uses language models to drive automated optimization across multiple domains. It can evolve system prompts for large language models, refine source code across programming languages, search for optimal GPU kernel configurations, discover interpretable mathematical expressions from data, and maintain diverse populations of high-performing solutions. The framework integrates multiple evolutionary strategies, including MAP-Elites diversity mapping and island-based topologies, to avoid premature convergence and preserve a wid

    Pythonalpha-evolvealphacodealphaevolve
    Auf GitHub ansehen↗5,421
  • boundaryml/bamlAvatar von BoundaryML

    BoundaryML/baml

    7,636Auf GitHub ansehen↗

    BAML is a prompt engineering framework and LLM client generator that defines AI prompts as type-safe functions. It serves as a structured data extraction tool and workflow orchestrator, transforming unstructured model responses into strongly typed objects using a custom schema language and alignment algorithms. The project distinguishes itself by using a compiler to generate language-specific boilerplate code for API communication and output parsing. It features a dedicated environment for designing complex prompt templates with conditional logic and reusable snippets, and employs genetic alg

    Rustbamlboundarymlguardrails
    Auf GitHub ansehen↗7,636
  • minedojo/voyagerAvatar von MineDojo

    MineDojo/Voyager

    6,987Auf GitHub ansehen↗

    Voyager is an autonomous embodied agent and lifelong learning framework that uses a large language model to explore virtual environments. It functions as a code-based action controller, translating natural language instructions into executable scripts to interact with its surroundings. The system features an automatic curriculum generator that creates sequences of exploration goals to discover new items and behaviors without human intervention. It maintains a skill library manager that stores learned behaviors as reusable code fragments, which can be composed to execute complex tasks. The fr

    JavaScriptembodied-learninglarge-language-modelsminecraft
    Auf GitHub ansehen↗6,987

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Find more with AI search
  • linshenkx/prompt-optimizerAvatar von linshenkx

    linshenkx/prompt-optimizer

    30,927Auf GitHub ansehen↗

    Prompt Optimizer is a framework designed for the iterative refinement and testing of text-based instructions for large language models. It functions as an automated evaluation pipeline that systematically adjusts prompt structure, constraints, and clarity to improve the accuracy and consistency of model outputs. The system distinguishes itself through a model-agnostic interface that standardizes communication across different artificial intelligence providers. It incorporates a versioned asset management system to track prompt history, enabling developers to maintain consistency and perform r

    TypeScriptllmpromptprompt-engineering
    Auf GitHub ansehen↗30,927
  • tukuaiai/vibe-coding-cnAvatar von tukuaiai

    tukuaiai/vibe-coding-cn

    8,294Auf GitHub ansehen↗

    vibe-coding-cn is an AI software development workflow and prompt engineering framework designed to transform product ideas into functional applications using natural language. It functions as an AI agent orchestration system that coordinates specialized skills and quality gates to guide the incremental creation of software. The framework distinguishes itself through a project memory system that maintains architectural and design documentation to preserve context during long-term collaborations. It employs a prompt optimization library that utilizes recursive loops, chain-of-thought reasoning,

    Pythonaiai-agentsclaude-code
    Auf GitHub ansehen↗8,294
  • keirp/automatic_prompt_engineerAvatar von keirp

    keirp/automatic_prompt_engineer

    1,360Auf GitHub ansehen↗

    Automatic Prompt Engineer is a framework designed to automate the generation, refinement, and performance measurement of language model instructions. It functions as a systematic tool for optimizing prompt phrasing by iteratively testing candidate instructions against specific input and output datasets to maximize task accuracy. The system distinguishes itself through an evaluation-driven approach that uses automated feedback loops to score prompt variations. By employing template-based input structuring, it ensures consistent testing environments where candidate instructions are measured aga

    Python
    Auf GitHub ansehen↗1,360
  • instructor-ai/instructorAvatar von instructor-ai

    instructor-ai/instructor

    13,181Auf GitHub ansehen↗

    Instructor is a schema enforcement and validation library designed to transform language model outputs into structured, type-safe data formats. It functions as a validation layer that uses Pydantic to ensure model responses conform to specific data models, acting as a tool for forcing large language models to return data in predefined schemas. The project differentiates itself through a recursive error-feedback loop that automatically retries requests when structural errors occur, passing validation failure messages back to the model to guide corrections. It also includes a streaming parser c

    Python
    Auf GitHub ansehen↗13,181
  • samchon/typiaAvatar von samchon

    samchon/typia

    5,837Auf GitHub ansehen↗

    Typia is a compile-time code generator that transforms TypeScript type annotations into runtime validation, serialization, and schema functions without requiring decorators or separate schema files. It generates optimized validation and serialization code during TypeScript compilation, producing dedicated functions for each type that eliminate runtime schema objects for faster execution. The project extends this core capability into several integrated areas. It generates fully typed client SDKs from NestJS controller source code, keeping server and client types synchronized automatically. It

    Go
    Auf GitHub ansehen↗5,837
  • uditgoenka/autoresearchAvatar von uditgoenka

    uditgoenka/autoresearch

    5,070Auf GitHub ansehen↗

    This project is an autonomous research framework and agentic software development toolkit designed to automate complex engineering tasks through goal-directed iteration. It provides a code refactor engine and an extension for the Claude Code interface to implement iterative loops that modify, verify, and refine code and documentation. The system distinguishes itself through the use of adversarial personas and multi-agent workflows. It employs adversarial simulation and interrogation to refine requirements, resolve architectural ambiguities via blind judge panels, and conduct red-team security

    JavaScript
    Auf GitHub ansehen↗5,070
  • going-doer/paper2codeAvatar von going-doer

    going-doer/Paper2Code

    4,692Auf GitHub ansehen↗

    Paper2Code is an AI research automation suite and large language model code generation pipeline designed to transform machine learning research papers into executable code repositories. It functions as a tool for automating the translation of scientific literature and theoretical descriptions into functional machine learning implementations. The system employs a multi-stage generation pipeline that utilizes document-to-plan decomposition and automated repository scaffolding to produce complete project structures. It incorporates an automated code evaluation framework that uses an iterative cr

    Python
    Auf GitHub ansehen↗4,692
  • guardrails-ai/guardrailsAvatar von guardrails-ai

    guardrails-ai/guardrails

    7,033Auf GitHub ansehen↗

    Guardrails is a Python SDK that wraps calls to large language models with configurable validation pipelines, corrective actions, and structured output generation. It provides a unified API layer that connects to over 100 language models, applying consistent validation, streaming, and error-handling across providers. The framework validates and corrects model responses against safety and quality rules, detecting and mitigating risks in both inputs and outputs using pre-built and custom validators. The project distinguishes itself through a validator-pipeline architecture that sequentially appl

    Pythonaifoundation-modelgpt-3
    Auf GitHub ansehen↗7,033
  • ruc-datalab/deepanalyzeAvatar von ruc-datalab

    ruc-datalab/DeepAnalyze

    3,675Auf GitHub ansehen↗

    DeepAnalyze is an autonomous data science agent and research pipeline designed to transform raw datasets into comprehensive analysis reports. It operates by generating and executing Python code to perform data preparation, modeling, and visualization. The system utilizes a secure, containerized execution environment to run generated scripts in isolation from the host system. It includes a benchmarking tool to evaluate the accuracy and performance of large language models against standardized data science tasks and a standardized API gateway for managing model completions and file uploads. Th

    Pythonagentagenticagentic-ai
    Auf GitHub ansehen↗3,675
  • microsoft/magentic-uiAvatar von microsoft

    microsoft/magentic-ui

    9,648Auf GitHub ansehen↗

    Magentic-UI is an agentic UI toolkit and framework that enables large language models to interface with real-time browser environments, operating systems, and virtual machines. It provides a sandbox environment where models can execute instructions to manage local files and run shell commands. The project functions as a web interaction orchestrator and browser automation framework, allowing for the execution of end-to-end web workflows and form completions. It coordinates these actions through a system that translates natural language goals into executable sequences. The toolkit covers sever

    Pythonagentsaiai-ux
    Auf GitHub ansehen↗9,648
  • jxnl/instructorAvatar von jxnl

    jxnl/instructor

    13,236Auf GitHub ansehen↗

    Instructor is a library designed to parse, validate, and map unstructured language model responses into strongly typed, schema-compliant data objects. It provides a framework for structured data extraction that uses data modeling classes to enforce strict type constraints on model outputs, ensuring that generated content consistently matches expected structures. The library distinguishes itself through an automated error recovery system that manages the lifecycle of failed extraction attempts. When a model output fails to meet defined schema requirements, the framework automatically triggers

    Python
    Auf GitHub ansehen↗13,236
  • joanrod/star-vectorAvatar von joanrod

    joanrod/star-vector

    4,462Auf GitHub ansehen↗

    Star-vector is a suite of vision-language systems designed to generate scalable vector graphics from text or image inputs. It utilizes a vision-language foundation model to treat the creation of visual elements as a structured code generation task. The system employs a multimodal architecture that maps visual patterns and shapes to corresponding structural elements in a vector code sequence. It incorporates a render-loop feedback mechanism and reinforcement learning to iteratively refine the fidelity of the generated graphics by comparing rendered outputs against target images. The project c

    Pythonllmmultimodal-large-language-modelssvg
    Auf GitHub ansehen↗4,462
  • joshpxyne/gpt-migrateAvatar von joshpxyne

    joshpxyne/gpt-migrate

    6,978Auf GitHub ansehen↗

    gpt-migrate is an automated code migration tool that uses large language models to translate source code and project structures between different programming languages. It functions as an automated code translator that converts codebases across frameworks while mapping compatible third-party dependencies. The system includes a containerized code validator to ensure functional parity by executing unit tests within isolated environments. It also operates as an automated debugging agent that analyzes execution logs and edits source files to resolve bugs in the translated code. The tool covers c

    Python
    Auf GitHub ansehen↗6,978
  • microsoft/typechatAvatar von microsoft

    microsoft/TypeChat

    8,666Auf GitHub ansehen↗

    TypeChat is a schema enforcement library and framework for building natural language interfaces. It ensures that responses from large language models strictly adhere to predefined TypeScript type definitions, translating unstructured human language into predictable, structured data. The project functions as both a prompt generator and an output validator. It automatically creates model instructions by extracting requirements from type schemas to replace manual prompt engineering and verifies that model outputs match the required format. The system handles structured output generation and res

    TypeScript
    Auf GitHub ansehen↗8,666
  • karpathy/autoresearchAvatar von karpathy

    karpathy/autoresearch

    87,119Auf GitHub ansehen↗

    Autoresearch is an autonomous machine learning research agent and architecture search framework. It employs a closed-loop system to programmatically rewrite training and architecture source code to discover optimal language model configurations. The system iteratively modifies code and evaluates performance metrics to improve model quality based on a target objective. It optimizes model performance and training efficiency by tracking validation bits per byte, which allows for a fair comparison of architectural changes independently of vocabulary size. The framework manages the full training

    Python
    Auf GitHub ansehen↗87,119
  • sweepai/sweepAvatar von sweepai

    sweepai/sweep

    7,703Auf GitHub ansehen↗

    Sweep is an automated software engineering system that uses large language models to resolve GitHub issues. It functions as an AI software engineer that transforms natural language issue descriptions into concrete code changes and pull requests. The system integrates with GitHub webhooks to trigger workflows based on issue creation or label updates. It employs an iterative feedback loop that analyzes compiler errors and test results to refine generated code and correct bugs. The tool covers a range of maintenance capabilities, including automated bug fixing, feature implementation, and codeb

    Jupyter Notebook
    Auf GitHub ansehen↗7,703
  • doriandarko/claude-engineerAvatar von Doriandarko

    Doriandarko/claude-engineer

    11,199Auf GitHub ansehen↗

    Claude-engineer is an autonomous software engineering agent and command-line interface for interacting with the Claude 3.5 Sonnet model. It functions as an AI code editor that writes code, manages local files, and executes terminal commands to automate technical workflows. The system features a self-evolving tool framework that allows the agent to design and implement its own functional scripts to expand its capabilities during a session. It utilizes a sandboxed Python executor to run scripts for data analysis and complex computations in a secure remote environment. The project covers a broa

    Python
    Auf GitHub ansehen↗11,199
  • davidkimai/context-engineeringAvatar von davidkimai

    davidkimai/Context-Engineering

    8,431Auf GitHub ansehen↗

    Context-Engineering is a prompt engineering framework and cognitive architecture for large language models. It provides a set of patterns and methodologies for designing structured prompts and modular reasoning flows that decompose complex tasks into specialized, step-by-step problem solving templates. The project distinguishes itself through stateful prompt management and context window optimization. It maintains persistent memory across multiple interaction turns by compressing conversation history into compact internal state cells and employs techniques to maximize information density per

    Python
    Auf GitHub ansehen↗8,431
  • anthropics/anthropic-cookbookAvatar von anthropics

    anthropics/anthropic-cookbook

    45,984Auf GitHub ansehen↗

    This repository is a collection of guides, notebooks, and recipes for implementing advanced prompting techniques and workflow patterns with large language models. It serves as a prompt engineering guide, an evaluation suite for scoring prompt quality, and a framework for orchestrating agents and integrating external tools. The project provides implementation patterns for building applications with Claude, specifically focusing on coordinating multiple models to split complex tasks between high-reasoning and high-efficiency agents. It includes technical demonstrations for multimodal data proce

    Jupyter Notebook
    Auf GitHub ansehen↗45,984
  • datawhalechina/prompt-engineering-for-developersAvatar von datawhalechina

    datawhalechina/prompt-engineering-for-developers

    24,267Auf GitHub ansehen↗

    This project is a technical curriculum and development guide focused on large language model prompt engineering, fine-tuning, and the creation of retrieval augmented generation applications. It serves as a comprehensive resource for developers to master crafting precise instructions and textual patterns to improve the quality and predictability of model outputs. The material covers the end-to-end workflow of adapting open-source models to specific datasets and integrating language models with vector databases to generate responses based on private information. It also provides a systematic ap

    Jupyter Notebook
    Auf GitHub ansehen↗24,267
  • stanfordnlp/dspyAvatar von stanfordnlp

    stanfordnlp/dspy

    35,325Auf GitHub ansehen↗

    DSPy is a declarative programming framework designed for building complex language model applications. It treats model interactions as modular, composable programs, allowing developers to define task logic through typed class schemas rather than relying on manually written prompts. By organizing workflows into hierarchical, reusable Python objects, the framework enables the construction of sophisticated AI systems that manage state and execution flow independently. The framework distinguishes itself through an automated optimization engine that iteratively refines prompt instructions and few-

    Python
    Auf GitHub ansehen↗35,325
  • steven2358/awesome-generative-aiAvatar von steven2358

    steven2358/awesome-generative-ai

    12,151Auf GitHub ansehen↗

    This project serves as a comprehensive, curated directory of resources, tools, and platforms dedicated to the generative artificial intelligence ecosystem. It functions as a central hub for developers and researchers to discover the frameworks, models, and services necessary for building, deploying, and managing intelligent software applications. The directory distinguishes itself by providing a structured index of specialized tooling across several technical domains. It covers the full lifecycle of generative AI, including the development of autonomous agent systems, the implementation of re

    aiartificial-intelligenceawesome
    Auf GitHub ansehen↗12,151
  • dair-ai/prompt-engineering-guideAvatar von dair-ai

    dair-ai/Prompt-Engineering-Guide

    75,678Auf GitHub ansehen↗

    This project is a comprehensive educational resource and technical guide focused on the development, optimization, and application of large language models. It provides a structured curriculum for mastering prompt engineering, ranging from foundational principles of instruction design to advanced techniques for improving model reasoning, accuracy, and reliability. The guide distinguishes itself by offering deep technical insights into agentic workflows and autonomous system design. It covers the implementation of multi-step reasoning chains, tool integration through function calling, and stat

    MDXagentagentsai-agents
    Auf GitHub ansehen↗75,678
  • coze-dev/coze-studioAvatar von coze-dev

    coze-dev/coze-studio

    19,900Auf GitHub ansehen↗

    Coze Studio is a development platform for building intelligent agents and conversational applications. It provides a visual environment where users construct agents by linking workflows, knowledge bases, and custom prompts to automate complex tasks. The system functions as a central hub for managing AI model services, allowing developers to connect various providers to serve as the intelligence layer for their applications. The platform distinguishes itself through a node-based workflow orchestrator that enables the design of automated logic sequences on a visual canvas. It includes a modular

    TypeScriptagentagent-platformai-plugins
    Auf GitHub ansehen↗19,900
  • elder-plinius/cl4r1t4sAvatar von elder-plinius

    elder-plinius/CL4R1T4S

    40,356Auf GitHub ansehen↗

    CL4R1T4S is a framework designed to orchestrate generative AI workflows and optimize language model outputs. It functions as a centralized utility for managing, versioning, and deploying structured system prompts and behavioral parameters to ensure consistent performance across complex tasks. The project distinguishes itself by implementing a structured pipeline that wraps model interactions to enforce behavioral constraints and sanitize inputs. This orchestration layer incorporates heuristic-based validation and stateful context management to maintain coherence and quality throughout multi-s

    agentsaichatgpt
    Auf GitHub ansehen↗40,356
  • lbjlaq/antigravity-managerAvatar von lbjlaq

    lbjlaq/Antigravity-Manager

    29,772Auf GitHub ansehen↗

    Antigravity-Manager is an artificial intelligence model orchestration platform that functions as a unified gateway for interacting with multiple external service providers. It standardizes heterogeneous vendor data structures into a consistent internal schema, allowing third-party tools to interface with various models through a single, normalized API. The system distinguishes itself through automated infrastructure management, including the lifecycle tracking of service accounts and the secure rotation of authentication credentials. By acting as a middleware layer, it intercepts traffic to p

    Rustaccount-managerantigravity
    Auf GitHub ansehen↗29,772
  • willwulfken/midjourney-styles-and-keywords-referenceAvatar von willwulfken

    willwulfken/MidJourney-Styles-and-Keywords-Reference

    12,285Auf GitHub ansehen↗

    This project serves as a comprehensive reference tool for prompt engineering within generative image models. It provides a structured guide for exploring artistic styles, technical parameters, and keyword combinations to assist in achieving specific aesthetic outcomes and consistent visual themes. The resource distinguishes itself by enabling direct comparisons between different model versions, allowing users to observe how specific keywords and settings influence output quality over time. By organizing visual examples and technical data into a hierarchical taxonomy, it facilitates the iterat

    aiai-artai-research
    Auf GitHub ansehen↗12,285