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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 dépôts

Awesome GitHub RepositoriesAgent Event Generators

Mechanisms for autonomous agents to produce and emit data events.

Distinguishing note: Focuses on the event production capability of agents.

Explore 4 awesome GitHub repositories matching artificial intelligence & ml · Agent Event Generators. Refine with filters or upvote what's useful.

Awesome Agent Event Generators GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • huginn/huginnAvatar de huginn

    huginn/huginn

    49,480Voir sur GitHub↗

    Huginn is a self-hosted automation platform that functions as an event-driven workflow engine. It allows users to build autonomous agents that monitor web services, scrape data, and execute complex tasks by propagating events through a directed graph. By running on your own server infrastructure, it provides a private environment for orchestrating workflows without relying on third-party automation services. The platform distinguishes itself through a modular, plugin-based architecture that enables the development of custom agents to handle specific data processing needs. Each agent maintains

    Produces events within agent logic using specific data payloads.

    Rubyagentautomationfeed
    Voir sur GitHub↗49,480
  • openai/openai-agents-pythonAvatar de openai

    openai/openai-agents-python

    27,191Voir sur 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

    Yields semantic events incrementally during agent execution for real-time monitoring.

    Pythonagentsaiframework
    Voir sur GitHub↗27,191
  • ag-ui-protocol/ag-uiAvatar de ag-ui-protocol

    ag-ui-protocol/ag-ui

    14,395Voir sur GitHub↗

    ag-ui is an agent-frontend interoperability layer and communication protocol designed to connect AI agent backends with web and mobile user interfaces. It provides a standardized event-driven framework for exchanging messages, session state, and tool calls, utilizing a generative UI framework to render dynamic interface components and structured content triggered by an agent. The project distinguishes itself through an SSE-based event streamer that delivers real-time incremental model responses and reasoning telemetry. It enables bi-directional state synchronization and allows remote agents t

    Maps structured agent events to dynamic frontend components to render real-time user interfaces.

    Pythonag-ui-protocolagent-frontendagent-ui
    Voir sur GitHub↗14,395
  • cloudwego/einoAvatar de cloudwego

    cloudwego/eino

    9,675Voir sur GitHub↗

    Eino is an AI agent development kit and LLM application framework designed for building autonomous agents and orchestrating complex language model workflows. It serves as a multi-agent orchestration engine and workflow orchestrator, providing a graph-based execution model to route data between models, tools, and retrievers. The framework distinguishes itself through a robust set of multi-agent coordination patterns, including supervisor-led management, sequential flows, and autonomous reasoning loops like ReAct. It features advanced agent execution controls such as active turn preemption, che

    Translates backend agent events into visual components such as cards and dynamic text for the user interface.

    Goaiai-applicationai-framework
    Voir sur GitHub↗9,675
  1. Home
  2. Artificial Intelligence & ML
  3. Agent Event Generators

Explorer les sous-tags

  • Agent Event UI MappingsSystems that translate internal agent execution events into specific visual interface components. **Distinct from Agent Event Generators:** Distinct from Agent Event Generators: focuses on the transformation of emitted events into UI elements rather than the generation of events.