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
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 Repos

Awesome GitHub RepositoriesDesign Artifact Versioning

Versioning of research and design documents associated with specific AI agent tasks.

Distinct from Specification Versioning: Focuses on versioning design/planning documents rather than API specifications or binary artifacts.

Explore 3 awesome GitHub repositories matching software engineering & architecture · Design Artifact Versioning. Refine with filters or upvote what's useful.

Awesome Design Artifact Versioning GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • humanlayer/humanlayerAvatar von humanlayer

    humanlayer/humanlayer

    9,381Auf GitHub ansehen↗

    Humanlayer is an LLM coding agent orchestrator and AI-driven workflow manager designed to coordinate multiple agents in researching, designing, and implementing features across complex codebases. It provides a multi-agent development workspace that groups AI sessions, versioned design artifacts, and worktrees into collaborative team tasks. The system features a bring-your-own-key LLM gateway to connect external AI model subscriptions and API keys. It utilizes remote AI agent daemons to run long-term coding sessions on cloud infrastructure, maintaining progress independently of the user's acti

    Links versioned research documents and design plans to specific tasks for consistent team context retrieval.

    TypeScriptagentsaiamp
    Auf GitHub ansehen↗9,381
  • superdesigndev/superdesignAvatar von superdesigndev

    superdesigndev/superdesign

    6,004Auf GitHub ansehen↗

    Superdesign is an AI-powered design platform that generates UI mockups, wireframes, and multi-page user flows from natural language prompts within a collaborative canvas environment. It functions as a design-to-code exporter, producing production-ready HTML, ZIP archives, or Shopify Liquid templates for direct implementation, and includes an OpenAPI specification importer that automatically generates API documentation and client code from schema definitions. The platform distinguishes itself through a branch-based design exploration system that creates independent design variations from a sin

    Replaces the current frame with an older version, instantly restoring that iteration as the active design.

    TypeScript
    Auf GitHub ansehen↗6,004
  • langchain-ai/open-canvasAvatar von langchain-ai

    langchain-ai/open-canvas

    5,471Auf GitHub ansehen↗

    Open Canvas ist ein System zur Verwaltung zustandsbehafteter KI-Agenten-Workflows durch einen kollaborativen Editor und ein Orchestrierungs-Framework. Es bietet einen gemeinsamen Arbeitsbereich, in dem Menschen und Large Language Models in Echtzeit Dokumente verfassen und Code schreiben, unterstützt durch einen strukturierten Texteditor mit Live-Rendering. Das Projekt zeichnet sich durch die Integration eines Status-Managers aus, der Sitzungskontext, Benutzererinnerungen und historische Snapshots über Konversations-Threads hinweg verfolgt. Es verwendet ein dauerhaftes Ausführungsmodell, das menschliche Eingriffe ermöglicht und ein Versionsverfolgungssystem für Dokumente und Code-Blöcke unterhält. Das Framework deckt ein breites Funktionsspektrum ab, einschließlich Provider-agnostischer Modellschnittstellen für Chat und Embeddings, Middleware-gesteuerter Workflow-Komposition für Guardrails und Routing sowie persönlichem Kontextmanagement zur Speicherung von Benutzerpräferenzen. Es enthält zudem Tools für das Debugging von Agentenausführungen und die Möglichkeit, den Server mittels Container-Images bereitzustellen. Ein lokaler Agenten-Server wird bereitgestellt, um Läufe, Threads und persistente Speicherung zu handhaben.

    Maintains a historical snapshot system for documents and code blocks to enable auditing and version reversion.

    TypeScript
    Auf GitHub ansehen↗5,471
  1. Home
  2. Software Engineering & Architecture
  3. Specification Versioning
  4. Design Artifact Versioning

Unter-Tags erkunden

  • Collaborative Artifact SnapshotsVersion tracking for documents and code snippets produced during AI agent collaborations. **Distinct from Design Artifact Versioning:** Distinct from Design Artifact Versioning by specializing in the iterative snapshots of collaborative co-authoring sessions.
  • Document and Code SnapshotsSystems for capturing and storing historical versions of collaboratively authored text and code artifacts. **Distinct from Design Artifact Versioning:** Distinct from Design Artifact Versioning by focusing on the real-time snapshots of co-authored documents and code blocks rather than research design documents.
  • Version DuplicationsAdding a historical design version back onto the canvas as a new, separate frame without overwriting the current design. **Distinct from Design Artifact Versioning:** Distinct from Design Artifact Versioning: focuses on duplicating a past version as a new independent artifact rather than tracking version history.
  • Version ReversionsReplacing the current design frame with an older version, instantly restoring that iteration as the active design. **Distinct from Design Artifact Versioning:** Distinct from Design Artifact Versioning: focuses on the act of reverting to a past version rather than general version tracking.