add more architecture docs

This commit is contained in:
Dakota 2025-09-12 17:47:32 -05:00
parent 045a1737f8
commit 066514e2a9
5 changed files with 141 additions and 4 deletions

View file

@ -0,0 +1,14 @@
# LLM Client
A quick wrapper over openai apis
## Responsibilities
- Transform "normal" chat/completions requests into graphs
- Translate graphs into LLM requests
- Keep a history of graphs parsed by it
- On Policy Data
- Deduplicating graphs, so we don't keep previous history as separate graphs
## How to use
Exactly the same as the openai api! Just with the additional support of graph inputs and outputs.