awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Language Model Interaction Patterns · Awesome GitHub Repositories

2 repos

Awesome GitHub RepositoriesLanguage Model Interaction Patterns

Standardized methods and structural patterns for communicating with and executing tasks via language models.

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

  1. Home
  2. Artificial Intelligence & ML
  3. Language Model Orchestration
  4. Language Model Interaction Patterns

Awesome Language Model Interaction Patterns GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • dair-ai/Prompt-Engineering-Guide

    dair-ai/Prompt-Engineering-Guide

    70,526GitHubView on GitHub↗

    This project is a comprehensive educational resource and knowledge base dedicated to the development and application of large language models and autonomous agentic systems. It provides a structured framework for understanding prompt engineering, context management, and the architectural patterns required to build task

    MDXagentagentsai-agents
  • OpenHands/OpenHands

    OpenHands/OpenHands

    67,974GitHubView on GitHub↗

    OpenHands is an autonomous agent framework designed for software engineering workflows. It provides a modular platform for orchestrating AI agents that reason, plan, and execute tasks within isolated, containerized development environments. By integrating with standard version control and development tools, the system

    Pythonagentartificial-intelligencechatgpt

Explore sub-tags

  • LLM Provider AdaptersStandardized interfaces for communicating with different language model APIs including authentication and retry logic.
  • Single-turn Task ExecutionThe practice of using conversational models to perform discrete, non-conversational tasks in a single request-response cycle.