awesome-repositories.com
Blog
MCP
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
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repository-uri

Awesome GitHub RepositoriesAgentic Interaction Patterns

Reusable structural patterns for organizing AI agent communication and task processing.

Distinct from Deterministic Interaction Patterns: Focuses on high-level agent orchestration patterns like map-reduce and evaluator-optimizer, whereas the parent focuses on deterministic output consistency.

Explore 3 awesome GitHub repositories matching artificial intelligence & ml · Agentic Interaction Patterns. Refine with filters or upvote what's useful.

Awesome Agentic Interaction Patterns GitHub Repositories

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

    facebookresearch/ParlAI

    10,625Vezi pe GitHub↗

    ParlAI is a conversational AI research framework designed for training, evaluating, and sharing dialogue models using a unified interface for datasets and agents. It functions as a PyTorch-based training platform and a dialogue data collection system, providing a centralized model zoo for the distribution of versioned pretrained agents. The project distinguishes itself through a knowledge-grounded retrieval system that combines dense and sparse indexing to ground responses in external information. It also provides a comprehensive infrastructure for gathering human-AI interaction data via inte

    Defines interaction loops and environments to manage how multiple agents exchange messages in sequences or batches.

    Python
    Vezi pe GitHub↗10,625
  • lastmile-ai/mcp-agentAvatar lastmile-ai

    lastmile-ai/mcp-agent

    8,037Vezi pe GitHub↗

    mcp-agent is a framework for building AI agents that integrate with Model Context Protocol servers to execute tools and access data. It functions as a multi-agent orchestrator and protocol-compliant server, enabling the creation of agents that can discover and invoke tools from connected external servers. The project distinguishes itself through a durable workflow engine that supports long-running tasks capable of pausing, resuming, and surviving restarts. It implements complex orchestration patterns, including iterative evaluator-optimizer loops, hierarchical workflow nesting, and specialist

    Implements complex interaction patterns including parallel map-reduce and evaluator-optimizer loops.

    Pythonagentsaiai-agents
    Vezi pe GitHub↗8,037
  • kyegomez/swarmsAvatar kyegomez

    kyegomez/swarms

    6,888Vezi pe GitHub↗

    Swarms is a multi-agent orchestration framework and autonomous agent toolkit designed to coordinate large language model agents. It serves as a workflow engine for managing agent relationships, providing the infrastructure to build autonomous agents with integrated memory, tool-calling capabilities, and reasoning loops. The framework is distinguished by its multi-agent consensus systems, which utilize voting, adversarial debates, and judge agents to synthesize high-quality responses. It supports a variety of collaboration patterns, including director-worker hierarchies, expert synthesis, and

    Enables the use of arbitrary callables as social algorithms to dictate how agents communicate and sequence interactions.

    Python
    Vezi pe GitHub↗6,888
  1. Home
  2. Artificial Intelligence & ML
  3. Language Model Orchestration
  4. Language Model Interaction Patterns
  5. Deterministic Interaction Patterns
  6. Agentic Interaction Patterns

Explorează sub-etichetele

  • Custom Communication AlgorithmsUse of arbitrary callables as social algorithms to define agent interaction sequences. **Distinct from Agentic Interaction Patterns:** Distinct from Agentic Interaction Patterns: allows the implementation of arbitrary logic (callables) to dictate communication flow.