awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 repository-uri

Awesome GitHub RepositoriesCLI Entrypoints

Functions that serve as the primary application interface and global parameter handler.

Distinct from Application Entrypoints: Distinct from Application Entrypoints: focuses on CLI-specific initialization rather than general service startup.

Explore 4 awesome GitHub repositories matching software engineering & architecture · CLI Entrypoints. Refine with filters or upvote what's useful.

Awesome CLI Entrypoints GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • fastapi/typerAvatar fastapi

    fastapi/typer

    19,632Vezi pe GitHub↗

    This project is a Python framework for building command-line interfaces by converting standard functions into executable programs. It uses type hints to automatically infer and generate argument parsers, validation logic, and help documentation, allowing developers to define complex terminal applications through simple function signatures. The framework distinguishes itself through a decorator-driven registration system that enables the construction of hierarchical command trees. It supports dependency injection to manage shared state and runtime configuration across subcommands, and it utili

    Configures the primary application interface and global parameters using a function that executes before any subcommands.

    Pythoncliclickpython
    Vezi pe GitHub↗19,632
  • livekit/livekitAvatar livekit

    livekit/livekit

    19,358Vezi pe GitHub↗

    LiveKit is a comprehensive framework for building and orchestrating real-time, multimodal AI agents that interact with users through voice, video, and text. It provides a centralized, event-driven architecture to manage the entire lifecycle of automated participants, from initialization and session state management to graceful shutdown. By utilizing a selective forwarding unit, the platform efficiently routes media streams between participants and agents, ensuring low-latency communication and secure, token-based authentication for all connections. The platform distinguishes itself through it

    Registers primary functions for job execution on agent servers.

    Gogolangmedia-serversfu
    Vezi pe GitHub↗19,358
  • cosmicpython/bookAvatar cosmicpython

    cosmicpython/book

    3,823Vezi pe GitHub↗

    This project is a technical resource and pattern library for building enterprise applications with Python. It serves as a guide for implementing clean architecture, providing a framework for separating core business logic from infrastructure and external frameworks. The material focuses on Domain-Driven Design and the application of architectural patterns to maintain complex business requirements. It provides specific guidance on the Repository pattern for data abstraction, Command-Query Responsibility Segregation for optimizing read and write paths, and the use of dependency inversion to dec

    Defines system entrypoints via a service layer to decouple use case orchestration from specific delivery mechanisms.

    Python
    Vezi pe GitHub↗3,823
  • termux/proot-distroAvatar termux

    termux/proot-distro

    2,839Vezi pe GitHub↗

    proot-distro is a rootless container runtime and Linux distribution manager that allows users to install and run isolated guest environments without requiring administrative root privileges. It utilizes PRoot to simulate root access and filesystem redirection, enabling the deployment of full Linux distributions in a non-root space. The project functions as an OCI container image handler, capable of building, pulling, and pushing OCI-compatible images and manifests. It further serves as a cross-architecture execution layer, utilizing user-mode emulation to run binaries and containers built for

    Executes the predefined entrypoint and command from an OCI manifest to simulate standard runtime execution.

    Shell
    Vezi pe GitHub↗2,839
  1. Home
  2. Software Engineering & Architecture
  3. Application Entrypoints
  4. CLI Entrypoints

Explorează sub-etichetele

  • Agent Entrypoint RegistrarsRegisters primary functions for job execution on agent servers. **Distinct from CLI Entrypoints:** Distinct from general CLI entrypoints: focuses on server-side job assignment entrypoints.
  • Service EntrypointsInterface layers that capture primary use cases to provide a consistent entry point for delivery mechanisms. **Distinct from CLI Entrypoints:** Focuses on service-layer orchestration as an entry point rather than command-line interface specific handlers