Skip to content

fabricioartur/llm-integration-patterns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

LLM Integration Patterns

This repository documents integration patterns for Large Language Models in real systems.

The focus is not on prompts.
The focus is on systems.


What this repository covers

  • API-based LLM integration
  • Authentication and identity patterns
  • Retrieval Augmented Generation (RAG)
  • Agent orchestration patterns
  • Failure modes and edge cases

Integration patterns

Stateless API calls

  • When they work
  • When they break

RAG-based systems

  • Data ownership and freshness
  • Latency and cost trade-offs

Agent-based workflows

  • Coordination complexity
  • Observability challenges
  • Human-in-the-loop design

Constraints that matter

  • Latency budgets
  • Cost predictability
  • Security boundaries
  • Rate limits and quotas

What this is not

  • A prompt engineering guide
  • A framework comparison
  • A demo repository

Designed for engineers and architects working with production constraints.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors