awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

44 个仓库

Awesome GitHub RepositoriesBehavior Configuration

Systems for defining logic and lifecycle hooks for automated agents.

Distinguishing note: Focuses on configuration syntax and lifecycle management for agents.

Explore 44 awesome GitHub repositories matching development tools & productivity · Behavior Configuration. Refine with filters or upvote what's useful.

Awesome Behavior Configuration GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • code-yeongyu/oh-my-opencodecode-yeongyu 的头像

    code-yeongyu/oh-my-opencode

    63,326在 GitHub 上查看↗

    Oh-my-opencode is an autonomous software engineering platform designed to automate complex coding tasks through the orchestration of specialized AI agents. It manages end-to-end development workflows by coordinating teams of agents that perform parallel execution, strategic planning, and automated code generation. The system ensures high-precision refactoring by utilizing a hash-anchored modification engine, which verifies file integrity through cryptographic line references before applying any changes. The platform distinguishes itself through a rigorous planning-first methodology, requiring

    Defines agent logic, model fallbacks, and lifecycle hooks using hierarchical configuration files.

    TypeScriptaiai-agentsamp
    在 GitHub 上查看↗63,326
  • openai/openai-agents-pythonopenai 的头像

    openai/openai-agents-python

    27,191在 GitHub 上查看↗

    This project is a Python framework for building autonomous, event-driven agent systems. It provides a unified runtime for orchestrating multi-agent workflows, managing persistent conversation state, and executing code within secure, isolated sandbox environments. The framework is designed to handle complex task delegation, allowing agents to invoke other agents as tools while maintaining context across multi-turn interactions. The framework distinguishes itself through its deep integration with the Model Context Protocol, enabling agents to connect to external data sources and remote services

    Allows overriding global agent run settings, including guardrails, tracing, and handoff history management.

    Pythonagentsaiframework
    在 GitHub 上查看↗27,191
  • superclaude-org/superclaude_frameworkSuperClaude-Org 的头像

    SuperClaude-Org/SuperClaude_Framework

    23,360在 GitHub 上查看↗

    SuperClaude Framework is an autonomous agent development platform designed for orchestrating complex software development lifecycles. It functions as a Python-based toolkit that enables the deployment of specialized, domain-specific agents capable of coordinating tasks, conducting multi-hop web research, and managing end-to-end project requirements through a unified command interface. The framework distinguishes itself through its iterative planning loops and persistent memory state, which allow agents to evaluate progress in real-time and refine their reasoning strategies across multiple ses

    Enables runtime modification of agent logic and interaction styles through dynamic configuration parameters.

    Python
    在 GitHub 上查看↗23,360
  • forem/foremforem 的头像

    forem/forem

    22,726在 GitHub 上查看↗

    Forem is an open-source platform designed for building and managing technical communities. It functions as a social publishing engine that enables members to share long-form content, participate in threaded discussions, and engage through social interactions. The platform provides tools for organizations to maintain branded profiles, host community hackathons, and facilitate collaborative learning through structured educational tracks. Beyond its social features, Forem integrates advanced capabilities for AI agent workflow orchestration and codebase knowledge graphing. It allows developers to

    Enables project-specific customization of agent behavior through defined instructions, commands, and lifecycle hooks.

    Rubycommunitydiscussionfeedback
    在 GitHub 上查看↗22,726
  • tinygo-org/tinygotinygo-org 的头像

    tinygo-org/tinygo

    17,529在 GitHub 上查看↗

    TinyGo is a specialized compiler and development toolkit designed to bring the Go programming language to resource-constrained microcontrollers and WebAssembly environments. It provides a bare-metal runtime environment that enables high-level code execution without the need for a traditional operating system, utilizing an LLVM-based backend to generate efficient machine instructions. The project distinguishes itself through aggressive optimization techniques tailored for small hardware, including a static memory allocation strategy and whole-program dead code elimination that significantly re

    Defines how the program terminates upon encountering a panic, allowing developers to choose between diagnostic output or trap instructions.

    Goadafruitarduinoarm
    在 GitHub 上查看↗17,529
  • kilo-org/kilocodeKilo-Org 的头像

    Kilo-Org/kilocode

    15,616在 GitHub 上查看↗

    Kilocode is an autonomous engineering platform designed to orchestrate AI agents for complex software development tasks. It functions as a comprehensive system for automating coding, testing, and repository management by integrating directly with your codebase and terminal. The platform provides a unified gateway for model orchestration, allowing for the management of agentic workflows, event-driven automation, and persistent session state across distributed development environments. The platform distinguishes itself through its federated task management and policy-based access control, which

    Adjusts operational parameters such as concurrent file editing, instruction adherence, and file read limits to balance performance, token usage, and control.

    TypeScriptaiai-ageai-coding
    在 GitHub 上查看↗15,616
  • textmate/textmatetextmate 的头像

    textmate/textmate

    14,783在 GitHub 上查看↗

    TextMate is a programmable text editor designed for software development and project management. It functions as a highly customizable environment where users can define language-specific behaviors, syntax highlighting rules, and automated workflows to suit their individual development needs. The editor distinguishes itself through a modular, bundle-based extensibility model that allows for deep integration with system shell commands. By piping document buffers through external scripts and command-line tools, users can perform complex text transformations, automate file lifecycle tasks, and b

    Configures language-specific behaviors like indentation, folding, and character classification.

    Objective-C++c-plus-pluscocoamacos
    在 GitHub 上查看↗14,783
  • languagetool-org/languagetoollanguagetool-org 的头像

    languagetool-org/languagetool

    14,597在 GitHub 上查看↗

    LanguageTool is a multilingual grammar and style checking engine designed to detect spelling, grammar, and writing errors across multiple languages. It provides automated proofreading capabilities that can be deployed as a self-hosted server or executed as a standalone local desktop application. The project distinguishes itself through a flexible rule development framework, allowing linguistic patterns to be defined via XML or implemented as custom Java classes. It utilizes n-gram frequency modeling for confused word detection and supports neural word embeddings to improve disambiguation betw

    Offers runtime-adjustable server settings and accessibility configurations via files or command-line options.

    Javagrammarnatural-languagenatural-language-processing
    在 GitHub 上查看↗14,597
  • rust-lang/cargorust-lang 的头像

    rust-lang/cargo

    14,624在 GitHub 上查看↗

    Cargo is the official build system and package manager for the Rust programming language. It provides a unified command-line interface that orchestrates the entire development lifecycle, including compiling source code, managing complex dependency graphs, running tests, and distributing packages through a centralized registry. By utilizing declarative manifest files, it ensures that builds remain reproducible and consistent across different environments. The tool distinguishes itself through its deep integration with the Rust compiler and its sophisticated approach to project management. It f

    Supports configuring panic strategies, including immediate-abort, within build profiles.

    Rustcargopackage-managerrust
    在 GitHub 上查看↗14,624
  • qodo-ai/pr-agentqodo-ai 的头像

    qodo-ai/pr-agent

    11,630在 GitHub 上查看↗

    PR Agent is an AI-powered code analysis tool and pull request reviewer that uses large language models to automate version control workflows. It functions as a programmatic agent that integrates with version control platforms to provide automated quality checks, explain code changes, and manage pull request documentation. The system distinguishes itself by enforcing organizational engineering standards through a customizable rule-based system. It leverages retrieval-augmented generation to inject repository context and organizational guidelines into its analysis, ensuring that feedback remain

    Uses external configuration files to control AI response categories and prompt styles based on team standards.

    Pythoncode-reviewcodereviewcoding-assistant
    在 GitHub 上查看↗11,630
  • johnthagen/min-sized-rustjohnthagen 的头像

    johnthagen/min-sized-rust

    9,782在 GitHub 上查看↗

    This project is a collection of techniques and configurations for reducing the disk footprint of compiled Rust executables. It serves as a guide and toolset for binary size optimization, providing strategies to minimize the final executable size through compiler flags and configuration. The project focuses on aggressive size reduction strategies, including recompiling the standard library from source to prune unused functions and implementing no-standard-library modes for memory-constrained environments. It details how to eliminate runtime overhead by removing standard library entry points an

    Reduces binary size by replacing stack unwinding with immediate aborts and stripping formatting details.

    Rustbinary-sizecargocontainers
    在 GitHub 上查看↗9,782
  • friuns2/blackfriday-gpts-promptsfriuns2 的头像

    friuns2/BlackFriday-GPTs-Prompts

    9,523在 GitHub 上查看↗

    BlackFriday-GPTs-Prompts is a curated repository of specialized text instructions and configuration templates designed to guide large language models through complex tasks. It functions as an open-source resource for users seeking to perform advanced artificial intelligence operations without relying on paid subscription services or external cloud processing. The project distinguishes itself by providing structured prompt-based logic that enables users to execute AI-driven workflows directly within their existing environments. By utilizing these pre-configured templates, users can automate re

    Defines application functionality and model output formatting through externalized text-based configuration templates.

    agentsagiai
    在 GitHub 上查看↗9,523
  • microsoft/vscode-copilot-chatmicrosoft 的头像

    microsoft/vscode-copilot-chat

    9,493在 GitHub 上查看↗

    This project is an AI-powered IDE extension and LLM coding assistant that provides a conversational interface for generating, refactoring, and debugging code. It functions as an AI agent framework and a Model Context Protocol client, connecting AI models to external data sources and tools to automate complex development tasks. The system is distinguished by its use of autonomous AI agents capable of multi-step task execution, including the ability to read files, modify code, and run terminal commands iteratively. It supports recursive agent orchestration through subagent delegation and employ

    Defines project-wide coding standards, architectural context, and specialized personas through configuration.

    TypeScript
    在 GitHub 上查看↗9,493
  • meetecho/janus-gatewaymeetecho 的头像

    meetecho/janus-gateway

    9,117在 GitHub 上查看↗

    Janus is a WebRTC media gateway that routes real-time audio, video, and data between web browsers and server-side application logic. It functions as a central media relay that manages session negotiation and encryption for multiple browser endpoints. The project utilizes a modular plugin architecture that decouples the core server from specific media logic, allowing developers to implement custom modules for media processing, event handling, and transport protocols. This design enables the server to act as a protocol translation bridge, converting WebRTC streams into legacy formats such as SI

    Supports server behavior definition through command-line flags and configuration files.

    C
    在 GitHub 上查看↗9,117
  • rust-lang/rust-by-examplerust-lang 的头像

    rust-lang/rust-by-example

    8,026在 GitHub 上查看↗

    This project is an interactive programming education resource and tutorial designed for learning the Rust programming language and systems programming concepts. It provides a collection of runnable and editable code examples that serve as a practical reference for language syntax and implementation. The resource features an interactive code sandbox that allows users to execute and test code snippets in real time. It emphasizes the verification of technical accuracy by executing embedded code blocks during the build process to ensure all examples remain functional. The content covers a compre

    Explains how to configure whether a program unwinds the stack or aborts immediately during a panic.

    Handlebars
    在 GitHub 上查看↗8,026
  • gsd-build/gsd-2gsd-build 的头像

    gsd-build/gsd-2

    7,740在 GitHub 上查看↗

    This project is an autonomous AI software development framework designed to plan, code, test, and commit software milestones without human intervention. It functions as a state-machine-driven agent loop that orchestrates development through a recurring cycle of research, execution, and verification. The system distinguishes itself through a git-isolated task runner that executes milestones in separate worktrees and branches, ensuring changes are squash-merged into a linear commit history. It features a multi-model routing gateway that assigns different LLM providers to specific workflow phase

    The project assigns specific model providers to different project phases and sets automatic fallbacks for failed requests.

    TypeScriptcontext-engineeringmeta-promptingspec-driven-development
    在 GitHub 上查看↗7,740
  • partykit/partykitpartykit 的头像

    partykit/partykit

    5,644在 GitHub 上查看↗

    PartyKit is a serverless WebSocket backend platform for building real-time multiplayer applications. It provides a globally distributed edge computing runtime that runs stateful server code close to users, with automatic scaling and hibernation for idle rooms. The platform handles WebSocket connections, HTTP requests, and durable storage without requiring infrastructure management, and includes a client and server SDK with hooks, storage, and Yjs integration for building collaborative features. The platform distinguishes itself through per-room isolation using Durable Objects, where each uniq

    Writes server logic in a class or module that the platform instantiates and runs as a Durable Object.

    TypeScriptbackendscollaborationcrdts
    在 GitHub 上查看↗5,644
  • cri-o/cri-ocri-o 的头像

    cri-o/cri-o

    5,629在 GitHub 上查看↗

    CRI-O is an open-source container runtime that implements the Kubernetes Container Runtime Interface (CRI) to manage container images, pods, and containers on cluster nodes using OCI-compatible runtimes. It serves as a node-level container manager that handles image pulling, container lifecycle, and resource monitoring for Kubernetes clusters, running containers according to the Open Container Initiative specifications. The runtime distinguishes itself through live configuration reloading that applies changes to runtime definitions, registry mirrors, and TLS certificates without restarting th

    Prevents a server panic when the EnablePodEvents option is turned on.

    Go
    在 GitHub 上查看↗5,629
  • lxc/lxdlxc 的头像

    lxc/lxd

    5,554在 GitHub 上查看↗

    LXD is a unified platform for managing both system containers and virtual machines through a single REST API and command-line interface. It provides a programmatic HTTP interface for controlling the full lifecycle of instances, enabling automation and integration with external tools. The system runs unprivileged containers with per-instance UID/GID mappings, seccomp filters, and AppArmor profiles for kernel-level isolation, while supporting multiple storage backends including directory, Btrfs, LVM, ZFS, Ceph, LINSTOR, and TrueNAS through a unified driver interface. The platform distinguishes

    Sets any server-level configuration key to a specified value through the command line, including network addresses and storage volumes.

    Go
    在 GitHub 上查看↗5,554
  • webmin/webminwebmin 的头像

    webmin/webmin

    5,595在 GitHub 上查看↗

    Webmin is a web-based administration interface for Unix systems. It provides a centralized console for managing the full range of server administration tasks — users and groups, software packages, storage, network configuration, system services, and security — all through a browser. Its modular architecture allows separate modules to handle databases (MySQL, MariaDB, PostgreSQL), web servers (Apache), DNS (BIND), email (Sendmail, Dovecot), file sharing (Samba, NFS), and more, with a unified access control system that restricts what each administrator can see and do. What sets Webmin apart is

    Saves runtime operational settings like listening addresses and temporary directories to configuration files.

    HTML
    在 GitHub 上查看↗5,595
上一个123下一个
  1. Home
  2. Development Tools & Productivity
  3. Behavior Configuration

探索子标签

  • Panic Handlers1 个子标签Configuration settings for defining program termination behavior upon encountering a panic. **Distinct from Behavior Configuration:** Distinct from Behavior Configuration: focuses specifically on the panic termination path rather than general agent lifecycle hooks.
  • Server Configurations5 个子标签Runtime-adjustable settings for controlling command execution, file access, and audit logging without requiring a server restart. **Distinct from Behavior Configuration:** Distinct from general Behavior Configuration: focuses on server-side operational settings (blocked commands, allowed directories) rather than agent lifecycle hooks or mock return values.