Last active
May 1, 2025 03:45
-
-
Save sulmansarwar/ebcb0d20c90e170846a185aaf4abcec0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Pillar | Purpose | Example | |
---|---|---|---|
Model | The AI model (LLM, multi-modal model) that generates outputs | GPT-4, Claude, LLaMA-3 | |
Context | All information the model can see: memory, external tool outputs, user inputs, world knowledge | Search results, past conversation history, documents, environment state | |
Protocol | The standardized way to package, retrieve, and update context information | JSON schemas, tool call formats, memory retrieval specifications |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment